SWFButton::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a new Button SWFButton::__construct ( void ) Creates a new Button. 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. Examples:

posix_geteuid

(PHP 4, PHP 5, PHP 7) Return the effective user ID of the current process int posix_geteuid ( void ) Return the numeric effective user ID of the current process. See also posix_getpwuid() for information on how to convert this into a useable username. Returns: Returns the user id, as an integer Examples: posix_geteuid() example

SplPriorityQueue::next

(PHP 5 >= 5.3.0, PHP 7) Move to the next node public void SplPriorityQueue::next ( void ) Extracts the top node from the queue. Returns: No value is returned.

streamWrapper::mkdir

(PHP 5, PHP 7) Create a directory public bool streamWrapper::mkdir ( string $path, int $mode, int $options ) This method is called in response to mkdir(). Note: In order for the appropriate error message to be returned this method should not be defined if the wrapper does not support creating directories. Parameters: path Directory which should be created.

ps_fill_stroke

(PECL ps >= 1.1.0) Fills and strokes the current path bool ps_fill_stroke ( resource $psdoc ) Fills and draws the path constructed with previously called drawing functions like ps_lineto(). Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). Returns: Returns TRUE on success or FALSE on failure.

gmp_com

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Calculates one's complement GMP gmp_com ( GMP $a ) Returns the one's complement of a. Parameters: a Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. Returns: Returns the one's complement of a,

eio_poll

(PECL eio >= 0.0.1dev) Can be to be called whenever there are pending requests that need finishing. int eio_poll ( void ) eio_poll() can be used to implement special event loop. For this eio_nreqs() could be used to test if there are unprocessed requests. Note: Applicable only when implementing userspace event loop. Returns: If any request invocation returns a non-zero value, returns that va

win32_get_last_control_message

(PECL win32service SVN) Returns the last control message that was sent to this service int win32_get_last_control_message ( void ) Returns the control code that was last sent to this service process. When running as a service you should periodically check this to determine if your service needs to stop running. Returns: Returns a control constant which will be one of the Win32Service Service Contr

curl_errno

(PHP 4 >= 4.0.3, PHP 5, PHP 7) Return the last error number int curl_errno ( resource $ch ) Returns the error number for the last cURL operation. Parameters: ch A cURL handle returned by curl_init(). Returns: Returns the error number or 0 (zero) if no error occurred. Examples: curl_e

SolrInputDocument::setFieldBoost

(PECL solr >= 0.9.2) Sets the index-time boost value for a field public bool SolrInputDocument::setFieldBoost ( string $fieldName, float $fieldBoostValue ) Sets the index-time boost value for a field. This replaces the current boost value for this field. Parameters: fieldName The name of the field. fieldBoostValue The index time boos