2017 © Pedro Peláez
 

library path-modifier

Modify your include path.

image

jjok/path-modifier

Modify your include path.

  • Monday, November 18, 2013
  • by jjok
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PathModifier

Build Status, (*1)

Change your include path., (*2)

Examples

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)

The Versions

18/11 2013

dev-master

9999999-dev https://github.com/jjok/PathModifier

Modify your include path.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

16/10 2013

1.0.0

1.0.0.0 https://github.com/jjok/PathModifier

Modify your include path.

  Sources   Download

MIT

The Requires

  • php >=5.3.0