検索

phrase: max: clip:
target: order:
Results of 571 - 580 of about 774 for (0.140 sec.)
乱数を生成する 3067
« rad2deg round » PHP Manual Math 関数 乱数を生成する rand (PHP 4, PHP 5, PHP 7, PHP 8) rand — 乱 ... .2.0 rand() 関数のモジュロバイアスに関するバグが 修されました 。 これは、特定のシードから生成されるシー ...
https://man.plustar.jp/php/function.rand.html - [similar]
ディレクトリハンドルからエントリを読み込む 3067
« opendir rewinddir » PHP Manual ディレクトリ 関数 ディレクトリハンドルからエントリを読み込む re ... echo "Entries:\n" ; /* ディレクトリをループする際のしい方法です */ while ( false !== ( $entry = readdir ...
https://man.plustar.jp/php/function.readdir.html - [similar]
SNMP オブジェクトの値を設定する 3067
« snmp2_real_walk snmp2_walk » PHP Manual SNMP 関数 SNMP オブジェクトの値を設定する snmp2_set (P ... OPAQUE_SPECIAL_TYPES が定義されていた場合、 以下もしい値になります: types U unsigned int64 I signed in ...
https://man.plustar.jp/php/function.snmp2-set.html - [similar]
SNMP オブジェクトの値を設定する 3067
« snmprealwalk snmpwalk » PHP Manual SNMP 関数 SNMP オブジェクトの値を設定する snmpset (PHP 4, P ... OPAQUE_SPECIAL_TYPES が定義されていた場合、 以下もしい値になります: types U unsigned int64 I signed in ...
https://man.plustar.jp/php/function.snmpset.html - [similar]
配列を昇順にソートする 3067
« sizeof uasort » PHP Manual 配列 関数 配列を昇順にソートする sort (PHP 4, PHP 5, PHP 7, PHP 8) ... s オプションの第二引数 flags によりソートの動作を修可能です。 使える値は下記の通りです: ソートタイプのフ ...
https://man.plustar.jp/php/function.sort.html - [similar]
大文字小文字を区別しない str_replace 3067
« str_getcsv str_pad » PHP Manual String 関数 大文字小文字を区別しない str_replace str_ireplace ... 換ルールが必要ないのであれば、 preg_replace() で i 修子を使用するかわりにこの関数を使用すべきです。 パラメ ... に一致したすべての文字列を置換する preg_replace() - 規表現検索および置換を行う strtr() - 文字の変換あるい ...
https://man.plustar.jp/php/function.str-ireplace.html - [similar]
文字列に使用されている単語についての情報を返す 3067
« str_starts_with strcasecmp » PHP Manual String 関数 文字列に使用されている単語についての情報を ... de() - 文字列を文字列により分割する preg_split() - 規表現で文字列を分割する count_chars() - 文字列で使用 ...
https://man.plustar.jp/php/function.str-word-count.html - [similar]
文字列から HTML および PHP タグを取り除く 3067
« strcspn stripcslashes » PHP Manual String 関数 文字列から HTML および PHP タグを取り除く strip ... 関数は、 allowed_tags で許可した全てのタグの属性を修しません。 これには、 style および onmouseover 属性が ...
https://man.plustar.jp/php/function.strip-tags.html - [similar]
"自然順"アルゴリズムにより文字列比較を行う 3067
« strnatcasecmp strncasecmp » PHP Manual String 関数 "自然順"アルゴリズムにより文字列比較を行う ... 列比較 のページを参照ください。 参考 preg_match() - 規表現によるマッチングを行う strcasecmp() - 大文字小 ...
https://man.plustar.jp/php/function.strnatcmp.html - [similar]
文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す 3067
« strrev strrpos » PHP Manual String 関数 文字列中で、特定の(大文字小文字を区別しない)文字列が最 ... hr() 関数を呼び出すべきでしょう。 offset ゼロまたはの値の場合、 haystack の 最初の offset バイトをスキッ ...
https://man.plustar.jp/php/function.strripos.html - [similar]