SolrDisMaxQuery::addBoostQuery

(No version information available, might only be in Git) Adds a boost query field with value and optional boost (bq parameter) public SolrDisMaxQuery SolrDisMaxQuery::addBoostQuery ( string $field, string $value [, string $boost ] ) Adds a Boost Query field with value [and boost] (bq parameter) Parameters: field Adds a Boost Query field with value [and boost] (bq paramete

SolrDisMaxQuery::setQueryPhraseSlop

(No version information available, might only be in Git) specifies the amount of slop permitted on phrase queries explicitly included in the user's query string (qf parameter) public SolrDisMaxQuery SolrDisMaxQuery::setQueryPhraseSlop ( string $slop ) The Query Phrase Slop is the amount of slop permitted on phrase queries explicitly included in the user's query string with the qf parameter. slop refers to the number of pos

SWFTextField::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a text field object SWFTextField::__construct ([ int $flags ] ) swftextfield() creates a new text field object. Text Fields are less flexible than swftext() objects- they can't be rotated, scaled non-proportionally, or skewed, but they can be used as form entries, and they can use browser-defined fonts. The optional flags change the text field's behavior. It has the following poss

IntlCalendar::getDayOfWeekType

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Tell whether a day is a weekday, weekend or a day that has a transition between the two public int IntlCalendar::getDayOfWeekType ( int $dayOfWeek ) Object oriented style Procedural style int intlcal_get_day_of_week_type ( IntlCalendar $cal , int $dayOfWeek ) Returns whether the passed day is a weekday (IntlCalendar::DOW_TYPE_WEEKDAY), a weekend day (IntlCalendar::DOW_TYPE_WEEKEND)

maxdb_bind_param

(PECL maxdb 1.0) Alias of maxdb_stmt_bind_param() This function is an alias of: maxdb_stmt_bind_param() This function alias is deprecated and only exists for backwards compatibility reasons. The use of this function is not recommended, as it may be removed from PHP in the future.

SplFileInfo::getGroup

(PHP 5 >= 5.1.2, PHP 7) Gets the file group public int SplFileInfo::getGroup ( void ) Gets the file group. The group ID is returned in numerical format. Returns: The group id in numerical format. Exception: Throws RuntimeException on error. Examples: SplFileInfo::getGroup() example <?php $info = ne

snmp2_real_walk

(PHP >= 5.2.0) Return all objects including their respective object ID within the specified one array snmp2_real_walk ( string $host, string $community, string $object_id [, string $timeout = 1000000 [, string $retries = 5 ]] ) The snmp2_real_walk() function is used to traverse over a number of SNMP objects starting from object_id and return not only their values but also their object ids. Parameters:

db2_field_scale

(PECL ibm_db2 >= 1.0.0) Returns the scale of the indicated column in a result set int db2_field_scale ( resource $stmt, mixed $column ) Returns the scale of the indicated column in a result set. Parameters: stmt Specifies a statement resource containing a result set. column Specifies the column in the result set. This can either be

udm_crc32

(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Return CRC32 checksum of given string int udm_crc32 ( resource $agent, string $str ) This function is currently not documented; only its argument list is available.

IntlCalendar::getAvailableLocales

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get array of locales for which there is data public static array IntlCalendar::getAvailableLocales ( void ) Object oriented style Procedural style array intlcal_get_available_locales ( void ) Gives the list of locales for which calendars are installed. As of ICU 51, this is the list of all installed ICU locales. Returns: An array of strings, one for whic