WP_CLI\Utils

inside_phar()WP-CLI 1.0

No Hooks.

Return

null. Nothing (null).

Usage

inside_phar();

inside_phar() code WP-CLI 2.8.0-alpha

function inside_phar() {
	return defined( 'WP_CLI_ROOT' ) && 0 === strpos( WP_CLI_ROOT, PHAR_STREAM_PREFIX );
}