VarnishAdmin::setCompat

(PECL varnish >= 0.9.2) Set the class compat configuration param public void VarnishAdmin::setCompat ( int $compat ) Parameters: compat Varnish compatibility option. Returns:

Error::__clone

(No version information available, might only be in Git) Clone the error final private void Error::__clone ( void ) Error can not be clone, so this method results in fatal error. Returns: No value is returned. Exception: Errors are not clonable.

Iterator::current

(PHP 5 >= 5.0.0, PHP 7) Return the current element abstract public mixed Iterator::current ( void ) Returns the current element. Returns: Can return any type.

Imagick::setImageRedPrimary

(PECL imagick 2.0.0) Sets the image chromaticity red primary point bool Imagick::setImageRedPrimary ( float $x, float $y ) Sets the image chromaticity red primary point. Parameters: x Sets the image chromaticity red primary point. y Sets the image chromaticity red primary point. Returns: Returns TRUE on success

PDF_delete_pvf

(PECL pdflib >= 2.0.0) Delete PDFlib virtual file int PDF_delete_pvf ( resource $pdfdoc, string $filename ) Deletes a named virtual file and frees its data structures (but not the contents).

msession_set

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Set value in session bool msession_set ( string $session, string $name, string $value ) This function is currently not documented; only its argument list is available.

imagegif

(PHP 4, PHP 5, PHP 7) Output image to browser or file bool imagegif ( resource $image [, string $filename ] ) imagegif() creates the GIF file in filename from the image image. The image argument is the return from the imagecreate() or imagecreatefrom* function. The image format will be GIF87a unless the image has been made transparent with imagecolortransparent(), in which case the image format will be GIF89a.

fann_set_activation_function_output

(PECL fann >= 1.0.0) Sets the activation function for the output layer bool fann_set_activation_function_output ( resource $ann, int $activation_function ) Sets the activation function for the output layer. Parameters: ann Neural network resource. activation_function The activation functions constant. Returns:

svn_repos_open

(PECL svn >= 0.1.0) Open a shared lock on a repository. resource svn_repos_open ( string $path ) Open a shared lock on a repository. This function is currently not documented; only its argument list is available.

SolrDocumentField::__construct

(PECL solr >= 0.9.2) Constructor public SolrDocumentField::__construct ( void ) Constructor. Returns: None.