Lua::registerCallback

(No version information available, might only be in Git) Register a PHP function to Lua public mixed Lua::registerCallback ( string $name, callable $function ) Register a PHP function to Lua as a function named "$name" Parameters: name Register a PHP function to Lua as a function named "$name" function A valid PHP function callback

newt_checkbox_tree_get_selection

(PECL newt >= 0.1) array newt_checkbox_tree_get_selection ( resource $checkboxtree ) Parameters: checkboxtree Returns: This function is currently not documented; only its argument list is available.

posix_getpwnam

(PHP 4, PHP 5, PHP 7) Return info about a user by username array posix_getpwnam ( string $username ) Returns an array of information about the given user. Parameters: username An alphanumeric username. Returns: On success an array with the following elements is returned, else FALSE is returned: The user information array Element Description name

pcntl_strerror

(PHP 5 >= 5.3.4, PHP 7) Retrieve the system error message associated with the given errno string pcntl_strerror ( int $errno ) Parameters: errno Returns: Returns error description on success or FALSE on failure. This function is currently not documented; only its argument list is available.

Pattern Modifiers

Examples: Use of this modifier is discouraged, as it can easily introduce security vulnerabilites: <?php $html = $_POST['html']; // uppercase headings $html = preg_replace(     '(<h([1-6])>(.*?)</h\1>)e',     '"<h$1>" . strtoupper("$2") . "</h$1>"',     $html ); The above example code can be easily exploited by passing in a string such as <h1>{${eval($_GET[php_code])}}</h1>. This gives the attacker

trader_apo

(PECL trader >= 0.2.0) Absolute Price Oscillator array trader_apo ( array $real [, integer $fastPeriod [, integer $slowPeriod [, integer $mAType ]]] ) Parameters: real Array of real values. fastPeriod Number of period for the fast MA. Valid range from 2 to 100000. slowPeriod Number of period for the

SolrDocument::unserialize

(PECL solr >= 0.9.2) Custom serialization of SolrDocument objects public void SolrDocument::unserialize ( string $serialized ) Custom serialization of SolrDocument objects Parameters: serialized An XML representation of the document. Returns: None.

eio_set_max_poll_reqs

(PECL eio >= 0.0.1dev) Set maximum number of requests processed in a poll. void eio_set_max_poll_reqs ( int $nreqs ) Parameters: nreqs Number of requests Returns: No value is returned.

print

(PHP 4, PHP 5, PHP 7) Output a string int print ( string $arg ) Outputs arg. print is not actually a real function (it is a language construct) so you are not required to use parentheses with its argument list. Parameters: arg The input data. Returns: Returns 1, always. Notes: Because this is a la

vpopmail_add_domain

(PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) Add a new virtual domain bool vpopmail_add_domain ( string $domain, string $dir, int $uid, int $gid ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This