CairoContext::deviceToUserDistance

(PECL cairo >= 0.1.0) Transform a distance public array CairoContext::deviceToUserDistance ( float $x, float $y ) Object oriented style (method): Procedural style: array cairo_device_to_user_distance ( CairoContext $context , float $x , float $y ) Transform a distance vector from device space to user space. This function is similar to CairoContext::deviceToUser() or cairo_device_to_user() except that the translation comp

require_once

(PHP 4, PHP 5, PHP 7)

gnupg_geterror

(PECL gnupg >= 0.1) Returns the errortext, if a function fails string gnupg_geterror ( resource $identifier ) Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. Returns: Returns an errortext, if an error has occurred, otherwise FALSE. Examples: Procedura

SolrQuery::getFields

(PECL solr >= 0.9.2) Returns the list of fields that will be returned in the response public array SolrQuery::getFields ( void ) Returns the list of fields that will be returned in the response Returns: Returns an array on success and NULL if not set.

IntlCalendar::getMinimum

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the global minimum value for a field public int IntlCalendar::getMinimum ( int $field ) Object oriented style Procedural style int intlcal_get_minimum ( IntlCalendar $cal , int $field ) Gets the global minimum for a field, in this specific calendar. This value is smaller or equal to that returned by IntlCalendar::getActualMinimum(), which is in its turn smaller or equal to that

stream_socket_sendto

(PHP 5, PHP 7) Sends a message to a socket, whether it is connected or not int stream_socket_sendto ( resource $socket, string $data [, int $flags = 0 [, string $address ]] ) Sends the specified data through the socket. Parameters: socket The socket to send data to. data The data to be sent. flags T

stream_socket_accept

(PHP 5, PHP 7) Accept a connection on a socket created by stream_socket_server() resource stream_socket_accept ( resource $server_socket [, float $timeout = ini_get("default_socket_timeout") [, string &$peername ]] ) Accept a connection on a socket previously created by stream_socket_server(). Parameters: server_socket The server socket to accept a connection from.

ftp_mkdir

(PHP 4, PHP 5, PHP 7) Creates a directory string ftp_mkdir ( resource $ftp_stream, string $directory ) Creates the specified directory on the FTP server. Parameters: ftp_stream The link identifier of the FTP connection. directory The name of the directory that will be created. Returns: Returns the newly created

socket_sendto

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Sends a message to a socket, whether it is connected or not int socket_sendto ( resource $socket, string $buf, int $len, int $flags, string $addr [, int $port = 0 ] ) The function socket_sendto() sends len bytes from buf through the socket socket to the port at the address addr. Parameters: socket A valid socket resource created using s

IntlTimeZone::useDaylightTime

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Check if this time zone uses daylight savings time public bool IntlTimeZone::useDaylightTime ( void ) Returns: This function is currently not documented; only its argument list is available.