getservbyname

(PHP 4, PHP 5, PHP 7) Get port number associated with an Internet service and protocol int getservbyname ( string $service, string $protocol ) getservbyname() returns the Internet port which corresponds to service for the specified protocol as per /etc/services. Parameters: service The Internet service name, as a string. protocol protoc

ImagickDraw::__construct

(PECL imagick 2.0.0) The ImagickDraw constructor ImagickDraw::__construct ( void ) The ImagickDraw constructor Returns: No value is returned. This function is currently not documented; only its argument list is available.

imap_rfc822_write_address

(PHP 4, PHP 5, PHP 7) Returns a properly formatted email address given the mailbox, host, and personal info string imap_rfc822_write_address ( string $mailbox, string $host, string $personal ) Returns a properly formatted email address as defined in » RFC2822 given the needed information. Parameters: mailbox The mailbox name, see imap_open() for more information

stripos

(PHP 5, PHP 7) Find the position of the first occurrence of a case-insensitive substring in a string mixed stripos ( string $haystack, string $needle [, int $offset = 0 ] ) Find the numeric position of the first occurrence of needle in the haystack string. Unlike the strpos(), stripos() is case-insensitive. Parameters: haystack The string to search in.

ReflectionFunctionAbstract::getStaticVariables

(PHP 5, PHP 7) Gets static variables public array ReflectionFunctionAbstract::getStaticVariables ( void ) Get the static variables. Returns: An array of static variables. This function is currently not documented; only its argument list is available. See also: Reflecti

sem_acquire

(PHP 4, PHP 5, PHP 7) Acquire a semaphore bool sem_acquire ( resource $sem_identifier [, bool $nowait = false ] ) sem_acquire() by default blocks (if necessary) until the semaphore can be acquired. A process attempting to acquire a semaphore which it has already acquired will block forever if acquiring the semaphore would cause its maximum number of semaphore to be exceeded. After processing a request, any semaphores acqu

fbsql_fetch_array

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Fetch a result row as an associative array, a numeric array, or both array fbsql_fetch_array ( resource $result [, int $result_type ] ) fbsql_fetch_array() is a combination of fbsql_fetch_row() and fbsql_fetch_assoc(). An important thing to note is that using fbsql_fetch_array() is NOT significantly slower than using fbsql_fetch_row(), while it provides a significant added value.

mysqli::$client_version

(PHP 5, PHP 7) Returns the MySQL client version as a string int mysqli_get_client_version ( mysqli $link ) Object oriented style int $mysqli->client_version; Procedural style Returns client version number as an integer. Returns: A number that represents the MySQL client library version in format: main_version*10000 + minor_version *100 + sub_version. For example, 4.1.0 is returned as 40100.

IntlCalendar::getRepeatedWallTimeOption

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get behavior for handling repeating wall time public int IntlCalendar::getRepeatedWallTimeOption ( void ) Object oriented style Procedural style int intlcal_get_repeated_wall_time_option ( IntlCalendar $cal ) Gets the current strategy for dealing with wall times that are repeated whenever the clock is set back during dailight saving time end transitions. The default value is IntlCa

PDF_open_memory_image

(PHP 4, PECL pdflib >= 1.0.0) Open image created with PHP's image functions [not supported] int PDF_open_memory_image ( resource $p, resource $image ) This function is not supported by PDFlib GmbH.