dev-master
9999999-dev https://github.com/jjok/PathModifierModify your include path.
MIT
The Requires
- php >=5.3.0
1.0.0
1.0.0.0 https://github.com/jjok/PathModifierModify your include path.
MIT
The Requires
- php >=5.3.0
Wallogit.com
2017 © Pedro Peláez
Modify your include path.
Change your include path., (*2)
use jjok\PathModifier\PathModifier;
Get the current include path., (*3)
PathModifier::get();
Set the include path, overwriting the current value., (*4)
PathModifier::set('/my/new/path');
Append the current include path., (*5)
PathModifier::append('/my/new/path');
PathModifier::append('/my/new/path2', '/my/new/path3');
Remove a path., (*6)
PathModifier::remove('/path/to/remove');
PathModifier::remove('/path/to/remove2', '/path/to/remove3');
Restore the include path to its original value., (*7)
PathModifier::restore();
Copyright (c) 2013 Jonathan Jefferies, (*8)
Modify your include path.
MIT
Modify your include path.
MIT