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()

zlib_encode

(PHP 5 >= 5.4.0, PHP 7) Compress data with the specified encoding string zlib_encode ( string $data, string $encoding [, string $level = -1 ] ) Compress data with the specified encoding. Parameters: data Compress data with the specified encoding. encoding Compress data with the specified encoding. level

SplFileObject::key

(PHP 5 >= 5.1.0, PHP 7) Get line number public int SplFileObject::key ( void ) Gets the current line number. Note: This number may not reflect the actual line number in the file if SplFileObject::setMaxLineLen() is used to read fixed lengths of the file. Returns: Returns the current line number. Examples: SplFileObject::key() e

Transliterator::listIDs

(PHP >= 5.4.0, PECL intl >= 2.0.0) Get transliterator IDs public static array Transliterator::listIDs ( void ) Object oriented style Procedural style array transliterator_list_ids ( void ) Returns an array with the registered transliterator IDs. Returns: An array of registered transliterator IDs on success, or FALSE on failure. This function is currently

SWFShape::movePen

(PHP 5 <= 5.3.0, PECL ming SVN) Moves the shape's pen (relative) void SWFShape::movePen ( float $dx, float $dy ) swfshape::setrightfill() move the shape's pen from coordinates (current x,current y) to (current x + dx, current y + dy) in the shape's coordinate space. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function

stat

(PHP 4, PHP 5, PHP 7) Gives information about a file array stat ( string $filename ) Gathers the statistics of the file named by filename. If filename is a symbolic link, statistics are from the file itself, not the symlink. lstat() is identical to stat() except it would instead be based off the symlinks status. Parameters: filename Path to the file.

unserialize

(PHP 4, PHP 5, PHP 7) Creates a PHP value from a stored representation mixed unserialize ( string $str [, array $options ] ) unserialize() takes a single serialized variable and converts it back into a PHP value. Parameters: str The serialized string. If the variable being unserialized is an object, after successfully reconstructing the object PHP will automatically a

expect_popen

(PECL expect >= 0.1.0) Execute command via Bourne shell, and open the PTY stream to the process resource expect_popen ( string $command ) Execute command via Bourne shell, and open the PTY stream to the process. Parameters: command Command to execute. Returns: Returns an open PTY stream to the processes stdio, stdout, and stderr. On failure

SplFixedArray::offsetExists

(PHP 5 >= 5.3.0, PHP 7) Returns whether the requested index exists public bool SplFixedArray::offsetExists ( int $index ) Checks whether the requested index index exists. Parameters: index The index being checked. Returns: TRUE if the requested index exists, otherwise FALSE

HaruPage::setLineJoin

(PECL haru >= 0.0.1) Set line join style for the page bool HaruPage::setLineJoin ( int $join ) Defines line join style for the page. Parameters: join Must be one of the following values: HaruPage::MITER_JOIN HaruPage::ROUND_JOIN HaruPage::BEVEL_JOIN Returns: Returns TRUE on success. Exception: Throws a HaruException on er