tidy::repairFile

(PHP 5, PHP 7, PECL tidy >= 0.7.0) Repair a file and return it as a string string tidy::repairFile ( string $filename [, mixed $config [, string $encoding [, bool $use_include_path = false ]]] ) Object oriented style Procedural style string tidy_repair_file ( string $filename [, mixed $config [, string $encoding [, bool $use_include_path = false ]]] ) Repairs the given file and returns it as a string. P

cubrid_error_msg

(PECL CUBRID >= 8.3.0) Get last error message for the most recent function call string cubrid_error_msg ( void ) The cubrid_error_msg() function is used to get the error message that occurred during the use of CUBRID API. Usually, it gets error message when API returns false as its return value. Returns: Error message that occurred. Examples:

RecursiveDirectoryIterator::getSubPathname

(PHP 5 >= 5.1.0, PHP 7) Get sub path and name public string RecursiveDirectoryIterator::getSubPathname ( void ) Gets the sub path and filename. Returns: The sub path (sub directory) and filename. This function is currently not documented; only its argument list is available. See also:

PDF_begin_template

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Start template definition [deprecated] int PDF_begin_template ( resource $pdfdoc, float $width, float $height ) Starts a new template definition. This function is deprecated since PDFlib version 7, use PDF_begin_template_ext() instead.

sqlsrv_next_result

(No version information available, might only be in Git) Makes the next result of the specified statement active mixed sqlsrv_next_result ( resource $stmt ) Makes the next result of the specified statement active. Results include result sets, row counts, and output parameters. Parameters: stmt The statment on which the next result is being called. Retu

newt_form_destroy

(PECL newt >= 0.1) Destroys a form void newt_form_destroy ( resource $form ) This function frees the memory resources used by the form and all of the components which have been added to the form (including those components which are on subforms). Once a form has been destroyed, none of the form's components can be used. Parameters: form Form component, which is going

ReflectionFunctionAbstract::hasReturnType

(PHP 7) Checks if the function has a specified return type public bool ReflectionFunctionAbstract::hasReturnType ( void ) Checks whether the reflected function has a return type specified. Returns: Returns TRUE if the function is a specified return type, otherwise FALSE. Examples: ReflectionFunctionAbstract::hasReturnType() example

Mongo::getSlave

(PECL mongo >=1.1.0) Returns the address being used by this for slaveOkay reads public string Mongo::getSlave ( void ) This finds the address of the secondary currently being used for reads. It is a read-only method: it does not change anything about the internal state of the object. When you create a connection to the database, the driver will not immediately decide on a secondary to use. Thus, after you connect, this

SWFButton::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a new Button SWFButton::__construct ( void ) Creates a new Button. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. Examples:

mkdir

(PHP 4, PHP 5, PHP 7) Makes directory bool mkdir ( string $pathname [, int $mode = 0777 [, bool $recursive = false [, resource $context ]]] ) Attempts to create the directory specified by pathname. Parameters: pathname The directory path. mode The mode is 0777 by default, which means the widest possible access. For more information on