EventHttpRequest::sendReplyChunk

(PECL event >= 1.4.0-beta) Send another data chunk as part of an ongoing chunked reply public void EventHttpRequest::sendReplyChunk ( EventBuffer $buf ) Send another data chunk as part of an ongoing chunked reply. After calling this method buf will be empty. Parameters: buf The data chunk to send as part of the reply. Returns: No value is re

hw_api_attribute::value

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns value of the attribute string hw_api_attribute::value ( void ) Gets the value of the attribute. Returns: Returns the value, as a string. See also: hw_api_attribute::key - hw_api_attribute::values -

class_alias

(PHP 5 >= 5.3.0, PHP 7) Creates an alias for a class bool class_alias ( string $original, string $alias [, bool $autoload = TRUE ] ) Creates an alias named alias based on the user defined class original. The aliased class is exactly the same as the original class. Parameters: original The original class. alias The alias name for the

ps_setlinejoin

(PECL ps >= 1.1.0) Sets how contected lines are joined bool ps_setlinejoin ( resource $psdoc, int $type ) Sets how lines are joined. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). type The way lines are joined. Possible values are PS_LINEJOIN_MITER, PS_LINEJOIN_ROUND, or PS_LINEJOIN_BEVEL.

hw_api::insert

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Inserts a new object hw_api_object hw_api::insert ( array $parameter ) Insert a new object. The object type can be user, group, document or anchor. Depending on the type other object attributes has to be set. Parameters: parameter The parameter array contains the required elements 'object' and 'content' (if the object is a docume

imap_listscan

(PHP 4, PHP 5, PHP 7) Returns the list of mailboxes that matches the given text array imap_listscan ( resource $imap_stream, string $ref, string $pattern, string $content ) Returns an array containing the names of the mailboxes that have content in the text of the mailbox. This function is similar to imap_listmailbox(), but it will additionally check for the presence of the string content inside the mailbox data.

socket_create

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Create a socket (endpoint for communication) resource socket_create ( int $domain, int $type, int $protocol ) Creates and returns a socket resource, also referred to as an endpoint of communication. A typical network connection is made up of 2 sockets, one performing the role of the client, and another performing the role of the server. Parameters: do

iconv_strlen

(PHP 5, PHP 7) Returns the character count of string int iconv_strlen ( string $str [, string $charset = ini_get("iconv.internal_encoding") ] ) In contrast to strlen(), iconv_strlen() counts the occurrences of characters in the given byte sequence str on the basis of the specified character set, the result of which is not necessarily identical to the length of the string in byte. Parameters:

ingres_pconnect

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0) Open a persistent connection to an Ingres database resource ingres_pconnect ([ string $database [, string $username [, string $password [, array $options ]]]] ) Open a persistent connection to an Ingres database. There are only two differences between this function and ingres_connect(): First, when connecting, the function will initially try to find a (persist

newt_grid_free

(PECL newt >= 0.1) void newt_grid_free ( resource $grid, bool $recurse ) Parameters: grid recurse Returns: No value is returned. This function is currently not documented; only its argument list is available.