update : 2015.11.03
php.shukuma.com검색:
|
Phar::running(PHP >= 5.3.0, PECL phar >= 2.0.0) Phar::running — Returns the full path on disk or full phar URL to the currently executing Phar archive 설명
final public static string Phar::running
([ bool
$retphar = true
] )Returns the full path to the running phar archive. This is intended for use much like the __FILE__ magic constant, and only has effect inside an executing phar archive.
Inside the stub of an archive, Phar::running() returns
"". Simply use 인수
반환값Returns the filename if valid, empty string otherwise. 예제
Example #1 A Phar::running() example For the following example, assume the phar archive is located at /path/to/phar/my.phar.
<?php |