検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 668 for 最初 (0.024 sec.)
データの比較にコールバック関数を用い、配列の差を計算する 3566
« array_udiff_uassoc array_uintersect_assoc » PHP Manual 配列 関数 データの比較にコールバック関数 ... ータの比較に内部関数を利用します。 パラメータ array 最初の配列。 arrays 比較対象の配列。 value_compare_func ... 比較用のコールバック関数。 比較関数は、最初の引数と二番目の引数の比較結果を返します。最初の引数 ...
https://man.plustar.jp/php/function.array-udiff.html - [similar]
cURL 共有ハンドルを閉じる 3566
« curl_setopt curl_share_errno » PHP Manual cURL 関数 cURL 共有ハンドルを閉じる curl_share_close ... sh , CURLSHOPT_SHARE , CURL_LOCK_DATA_COOKIE ); // 最初の cURL ハンドルを作り、共有ハンドルを割り当てます $ ... ); curl_setopt ( $ch1 , CURLOPT_SHARE , $sh ); // 最初の cURL ハンドルを実行します curl_exec ( $ch1 ); // ...
https://man.plustar.jp/php/function.curl-share-close.html - [similar]
直線を描画する 3566
« imagelayereffect imageloadfont » PHP Manual GD および Image 関数 直線を描画する imageline (PHP ... のような画像作成関数が返す GdImage オブジェクト。 x1 最初の点の x 座標。 y1 最初の点の y 座標。 x2 二番目の点 ...
https://man.plustar.jp/php/function.imageline.html - [similar]
全ての結果エントリを得る 3566
« ldap_get_dn ldap_get_option » PHP Manual LDAP 関数 全ての結果エントリを得る ldap_get_entries ( ... unt"] = 結果におけるエントリの数 return_value[0] : 最初のエントリの詳細情報を参照します return_value[i]["dn ... ース を期待していました。 参考 ldap_first_entry() - 最初の結果 ID を返す ldap_next_entry() - 次の結果エントリ ...
https://man.plustar.jp/php/function.ldap-get-entries.html - [similar]
指定された部分文字列が、文字列に含まれるかを調べる 3566
« sscanf str_ends_with » PHP Manual String 関数 指定された部分文字列が、文字列に含まれるかを調べ ... を調べる stripos() - 大文字小文字を区別せずに文字列が最初に現れる位置を探す strrpos() - 文字列中に、ある部分文 ... )文字列が最後に現れた位置を探す strstr() - 文字列が最初に現れる位置を見つける strpbrk() - 文字列の中から任意 ...
https://man.plustar.jp/php/function.str-contains.html - [similar]
文字列が、指定された文字列で終わるかを調べる。 3566
« str_contains str_getcsv » PHP Manual String 関数 文字列が、指定された文字列で終わるかを調べる。 ... を調べる stripos() - 大文字小文字を区別せずに文字列が最初に現れる位置を探す strrpos() - 文字列中に、ある部分文 ... )文字列が最後に現れた位置を探す strstr() - 文字列が最初に現れる位置を見つける strpbrk() - 文字列の中から任意 ...
https://man.plustar.jp/php/function.str-ends-with.html - [similar]
文字列が指定された部分文字列で始まるかを調べる 3566
« str_split str_word_count » PHP Manual String 関数 文字列が指定された部分文字列で始まるかを調べ ... 調べる。 stripos() - 大文字小文字を区別せずに文字列が最初に現れる位置を探す strrpos() - 文字列中に、ある部分文 ... )文字列が最後に現れた位置を探す strstr() - 文字列が最初に現れる位置を見つける strpbrk() - 文字列の中から任意 ...
https://man.plustar.jp/php/function.str-starts-with.html - [similar]
指定した位置から指定した長さの 2 つの文字列について、バイナリ対応で比較する 3566
« strtr substr_count » PHP Manual String 関数 指定した位置から指定した長さの 2 つの文字列について ... eedle と比較します。 パラメータ haystack 比較したい最初の文字列。 needle 比較したい二番目の文字列。 offset ... de" , "abc" , 5 , 1 ); // 警告 ?> 参考 strncmp() - 最初の n 文字についてバイナリセーフな文字列比較を行う 関 ...
https://man.plustar.jp/php/function.substr-compare.html - [similar]
副文字列の出現回数を数える 3566
« substr_compare substr_replace » PHP Manual String 関数 副文字列の出現回数を数える substr_count ... に関する情報を返す strpos() - 文字列内の部分文字列が最初に現れる場所を見つける substr() - 文字列の一部分を返 ... す strstr() - 文字列が最初に現れる位置を見つける 関連キーワード: 出現 , 回数 , ...
https://man.plustar.jp/php/function.substr-count.html - [similar]
一意なファイル名を生成する 3566
« symlink tmpfile » PHP Manual ファイルシステム 関数 一意なファイル名を生成する tempnam (PHP 4, ... リファイルのプレフィックス。 注意 : プレフィックスの最初の63文字のみを使用します。 Windows では、プレフィック ... スの最初の 3 文字のみを使用します。 戻り値 新しいテンポラリフ ...
https://man.plustar.jp/php/function.tempnam.html - [similar]