Download the PHP package jjok/path-modifier without Composer
On this page you can find all versions of the php package jjok/path-modifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jjok/path-modifier
More information about jjok/path-modifier
Files in jjok/path-modifier
Download jjok/path-modifier
More information about jjok/path-modifier
Files in jjok/path-modifier
Vendor jjok
Package path-modifier
Short Description Modify your include path.
License MIT
Homepage https://github.com/jjok/PathModifier
Package path-modifier
Short Description Modify your include path.
License MIT
Homepage https://github.com/jjok/PathModifier
Please rate this library. Is it a good library?
Informations about the package path-modifier
PathModifier
Change your include path.
Examples
use jjok\PathModifier\PathModifier;
Get the current include path.
PathModifier::get();
Set the include path, overwriting the current value.
PathModifier::set('/my/new/path');
Append the current include path.
PathModifier::append('/my/new/path');
PathModifier::append('/my/new/path2', '/my/new/path3');
Remove a path.
PathModifier::remove('/path/to/remove');
PathModifier::remove('/path/to/remove2', '/path/to/remove3');
Restore the include path to its original value.
PathModifier::restore();
Copyright (c) 2013 Jonathan Jefferies
All versions of path-modifier with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package jjok/path-modifier contains the following files
Loading the files please wait ....