stream_socket_pair

(PHP 5 >= 5.1.0, PHP 7) Creates a pair of connected, indistinguishable socket streams array stream_socket_pair ( int $domain, int $type, int $protocol ) stream_socket_pair() creates a pair of connected, indistinguishable socket streams. This function is commonly used in IPC (Inter-Process Communication). Parameters: domain The protocol family to be used: STREAM_PF_IN

PDF_get_fontsize

(PHP 4, PECL pdflib >= 1.0.0) Font handling [deprecated] This function is deprecated since PDFlib version 3, use PDF_get_value() with the parameter fontsizeinstead.

IntlChar::isspace

(PHP 7) Check if code point is a space character public static bool IntlChar::isspace ( mixed $codepoint ) Determines if the specified character is a space character or not. Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") Returns: Returns TRUE if codepo

tcpwrap_check

(PECL tcpwrap >= 0.1.0) Performs a tcpwrap check bool tcpwrap_check ( string $daemon, string $address [, string $user [, bool $nodns = false ]] ) This function consults the /etc/hosts.allow and /etc/hosts.deny files to check if access to service daemon should be granted or denied for a client. Parameters: daemon The service name. address

filegroup

(PHP 4, PHP 5, PHP 7) Gets file group int filegroup ( string $filename ) Gets the file group. The group ID is returned in numerical format, use posix_getgrgid() to resolve it to a group name. Parameters: filename Path to the file. Returns: Returns the group ID of the file, or FALSE if an error occurs. The group ID is returned in numerical format,

CairoSvgSurface::versionToString

(PECL cairo >= 0.1.0) The versionToString purpose public static string CairoSvgSurface::versionToString ( int $version ) The method description goes here. Parameters: version Description... Returns: Description... This function is currently not documented; only its argument list is available.

mysqli_connect

(PHP 5, PHP 7) Alias of mysqli::__construct() This function is an alias of: mysqli::__construct() Although the mysqli::__construct() documentation also includes procedural examples that use the mysqli_connect() function, here is a short example: Examples: mysqli_connect() example <?php $link = mysqli_connect("127.0.0.1", "my_user", "my_password", "my_d

HaruDoc::addPage

(PECL haru >= 0.0.1) Add new page to the document object HaruDoc::addPage ( void ) Adds a new page to the document. Returns: Returns a new HaruPage instance. Exception: Throws a HaruException on error. See also: HaruDoc::insertPage() -

ifxus_open_slob

(PHP 4, PHP <=5.2.0) Opens an slob object int ifxus_open_slob ( int $bid, int $mode ) Opens an slob object. bid should be an existing slob id. Parameters: bid An existing slob id. mode A combination of IFX_LO_RDONLY, IFX_LO_WRONLY, IFX_LO_APPEND IFX_LO_RDWR, IFX_LO_BUFFER, IFX_LO_NOBUFFER. Returns: Returns t

imageantialias

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Should antialias functions be used or not bool imageantialias ( resource $image, bool $enabled ) Activate the fast drawing antialiased methods for lines and wired polygons. It does not support alpha components. It works using a direct blend operation. It works only with truecolor images. Thickness and styled are not supported. Using antialiased primitives with transparent background colo