Phar::running
Returns the full path on disk or full phar URL to the currently executing Phar archive
&reftitle.description;
final public static stringPhar::running
boolreturnPhar&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 __FILE__
to access the current running phar inside a stub.
&reftitle.parameters;
returnPhar
If &false;, the full path on disk to the phar
archive is returned. If &true;, a full phar URL is returned.
&reftitle.returnvalues;
Returns the filename if valid, empty string otherwise.
&reftitle.examples;
A Phar::running example
For the following example, assume the phar archive is located
at /path/to/phar/my.phar.
]]>