Original geschrieben von lennart
Kann PHP eigentlich auch sowas wie:
bzw
Das habe ich sehr zu schätzen gelernt.
Kann PHP eigentlich auch sowas wie:
PHP-Code:
return "hello world" if something == true
PHP-Code:
return "not hello world" unless something == true
PHP-Code:
...
return something === true ? 'hello world' : '';
...
Kommentar