ereg_replace

(PHP 4, PHP 5) Replace regular expression string ereg_replace ( string $pattern, string $replacement, string $string ) This function scans string for matches to pattern, then replaces the matched text with replacement. Parameters: pattern A POSIX extended regular expression. replacement If pattern contains parenthesized substrings, repl

CairoScaledFont::glyphExtents

(PECL cairo >= 0.1.0) The glyphExtents purpose public array CairoScaledFont::glyphExtents ( string $glyphs ) The method description goes here. Parameters: glyphs Description... Returns: Description... This function is currently not documented; only its argument list is available.

ps_begin_template

(PECL ps >= 1.2.0) Start a new template int ps_begin_template ( resource $psdoc, float $width, float $height ) Starts a new template. A template is called a form in the postscript language. It is created similar to a pattern but used like an image. Templates are often used for drawings which are placed several times through out the document, e.g. like a company logo. All drawing functions may be used within a template. Th

mysqli::$client_info

(PHP 5, PHP 7) Get MySQL client info string mysqli_get_client_info ( mysqli $link ) Object oriented style string $mysqli->client_info; Procedural style Returns a string that represents the MySQL client library version. Returns: A string that represents the MySQL client library version Examples: mysqli_get_client_info

bcmod

(PHP 4, PHP 5, PHP 7) Get modulus of an arbitrary precision number string bcmod ( string $left_operand, string $modulus ) Get the modulus of the left_operand using modulus. Parameters: left_operand The left operand, as a string. modulus The modulus, as a string. Returns: Returns the modulus as a string, or NULL

KTaglib_ID3v2_Tag::getFrameList

(0.0.1) Returns an array of ID3v2 frames, associated with the ID3v2 tag public array KTaglib_ID3v2_Tag::getFrameList ( void ) Returns an array of ID3v2 frames, associated with the ID3v2 tag. Returns: Return an array of KTaglib_ID3v2_Frame objects

sqlsrv_execute

(No version information available, might only be in Git) Executes a statement prepared with sqlsrv_prepare() bool sqlsrv_execute ( resource $stmt ) Executes a statement prepared with sqlsrv_prepare(). This function is ideal for executing a prepared statement multiple times with different parameter values. Parameters: stmt A statement resource returned by sqlsrv_prepare().

sybase_query

(PHP 4, PHP 5, PHP 7) Sends a Sybase query mixed sybase_query ( string $query [, resource $link_identifier ] ) sybase_query() sends a query to the currently active database on the server that's associated with the specified link identifier. Parameters: query sybase_query() sends a query to the currently active database on the server that's associated with the specified li

ZMQDevice::run

(No version information available, might only be in Git) Run the new device public void ZMQDevice::run ( void ) Runs the device. Returns: Call to this method will block until the device is running. It is not recommended that devices are used from interactive scripts. On failure this method will throw ZMQDeviceException.

mysqli_fetch

(PHP 5 < 5.4.0) Alias for mysqli_stmt_fetch() This function is an alias of mysqli_stmt_fetch(). This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0. See also: mysqli_stmt_fetch() -