check php cli code example Example: php check if cli function isCommandLineInterface() { return (php_sapi_name() === 'cli'); }