検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 1267 for value (0.013 sec.)
設定オプションの値を元に戻す 3506
« ini_get ini_set » PHP Manual PHP オプション/情報 関数 設定オプションの値を元に戻す ini_restore ... の例 <?php $setting = 'html_errors' ; echo 'Current value for \'' . $setting . '\': ' . ini_get ( $setting ) ... etting , ini_get ( $setting ) ? 0 : 1 ); echo 'New value for \'' . $setting . '\': ' . ini_get ( $setting ) ... PHP_EOL ; ini_restore ( $setting ); echo 'Original value for \'' . $setting . '\': ' . ini_get ( $setting ) ... HP_EOL ; ?> 上の例の出力は以下となります。 Current value for 'html_errors': 1 New value for 'html_errors': ...
https://man.plustar.jp/php/function.ini-restore.html - [similar]
Apache Solr 3489
« 検索エンジン用の拡張モジュール はじめに » PHP Manual 検索エンジン用の拡張モジュール Apache Sol ... vlet — Changes the specified servlet type to a new value SolrClient::system — Retrieve Solr Server informat ... tion — Allows grouping results based on the unique values of a function query (group.func parameter) SolrQu ... dStatsFacet — Requests a return of sub results for values within the given facet SolrQuery::addStatsField — ... array of fields SolrQuery::getFacet — Returns the value of the facet parameter SolrQuery::getFacetDateEnd ...
https://man.plustar.jp/php/book.solr.html - [similar]
Removes and returns the first value 3466
« Ds\Deque::set Ds\Deque::slice » PHP Manual Deque Removes and returns the first value Ds\Deque: ... 0) Ds\Deque::shift — Removes and returns the first value 説明 public Ds\Deque::shift (): mixed Removes and ... returns the first value. パラメータ この関数にはパラメータはありません。 戻 ... り値 The first value, which was removed. エラー / 例外 UnderflowExcepti ...
https://man.plustar.jp/php/ds-deque.shift.html - [similar]
Creates a new instance 3466
« Ds\Pair::clear Ds\Pair::copy » PHP Manual Pair Creates a new instance Ds\Pair::__construct (PE ... lic Ds\Pair::__construct ( mixed $key = ? , mixed $value = ? ) Creates a new instance using a given key and ... value . パラメータ key The key. value The value. 関連キー ...
https://man.plustar.jp/php/ds-pair.construct.html - [similar]
Returns the value at the front of the queue 3466
« Ds\Queue::jsonSerialize Ds\Queue::pop » PHP Manual Queue Returns the value at the front of the ... ek (PECL ds >= 1.0.0) Ds\Queue::peek — Returns the value at the front of the queue 説明 public Ds\Queue::pe ... ek (): mixed Returns the value at the front of the queue, but does not remove it. ... ータ この関数にはパラメータはありません。 戻り値 The value at the front of the queue. エラー / 例外 Underflow ...
https://man.plustar.jp/php/ds-queue.peek.html - [similar]
Removes and returns the first value 3466
« Ds\Sequence::set Ds\Sequence::slice » PHP Manual Sequence Removes and returns the first value ... Ds\Sequence::shift — Removes and returns the first value 説明 abstract public Ds\Sequence::shift (): mixed ... Removes and returns the first value. パラメータ この関数にはパラメータはありません。 戻 ... り値 The first value, which was removed. エラー / 例外 UnderflowExcepti ...
https://man.plustar.jp/php/ds-sequence.shift.html - [similar]
Returns the value at the top of the stack 3466
« Ds\Stack::jsonSerialize Ds\Stack::pop » PHP Manual Stack Returns the value at the top of the s ... ek (PECL ds >= 1.0.0) Ds\Stack::peek — Returns the value at the top of the stack 説明 public Ds\Stack::peek ... (): mixed Returns the value at the top of the stack, but does not remove it. パ ... ータ この関数にはパラメータはありません。 戻り値 The value at the top of the stack. エラー / 例外 UnderflowEx ...
https://man.plustar.jp/php/ds-stack.peek.html - [similar]
Removes and returns the first value 3466
« Ds\Vector::set Ds\Vector::slice » PHP Manual Vector Removes and returns the first value Ds\Vec ... ) Ds\Vector::shift — Removes and returns the first value 説明 public Ds\Vector::shift (): mixed Removes and ... returns the first value. パラメータ この関数にはパラメータはありません。 戻 ... り値 The first value, which was removed. エラー / 例外 UnderflowExcepti ...
https://man.plustar.jp/php/ds-vector.shift.html - [similar]
Return the value of a specific field in a specific row 3466
« cubrid_real_escape_string cubrid_unbuffered_query » PHP Manual CUBRID MySQL 互換関数 Return th ... e value of a specific field in a specific row cubrid_resul ... (PECL CUBRID >= 8.3.0) cubrid_result — Return the value of a specific field in a specific row 説明 cubrid_ ... xed $field = 0 ): string This function returns the value of a specific field in a specific row from a resul ... If undefined, the first field is retrieved. 戻り値 Value of a specific field, on success (NULL if value if ...
https://man.plustar.jp/php/function.cubrid-result.html - [similar]
ArrayAccess インターフェイス 3449
« Throwable::__toString ArrayAccess::offsetExists » PHP Manual 定義済みのインターフェイスとクラス ... ): mixed public offsetSet ( mixed $offset , mixed $value ): void public offsetUnset ( mixed $offset ): void ... => 3 , ); } public function offsetSet ( $offset , $value ) { if ( is_null ( $offset )) { $this -> container ... [] = $value ; } else { $this -> container [ $offset ] = $value ... dump (isset( $obj [ "two" ])); $obj [ "two" ] = "A value" ; var_dump ( $obj [ "two" ]); $obj [] = 'Append 1 ...
https://man.plustar.jp/php/class.arrayaccess.html - [similar]