bcompiler_write_functions_from_file

(PECL bcompiler >= 0.5) Writes all functions defined in a file as bytecodes bool bcompiler_write_functions_from_file ( resource $filehandle, string $fileName ) Searches for all functions declared in the given file, and writes their correspondent bytecodes to the open file handle. Parameters: filehandle A file handle as returned by fopen(). fileNa

bcmod

(PHP 4, PHP 5, PHP 7) Get modulus of an arbitrary precision number string bcmod ( string $left_operand, string $modulus ) Get the modulus of the left_operand using modulus. Parameters: left_operand The left operand, as a string. modulus The modulus, as a string. Returns: Returns the modulus as a string, or NULL

cubrid_connect

(PECL CUBRID >= 8.3.1) Open a connection to a CUBRID Server resource cubrid_connect ( string $host, int $port, string $dbname [, string $userid [, string $passwd [, bool $new_link = false ]]] ) The cubrid_connect() function is used to establish the environment for connecting to your server by using your server address, port number, database name, user name, and password. If the user name and password is not given, then t

stats_cdf_exponential

(PECL stats >= 1.0.0) Not documented float stats_cdf_exponential ( float $par1, float $par2, int $which ) Parameters: par1 par2 which Returns: This function is currently not documented; only its argument list is available.

eio_mkdir

(PECL eio >= 0.0.1dev) Create directory resource eio_mkdir ( string $path, int $mode [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_mkdir() creates directory with specified access mode. Parameters: path Path for the new directory. mode Access mode, e.g. 0755 pri

ming_setswfcompression

(PHP 5.2.1-5.3.0, PHP 7, PECL ming SVN) Sets the SWF output compression void ming_setswfcompression ( int $level ) Sets the SWF output compression level. Parameters: level The new compression level. Should be a value between 1 and 9 inclusive. Returns: No value is returned.

socket_write

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Write to a socket int socket_write ( resource $socket, string $buffer [, int $length ] ) The function socket_write() writes to the socket from the given buffer. Parameters: socket The function socket_write() writes to the socket from the given buffer. buffer The buffer to be written.

mssql_free_statement

(PHP 4 >= 4.3.2, PHP 5, PECL odbtp >= 1.1.1) Free statement memory bool mssql_free_statement ( resource $stmt ) mssql_free_statement() only needs to be called if you are worried about using too much memory while your script is running. All statement memory will automatically be freed when the script ends. You may call mssql_free_statement() with the statement identifier as an argument and the associated statement memor

basename

(PHP 4, PHP 5, PHP 7) Returns trailing name component of path string basename ( string $path [, string $suffix ] ) Given a string containing the path to a file or directory, this function will return the trailing name component. Parameters: path A path. On Windows, both slash (/) and backslash (\) are used as directory separator character. In other environments, it is t

imap_rfc822_parse_headers

(PHP 4, PHP 5, PHP 7) Parse mail headers from a string object imap_rfc822_parse_headers ( string $headers [, string $defaulthost = "UNKNOWN" ] ) Gets an object of various header elements, similar to imap_header(). Parameters: headers The parsed headers data defaulthost The default host name Returns: Returns an