symlink

(PHP 4, PHP 5, PHP 7) Creates a symbolic link bool symlink ( string $target, string $link ) symlink() creates a symbolic link to the existing target with the specified name link. Parameters: target Target of the link. link The link name. Returns: Returns TRUE on success or FALSE on failure.

openssl_pkey_get_public

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Extract public key from certificate and prepare it for use resource openssl_pkey_get_public ( mixed $certificate ) openssl_get_publickey() extracts the public key from certificate and prepares it for use by other functions. Parameters: certificate certificate can be one of the following: an X.509 certificate resource a string having the

ctype_punct

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for any printable character which is not whitespace or an alphanumeric character bool ctype_punct ( string $text ) Checks if all of the characters in the provided string, text, are punctuation character. Parameters: text The tested string. Returns: Returns TRUE if every character in text is printable, but

variant_idiv

(PHP 5, PHP 7) Converts variants to integers and then returns the result from dividing them mixed variant_idiv ( mixed $left, mixed $right ) Converts left and right to integer values, and then performs integer division. Parameters: left The left operand. right The right operand. Returns: Variant Integer Division

VarnishAdmin::stop

(PECL varnish >= 0.3) Stop varnish worker process public int VarnishAdmin::stop ( void ) Returns: Returns the varnish command status.

Yaf_Router::getRoute

(Yaf >=1.0.0) Retrieve a route by name public Yaf_Route_Interface Yaf_Router::getRoute ( string $name ) Retrieve a route by name, see also Yaf_Router::getCurrentRoute() Returns: See also: Yaf_Bootstrap_Abstract - Yaf_Plugin_Abstract - Yaf_Router::addRoute()

sha1

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Calculate the sha1 hash of a string string sha1 ( string $str [, bool $raw_output = false ] ) Calculates the sha1 hash of str using the » US Secure Hash Algorithm 1. Parameters: str The input string. raw_output If the optional raw_output is set to TRUE, then the sha1 digest is instead returned in raw b

mysqli::$error_list

(PHP 5 >= 5.4.0, PHP 7) Returns a list of errors from the last command executed array mysqli_error_list ( mysqli $link ) Object oriented style array $mysqli->error_list; Procedural style Returns a array of errors for the most recent MySQLi function call that can succeed or fail. Parameters: link Procedural style only: A link identifier returned by mysqli_connect() o

IntlBreakIterator::previous

(No version information available, might only be in Git) Set the iterator position to the boundary immediately before the current public ReturnType IntlBreakIterator::previous ( void ) Returns: This function is currently not documented; only its argument list is available.

fdf_remove_item

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Sets target frame for form bool fdf_remove_item ( resource $fdf_document, string $fieldname, int $item ) This function is currently not documented; only its argument list is available.