Warum liefert "??" anderes Ergebnis als "?:", wenn man sonst identische Werte hat ? Getestet habe ich mit PHP 7.1.4
<?php
$var1 = 0 ?? 123;
$var2 = 0 ?: 123;
echo " $var1 : $var2 ";
// Ergebnis ist 0 : 123
?>
Warum liefert "??" anderes Ergebnis als "?:", wenn man sonst identische Werte hat ? Getestet habe ich mit PHP 7.1.4
<?php
$var1 = 0 ?? 123;
$var2 = 0 ?: 123;
echo " $var1 : $var2 ";
// Ergebnis ist 0 : 123
?>
Ich bekomme diesen Fehler:
PHP Warning: geoip_org_by_name(): Required database not available at /usr/share/GeoIP/GeoIPOrg.dat
Mein PHP-Script:
<?php
Damit man GEOIP-PECL auf Debian zum laufen bringt:
Danach Apache neu starten oder Konfigurationsdatei neu laden.
<?php
echo geoip_country_code_by_name ( $ip );
// Ausgabe sollte zweistellige Ländercode wie DE oder ähnliches sein.
?>
<?php
echo `dir`;
shell_exec('dir');
?>
Beide funktionieren identisch. Wie kann ich `befehl` bzw. Backticks deaktivieren aber shell_exec('befehl') weiter laufen lassen?
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 ){
Neueste Kommentare
Same with Drush 13 + PHP 8.3 and my Solution
Same with Drush 13 + PHP 8.3
Error : Failed to install the required package 'RPM' by using AP
Initializing...
Error : Failed to install the required package 'RPM' by using APT. Please install it manually.
Exit
Solution:
Installieren & Aktivieren
So habe es installiert und dann mit Hilfe von Key/Code (über Website von Acronis Cyber Protect) aktiviert:
I have a view with a path…
I have a view with a path like
/my-content-export
to export entivies as JSON or CSV.admin_toolbar 3.5.2 is the…
admin_toolbar 3.5.2 is the reason. Patch coming ...
Tools & Settings >> Security…
Tools & Settings >> Security Policy :
Allow only secure FTPS connections
List config vaiables
/usr/sbin/mariadbd --help --verbose | grep "query.*size"
Restart MariaDB / MySQL
Commandline:
MariaDB Restart (after changes in /etc/mysql/db-performance.cnf)
After my changes in /etc/mysql/db-performance.cnf
Error: configure: error: no acceptable C compiler found in $PATH
Error: