PHP 8.5.0 RC 2 available for testing

Voting

: two plus six?
(Example: nine)

The Note You're Voting On

Kodeart
14 years ago
Check directly without calling functions:
<?php
if (PHP_SAPI === 'cli')
{
// ...
}
?>

You can define a constant to use it elsewhere
<?php
define
('ISCLI', PHP_SAPI === 'cli');
?>

<< Back to user notes page

AltStyle によって変換されたページ (->オリジナル) /