ErrorException::__construct

(PHP 5 >= 5.1.0, PHP 7) Constructs the exception public ErrorException::__construct ([ string $message = "" [, int $code = 0 [, int $severity = 1 [, string $filename = __FILE__ [, int $lineno = __LINE__ [, Exception $previous = NULL ]]]]]] ) Constructs the Exception. Parameters: message The Exception message to throw. code The Exception code.

GearmanClient::addTaskHigh

(PECL gearman >= 0.5.0) Add a high priority task to run in parallel public GearmanTask GearmanClient::addTaskHigh ( string $function_name, string $workload [, mixed &$context [, string $unique ]] ) Adds a high priority task to be run in parallel with other tasks. Call this method for all the high priority tasks to be run in parallel, then call GearmanClient::runTasks() to perform the work. Tasks with a high priority w

SWFText::setSpacing

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the current font spacing void SWFText::setSpacing ( float $spacing ) swftext::setspacing() sets the current font spacing to spacing. Default is 1.0. 0 is all of the letters written at the same point. This doesn't really work that well because it inflates the advance across the letter, doesn't add the same amount of spacing between the letters. I should try and explain that better, pro

ps_set_border_style

(PECL ps >= 1.1.0) Sets border style of annotations bool ps_set_border_style ( resource $psdoc, string $style, float $width ) Links added with one of the functions ps_add_weblink(), ps_add_pdflink(), etc. will be displayed with a surounded rectangle when the postscript document is converted to pdf and viewed in a pdf viewer. This rectangle is not visible in the postscript document. This function sets the appearance and wi

fbsql_fetch_object

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Fetch a result row as an object object fbsql_fetch_object ( resource $result ) fbsql_fetch_object() is similar to fbsql_fetch_array(), with one difference - an object is returned, instead of an array. Indirectly, that means that you can only access the data by the field names, and not by their offsets (numbers are illegal property names). Speed-wise, the function is identical to fbsql_fetc

vpopmail_set_user_quota

(PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) Sets a virtual user's quota bool vpopmail_set_user_quota ( string $user, string $domain, string $quota ) 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. T

Imagick::transverseImage

(PECL imagick 2.0.0) Creates a horizontal mirror image bool Imagick::transverseImage ( void ) Creates a horizontal mirror image by reflecting the pixels around the central y-axis while rotating them 270-degrees. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Returns: Returns TRUE on success. Exampl

spliti

(PHP 4 >= 4.0.1, PHP 5) Split string into array by regular expression case insensitive array spliti ( string $pattern, string $string [, int $limit = -1 ] ) Splits a string into array by regular expression. This function is identical to split() except that this ignores case distinction when matching alphabetic characters. Parameters: pattern Case insensitive regular

OAuthProvider::callTimestampNonceHandler

(PECL OAuth >= 1.0.0) Calls the timestampNonceHandler callback public void OAuthProvider::callTimestampNonceHandler ( void ) Calls the registered timestamp handler callback function, which is set with OAuthProvider::timestampNonceHandler(). Returns: No value is returned. This function is currently not documented; only its argument list is available.

OAuth::setAuthType

(PECL OAuth >= 0.99.1) Set authorization type public mixed OAuth::setAuthType ( int $auth_type ) Set where the OAuth parameters should be passed. Parameters: auth_type auth_type can be one of the following flags (in order of decreasing preference as per OAuth 1.0 section 5.2): Returns: Returns TRUE if a parameter is correctly set, otherwise FA