imap_utf8

(PHP 4, PHP 5, PHP 7) Converts MIME-encoded text to UTF-8 string imap_utf8 ( string $mime_encoded_text ) Converts the given mime_encoded_text to UTF-8. Parameters: mime_encoded_text A MIME encoded string. MIME encoding method and the UTF-8 specification are described in » RFC2047 and » RFC2044 respectively. Returns: Returns an UTF-8 encoded strin

SAMConnection::commit

(PECL sam >= 0.1.0) Commits (completes) the current unit of work. bool SAMConnection::commit ( void ) Calling the "commit" method on a Connection object commits (completes) all in-flight transactions that are part of the current unit of work. Returns: This method returns FALSE if an error occurs. Examples: Committing the current u

odbc_field_num

(PHP 4, PHP 5, PHP 7) Return column number int odbc_field_num ( resource $result_id, string $field_name ) Gets the number of the column slot that corresponds to the named field in the given result identifier. Parameters: result_id The result identifier. field_name The field name. Returns: Returns the field numb

Phar::buildFromIterator

(PHP >= 5.3.0, PECL phar >= 2.0.0) Construct a phar archive from an iterator. public array Phar::buildFromIterator ( Iterator $iter [, string $base_directory ] ) Note: This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. Populate a phar archive from an iterator. Two styles of iterators are supported, iterators that map the

Yaf_Exception::getPrevious

(Yaf >=1.0.0) The getPrevious purpose public void Yaf_Exception::getPrevious ( void ) Returns: This function is currently not documented; only its argument list is available.

Imagick::setImageInterlaceScheme

(PECL imagick 2.0.0) Sets the image compression bool Imagick::setImageInterlaceScheme ( int $interlace_scheme ) Sets the image compression. Parameters: interlace_scheme Sets the image compression. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

trader_mavp

(PECL trader >= 0.2.0) Moving average with variable period array trader_mavp ( array $real, array $periods [, integer $minPeriod [, integer $maxPeriod [, integer $mAType ]]] ) Parameters: real Array of real values. periods Array of real values. minPeriod Value less than minimum will be changed to Min

ncurses_border

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draw a border around the screen using attributed characters int ncurses_border ( int $left, int $right, int $top, int $bottom, int $tl_corner, int $tr_corner, int $bl_corner, int $br_corner ) Draws the specified lines and corners around the main window. Use ncurses_wborder() for borders around subwindows! Parameters: le

rawurlencode

(PHP 4, PHP 5, PHP 7) URL-encode according to RFC 3986 string rawurlencode ( string $str ) Encodes the given string according to » RFC 3986. Parameters: str The URL to be encoded. Returns: Returns a string in which all non-alphanumeric characters except -_.~ have been replaced with a percent (%) sign followed by two hex digits. This is the encodi

openssl_csr_new

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Generates a CSR mixed openssl_csr_new ( array $dn, resource &$privkey [, array $configargs [, array $extraattribs ]] ) openssl_csr_new() generates a new CSR (Certificate Signing Request) based on the information provided by dn, which represents the Distinguished Name to be used in the certificate. Note: You need to have a valid openssl.cnf installed for this function to operate correct