Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: five minus three?
(Example: nine)

The Note You're Voting On

Tejesember
14 years ago
To find out are you in CLI or not, this is much better in my opinion:
<?php
if (PHP_SAPI != "cli") {
exit;
}
?>

<< Back to user notes page

To Top