Download the PHP package devskyfly/php56 without Composer
On this page you can find all versions of the php package devskyfly/php56. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download devskyfly/php56
More information about devskyfly/php56
Files in devskyfly/php56
Download devskyfly/php56
More information about devskyfly/php56
Files in devskyfly/php56
Vendor devskyfly
Package php56
Short Description Represent core php function and constants by namespaces and classes like static members.
License MIT
Package php56
Short Description Represent core php function and constants by namespaces and classes like static members.
License MIT
Please rate this library. Is it a good library?
Informations about the package php56
PHP5.6 SPL logical redeclaration
By historical reasons in PHP there is a big problem with functions naming. It's hard to remember functions names.
So, i try to structure functions and constants by related classes and namespaces.
N.B I tried ... :) But it is impossible to redeclarate following items:
Functions
- isset() //check variable definition in local scope
- unset() //delete variable link name in local scope
- get_defined_vars() //get all defined variables
- func_get_arg() //return function param by index
- func_get_args() //return function params by array
- func_num_args() //return number of params passed to a function
Constants
- __LINE__ //current executing file line
- __FILE__ //current executing file
- __DIR__ //current executing file dir
- __FUNCTION__ //current executing function
- __CLASS__ //current executing class (full - with namespace)
- __TRAIT__ //current executing trait (full - with namespace)
- __METHOD__ //current executing methode (full - with namespace)
- __NAMESPACE__ //current executing namespace
Because theare results and values depends on its location.
All versions of php56 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package devskyfly/php56 contains the following files
Loading the files please wait ....