OAuthProvider::callconsumerHandler

(No version information available, might only be in Git) Calls the consumerNonceHandler callback public void OAuthProvider::callconsumerHandler ( void ) Calls the registered consumer handler callback function, which is set with OAuthProvider::consumerHandler(). Returns: No value is returned. This function is currently not documented; only its argument list is

ReflectionProperty::setValue

(PHP 5, PHP 7) Set property value public void ReflectionProperty::setValue ( object $object, mixed $value ) public void ReflectionProperty::setValue ( mixed $value ) Sets (changes) the property's value. Parameters: object If the property is non-static an object must be provided to change the property on. If the property is static this parameter is left out and only valu

Yaf_Config_Ini::__construct

(Yaf >=1.0.0) Yaf_Config_Ini constructor public Yaf_Config_Ini::__construct ( string $config_file [, string $section ] ) Yaf_Config_Ini constructor Parameters: config_file path to an INI configure file section which section in that INI file you want to be parsed Returns:

getrandmax

(PHP 4, PHP 5, PHP 7) Show largest possible random value int getrandmax ( void ) Returns the maximum value that can be returned by a call to rand(). Returns: The largest possible random value returned by rand() See also: rand() - srand() - mt_getrandmax() -

str_replace

(PHP 4, PHP 5, PHP 7) Replace all occurrences of the search string with the replacement string mixed str_replace ( mixed $search, mixed $replace, mixed $subject [, int &$count ] ) This function returns a string or an array with all occurrences of search in subject replaced with the given replace value. If you don't need fancy replacing rules (like regular expressions), you should always use this function instead of pre

trader_cdllongline

(PECL trader >= 0.2.0) Long Line Candle array trader_cdllongline ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing p

ImagickDraw::pathLineToAbsolute

(PECL imagick 2.0.0) Draws a line path bool ImagickDraw::pathLineToAbsolute ( float $x, float $y ) Draws a line path from the current point to the given coordinate using absolute coordinates. The coordinate then becomes the new current point. Parameters: x starting x coordinate y ending x coordinate Returns: No

Memcached::getServerList

(PECL memcached >= 0.1.0) Get the list of the servers in the pool public array Memcached::getServerList ( void ) Memcached::getServerList() returns the list of all servers that are in its server pool. Returns: The list of all servers in the server pool. Examples: Memcached::getServerList() example <?php $m = new Mem

openal_buffer_destroy

(PECL openal >= 0.1.0) Destroys an OpenAL buffer bool openal_buffer_destroy ( resource $buffer ) Parameters: buffer An Open AL(Buffer) resource (previously created by openal_buffer_create()). Returns: Returns TRUE on success or FALSE on failure. See also: op

maxdb_stmt_sqlstate

(PECL maxdb >= 1.0) Returns SQLSTATE error from previous statement operation string maxdb_stmt_sqlstate ( resource $stmt ) Returns a string containing the SQLSTATE error code for the most recently invoked prepared statement function that can succeed or fail. The error code consists of five characters. '00000' means no error. The values are specified by ANSI SQL and ODBC. Note: Note that not all MaxDB errors are yet ma