Warum PHP gibt diesen Fehlermeldung aus?
PHP Warning: preg_match(): Compilation failed: nothing to repeat at offset 0 in
Warum PHP gibt diesen Fehlermeldung aus?
PHP Warning: preg_match(): Compilation failed: nothing to repeat at offset 0 in
Wie kann ich auf Argumente zugreifen, wenn PHP in cli Modus läuft?
zB #php -f meinScript.php argument1 argument2="etwas anderes"
Wie funktioniert HTTP PUT Method? Was ist Unterschied zwischen POST und PUT?
Wie behandelt man PUT? Es gibt kein Superglobal, welche $_PUT heisst.
Diese Code funktioniert nicht:
interface iface1 {
function hallo();
}
trait t1 implements iface1 {
function hallo() { echo "Hallo"; }
}
Fatal error: Cannot use 'iface1' as interface on 't1' since it is a Trait in test.php on line 6
Diese Code funktioniert:
interface iface1 {
function hallo();
}
Was ist Unterschied zwischen "Extends" und "Implements"?
zB warum kann ein Interface ein anderes Interface implementieren aber nicht "extend"ieren?
Und warum können die Klassen andere Klassen nicht implementieren?
Wo sollte man "use" platzieren? Funktioniert use wie extends oder implements?
strlen und mb_strlen liefern nicht immer das was man erwartet. Eine temporäre Lösung wäre:
function meine_strlen( $str ){
Alles diese Beispiele sollen als $meinArray[0] interpretiert werden.
Kann man float-Zahlen als Index verwenden ohne sie in String zu konvertieren?
<?php
$myArray[ 0 ] = 1;
$myArray[ 1 ] = 2;
$myArray[ '1' ] = 3;
$myArray[ true ] = 4;
$myArray[ false ] = 5;
print_r( $myArray );
?>
Das Ergebnis sieht so aus:
Array ( [0] => 5 [1] => 4 )
function test( &...$args){
foreach( $args as $k){
echo $k ;
}
}
Woher weiss man wie die Parameter heißen?
echo `dir`; lässt Dateinamen in gleichem Ordner auflisten.
Sind `dir` und shell_exec("dir") gleich?
Neueste Kommentare
/etc/my.cnf
Edit "/etc/my.cnf" ( under [mysqld] ):
transaction_isolation="READ-COMMITTED"
Restart MariaDB / MySQL:
Create Sub-Directories with WGET
wget -U 'Mozilla/MyUserAgent' -P MyTempDir123 --wait=0.2 --random-wait -nd -r -x -l 4 -e robots=off --reject
Ignore Binaries, JS, CSS etc
wget -U 'Mozilla/MyUserAgent2024' -P MyOutPutDirectory --wait=1 --random-wait -nd -r -l 2 -e robots=off --reject
Intel(R) Xeon(R) E-2288G CPU @ 3.70GHz
# sysbench --threads="$(nproc)" cpu run
AMD Ryzen 7 PRO 3700 8-Core Processor
# sysbench --threads="$(nproc)" cpu run
Reload .bashrc without logging out
Diese Lösung wird empfohlen aber hat bei mir nicht funktioniert.
Welche Alternative gibt es?
Composer + PHP 8.3
ln -snf /opt/plesk/php/8.3/bin/php /etc/alternatives/php
composer.json
In composer.json, update:
Empty Flood Table
drush sqlq "DELETE FROM flood"
Gmail Apps (SMTP Login):…
Gmail Apps (SMTP Login):
https://security.google.com/settings/security/apppasswords