検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 790 for result (0.043 sec.)
文字列を処理し、変数に代入する 3884
« ord print » PHP Manual String 関数 文字列を処理し、変数に代入する parse_str (PHP 4, PHP 5, PHP ... に代入する 説明 parse_str ( string $string , array &$result ): void URL 経由で渡されるクエリ文字列と同様に str ... g を処理し、現在のスコープに変数をセットします。 ( result が指定された場合は、配列 result にセットします) パ ... ラメータ string 入力文字列。 result 2 番目の引数 result が指定された場合、 変数は、代わ ... の要素としてこの変数に保存されます。 警告 この関数を result パラメータを指定せずに使うことは 絶対に おすすめし ...
https://man.plustar.jp/php/function.parse-str.html - [similar]
手続き型とオブジェクト指向インターフェイス 3884
« クイックスタートガイド データベース接続 » PHP Manual クイックスタートガイド 手続き型とオブジェ ... xample.com" , "user" , "password" , "database" ); $result = mysqli_query ( $mysqli , "SELECT 'Please do not ... AS _msg FROM DUAL" ); $row = mysqli_fetch_assoc ( $result ); echo $row [ '_msg' ]; $mysql = mysql_connect ( ... user" , "password" ); mysql_select_db ( "test" ); $result = mysql_query ( "SELECT 'Use the mysqli extension ... FROM DUAL" , $mysql ); $row = mysql_fetch_assoc ( $result ); echo $row [ '_msg' ]; 上の例の出力は以下となりま ...
https://man.plustar.jp/php/mysqli.quickstart.dual-interface.html - [similar]
Sets the group.offset parameter 3884
« SolrQuery::setGroupNGroups SolrQuery::setGroupTruncate » PHP Manual SolrQuery Sets the group.o ... 戻り値 参考 SolrQuery::setGroup() - Enable/Disable result grouping (group parameter) SolrQuery::addGroupFiel ... d() - Add a field to be used to group results SolrQuery::addGroupFunction() - Allows grouping r ... lrQuery::setGroupLimit() - Specifies the number of results to return for each group. The server default valu ... e is 1 SolrQuery::setGroupMain() - If true, the result of the first field grouping command is used as the ...
https://man.plustar.jp/php/solrquery.setgroupoffset.html - [similar]
Returns the result of adding all given values to the deque 3864
« Ds\Deque::map Ds\Deque::pop » PHP Manual Deque Returns the result of adding all given values t ... e (PECL ds >= 1.0.0) Ds\Deque::merge — Returns the result of adding all given values to the deque 説明 publi ... que::merge ( mixed $values ): Ds\Deque Returns the result of adding all given values to the deque. パラメータ ... lues A traversable object or an array . 戻り値 The result of adding all given values to the deque, effective ... 関連キーワード: Deque , Ds , int , values , adding , result , all , given , deque , merge ...
https://man.plustar.jp/php/ds-deque.merge.html - [similar]
Returns the result of adding all given values to the sequence 3864
« Ds\Sequence::map Ds\Sequence::pop » PHP Manual Sequence Returns the result of adding all given ... PECL ds >= 1.0.0) Ds\Sequence::merge — Returns the result of adding all given values to the sequence 説明 ab ... ::merge ( mixed $values ): Ds\Sequence Returns the result of adding all given values to the sequence. パラメ ... lues A traversable object or an array . 戻り値 The result of adding all given values to the sequence, effect ... キーワード: Ds , int , Sequence , values , adding , result , all , given , sequence , merge ...
https://man.plustar.jp/php/ds-sequence.merge.html - [similar]
Returns the result of adding all given values to the set 3864
« Ds\Set::last Ds\Set::reduce » PHP Manual Set Returns the result of adding all given values to ... rge (PECL ds >= 1.0.3) Ds\Set::merge — Returns the result of adding all given values to the set 説明 public ... s\Set::merge ( mixed $values ): Ds\Set Returns the result of adding all given values to the set. パラメータ ... lues A traversable object or an array . 戻り値 The result of adding all given values to the set, effectively ... Ds , int , values , adding , all , given , merge , result , Returns ...
https://man.plustar.jp/php/ds-set.merge.html - [similar]
Returns the result of adding all given values to the vector 3864
« Ds\Vector::map Ds\Vector::pop » PHP Manual Vector Returns the result of adding all given value ... (PECL ds >= 1.0.0) Ds\Vector::merge — Returns the result of adding all given values to the vector 説明 publ ... or::merge ( mixed $values ): Ds\Vector Returns the result of adding all given values to the vector. パラメー ... lues A traversable object or an array . 戻り値 The result of adding all given values to the vector, effectiv ... (3) } 関連キーワード: Ds , int , values , adding , result , all , given , merge , Returns , copy ...
https://man.plustar.jp/php/ds-vector.merge.html - [similar]
指定した色+アルファ値に最も近い色のインデックスを取得する 3864
« imagecolorclosest imagecolorclosesthwb » PHP Manual GD および Image 関数 指定した色+アルファ値 ... GB を返します foreach( $colors as $id => $rgb ) { $result = imagecolorclosestalpha ( $im , $rgb [ 0 ], $rgb ... [ 1 ], $rgb [ 2 ], $rgb [ 3 ]); $result = imagecolorsforindex ( $im , $result ); $result = ... "( { $result [ 'red' ]} , { $result [ 'green' ]} , { $result [ ... 'blue' ]} , { $result [ 'alpha' ]} )" ; echo "# $id : Search ( $rgb [ 0 ...
https://man.plustar.jp/php/function.imagecolorclosestalpha.html - [similar]
現在の属性に属性を追加する 3864
« ldap_list ldap_mod_add » PHP Manual LDAP 関数 現在の属性に属性を追加する ldap_mod_add_ext (PHP ... , array $entry , ? array $controls = null ): LDAP\Result | false ldap_mod_add() と同じですが、 ldap_parse_r ... esult() を使ってパースされた LDAP 結果を表す LDAP\Result クラスのインスタンスを返します。 パラメータ ldap_m ... od_add() を参照してください。 戻り値 LDAP\Result クラスのインスタンスを返します。失敗した場合に fal ... ョンでは、 リソース を期待していました。 8.1.0 LDAP\Result クラスのインスタンスを返すようになりました。 これよ ...
https://man.plustar.jp/php/function.ldap-mod_add-ext.html - [similar]
属性を新規の値に置換する 3864
« ldap_mod_del ldap_mod_replace » PHP Manual LDAP 関数 属性を新規の値に置換する ldap_mod_replace ... , array $entry , ? array $controls = null ): LDAP\Result | false ldap_mod_replace() と同じですが、 ldap_par ... se_result() を使ってパースされた LDAP 結果を表す LDAP\Result ... dap_mod_replace() を参照してください。 戻り値 LDAP\Result クラスのインスタンスを返します。失敗した場合に fal ... ョンでは、 リソース を期待していました。 8.1.0 LDAP\Result クラスのインスタンスを返すようになりました。 これよ ...
https://man.plustar.jp/php/function.ldap-mod_replace-ext.html - [similar]