SWFTextField::setName

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the variable name void SWFTextField::setName ( string $name ) swftextfield::setname() sets the variable name of this text field to name, for form posting and action scripting purposes. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may

pg_escape_literal

(PHP 5 >= 5.4.4, PHP 7) Escape a literal for insertion into a text field string pg_escape_literal ([ resource $connection ], string $data ) pg_escape_literal() escapes a literal for querying the PostgreSQL database. It returns an escaped literal in the PostgreSQL format. pg_escape_literal() adds quotes before and after data. Users should not add quotes. Use of this function is recommended instead of pg_escape_string().

CairoContext::maskSurface

(PECL cairo >= 0.1.0) The maskSurface purpose public void CairoContext::maskSurface ( string $surface [, string $x [, string $y ]] ) Object oriented style (method): Procedural style: void cairo_mask_surface ( CairoContext $context , CairoSurface $surface [, string $x [, string $y ]] ) Description here. Parameters: context Description... surface

posix_setrlimit

(PHP 7) Set system resource limits bool posix_setrlimit ( int $resource, int $softlimit, int $hardlimit ) posix_setrlimit() sets the soft and hard limits for a given system resource. Each resource has an associated soft and hard limit. The soft limit is the value that the kernel enforces for the corresponding resource. The hard limit acts as a ceiling for the soft limit. An unprivileged process may only set its soft limit

SolrQuery::setFacetEnumCacheMinDefaultFrequency

(PECL solr >= 0.9.2) Sets the minimum document frequency used for determining term count public SolrQuery SolrQuery::setFacetEnumCacheMinDefaultFrequency ( int $frequency [, string $field_override ] ) Sets the minimum document frequency used for determining term count Parameters: value The minimum frequency field_override The name of

ZipArchive::unchangeName

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0) Revert all changes done to an entry with the given name. bool ZipArchive::unchangeName ( string $name ) Revert all changes done to an entry. Parameters: name Name of the entry. Returns: Returns TRUE on success or FALSE on failure.

bbcode_add_element

(PECL bbcode >= 0.9.0) Adds a bbcode element bool bbcode_add_element ( resource $bbcode_container, string $tag_name, array $tag_rules ) Adds a tag to an existing BBCode_Container tag_set using tag_rules. Parameters: bbcode_container BBCode_Container resource, returned by bbcode_create(). tag_name The new tag to add to the BBCode_Cont

ReflectionClass::__toString

(PHP 5, PHP 7) Returns the string representation of the ReflectionClass object. public string ReflectionClass::__toString ( void ) Returns the string representation of the ReflectionClass object. Returns: A string representation of this ReflectionClass instance. Examples: ReflectionClass::__toString() example <?php $re

odbc_tableprivileges

(PHP 4, PHP 5, PHP 7) Lists tables and the privileges associated with each table resource odbc_tableprivileges ( resource $connection_id, string $qualifier, string $owner, string $name ) Lists tables in the requested range and the privileges associated with each table. Parameters: connection_id The ODBC connection identifier, see odbc_connect() for details.

IntlChar::getIntPropertyMinValue

(PHP 7) Get the min value for a Unicode property public static int IntlChar::getIntPropertyMinValue ( int $property ) Gets the minimum value for an enumerated/integer/binary Unicode property. Parameters: property The Unicode property to lookup (see the IntlChar::PROPERTY_* constants). Returns: The maximum value returned by IntlChar::getIntPropertyV