krakjoe / kore

kore php functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kore

Build Status

/**
* Shall return array of arguments passed to calling function
*
* @param <callable> shall be called to format the name of each argument
*/
function func_get_named_args([callable format]) : array;

/**
* Shall return the return type of calling function
*/
function func_get_return_type() : ?string;

/**
* Shall return get_properties output, unmangled, something like pre debugInfo
*/
function object_dump(object $object) : array;

About

kore php functions

License:Other


Languages

Language:C 68.4%Language:PHP 28.1%Language:M4 2.0%Language:JavaScript 1.5%