ReflectionFunctionAbstract::getNumberOfRequiredParameters

(PHP 5 >= 5.0.3, PHP 7) Gets number of required parameters public int ReflectionFunctionAbstract::getNumberOfRequiredParameters ( void ) Get the number of required parameters that a function defines. Returns: The number of required parameters. This function is currently not documented; only its argument list is available.

HaruDoc::getPageLayout

(PECL haru >= 0.0.1) Get current page layout int HaruDoc::getPageLayout ( void ) Get the current page layout. See HaruDoc::setPageLayout() for the list of possible values. Returns: Returns the page layout currently set in the document or FALSE if page layout was not set. See HaruDoc::setPageLayout() for the list of possible values. Exception: Throws a HaruExcept

ps_clip

(PECL ps >= 1.1.0) Clips drawing to current path bool ps_clip ( resource $psdoc ) Takes the current path and uses it to define the border of a clipping area. Everything drawn outside of that area will not be visible. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). Returns: Returns TRUE on success or FALSE

shmop_close

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Close shared memory block void shmop_close ( int $shmid ) shmop_close() is used to close a shared memory block. Parameters: shmid The shared memory block identifier created by shmop_open() Returns: No value is returned. Examples: Closing shared memor

SoapServer::SoapServer

(PHP 5 >= 5.0.1, PHP 7) SoapServer constructor public SoapServer::SoapServer ( mixed $wsdl [, array $options ] ) This constructor allows the creation of SoapServer objects in WSDL or non-WSDL mode. Parameters: wsdl To use the SoapServer in WSDL mode, pass the URI of a WSDL file. Otherwise, pass NULL and set the uri option to the target namespace for the server.

OAuth::getRequestHeader

(No version information available, might only be in Git) Generate OAuth header string signature public string OAuth::getRequestHeader ( string $http_method, string $url [, mixed $extra_parameters ] ) Generate OAuth header string signature based on the final HTTP method, URL and a string/array of parameters Parameters: http_method HTTP method for request.

SWFDisplayItem::rotateTo

(PHP 5 <= 5.3.0, PECL ming SVN) Rotates the object in global coordinates void SWFDisplayItem::rotateTo ( float $angle ) swfdisplayitem::rotateto() set the current object rotation to angle degrees in global coordinates. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned.

odbc_statistics

(PHP 4, PHP 5, PHP 7) Retrieve statistics about a table resource odbc_statistics ( resource $connection_id, string $qualifier, string $owner, string $table_name, int $unique, int $accuracy ) Get statistics about a table and its indexes. Parameters: connection_id The ODBC connection identifier, see odbc_connect() for details. qualifier The

fbsql_num_rows

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get number of rows in result int fbsql_num_rows ( resource $result ) Gets the number of rows in the given result set. This function is only valid for SELECT statements. To retrieve the number of rows returned from a INSERT, UPDATE or DELETE query, use fbsql_affected_rows(). Parameters: result A result identifier returned by fbsql_query()

event_buffer_enable

(PECL libevent >= 0.0.1) Enable a buffered event bool event_buffer_enable ( resource $bevent, int $events ) Enables the specified buffered event. Parameters: bevent Valid buffered event resource. events Any combination of EV_READ and EV_WRITE. Returns: event_buffer_enable() returns TRUE on success or FALSE o