検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1116 for [SIMILAR] 16 1024 4096 WITH 10844 算子 WITH 1035... (1.070 sec.)
連想キーと要素との関係を維持しつつ配列を降順にソートする 0
« array asort » PHP Manual 配列 関数 連想キーと要素との関係を維持しつつ配列を降順にソートする arsort (PHP 4, PHP 5, PHP 7, PHP 8) arsort — 連想キーと要素との関係を維持しつつ配列を降順にソートする 説明 arsort ( array &$array , int $flags = SORT_REGULAR ): bool 各配列のキーと要素との関係を ...
https://man.plustar.jp/php/function.arsort.html - [similar]
連想キーと要素との関係を維持しつつ配列を昇順にソートする 0
« arsort compact » PHP Manual 配列 関数 連想キーと要素との関係を維持しつつ配列を昇順にソートする asort (PHP 4, PHP 5, PHP 7, PHP 8) asort — 連想キーと要素との関係を維持しつつ配列を昇順にソートする 説明 asort ( array &$array , int $flags = SORT_REGULAR ): bool 配列のキーと要素との関係を維 ...
https://man.plustar.jp/php/function.asort.html - [similar]
cURL セッションを実行する 0
« curl_escape curl_file_create » PHP Manual cURL 関数 cURL セッションを実行する curl_exec (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) curl_exec — cURL セッションを実行する 説明 curl_exec ( CurlHandle $handle ): string | bool 指定した cURL セッションを実行します。 この関数は、cURL セッションを初 ...
https://man.plustar.jp/php/function.curl-exec.html - [similar]
ファイル名がパターンにマッチするか調べる 0
« flock fopen » PHP Manual ファイルシステム 関数 ファイル名がパターンにマッチするか調べる fnmatch (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) fnmatch — ファイル名がパターンにマッチするか調べる 説明 fnmatch ( string $pattern , string $filename , int $flags = 0 ): bool fnmatch() は filename で指 ...
https://man.plustar.jp/php/function.fnmatch.html - [similar]
文字列が最初に現れる場所を見つける 0
« iconv_strlen iconv_strrpos » PHP Manual iconv 関数 文字列が最初に現れる場所を見つける iconv_strpos (PHP 5, PHP 7, PHP 8) iconv_strpos — 文字列が最初に現れる場所を見つける 説明 iconv_strpos ( string $haystack , string $needle , int $offset = 0 , ? string $encoding = null ): int | false ...
https://man.plustar.jp/php/function.iconv-strpos.html - [similar]
画像で使用する色を作成する 0
« imagecharup imagecolorallocatealpha » PHP Manual GD および Image 関数 画像で使用する色を作成する imagecolorallocate (PHP 4, PHP 5, PHP 7, PHP 8) imagecolorallocate — 画像で使用する色を作成する 説明 imagecolorallocate ( GdImage $image , int $red , int $green , int $blue ): int | false 指 ...
https://man.plustar.jp/php/function.imagecolorallocate.html - [similar]
ピクセルの色のインデックスを取得する 0
« imagecolorallocatealpha imagecolorclosest » PHP Manual GD および Image 関数 ピクセルの色のインデックスを取得する imagecolorat (PHP 4, PHP 5, PHP 7, PHP 8) imagecolorat — ピクセルの色のインデックスを取得する 説明 imagecolorat ( GdImage $image , int $x , int $y ): int | false image で指定 ...
https://man.plustar.jp/php/function.imagecolorat.html - [similar]
オブジェクトがこのクラスのものであるか、このクラスをその親クラスのひとつとしてい... 0
« interface_exists is_subclass_of » PHP Manual クラス/オブジェクト関数 オブジェクトがこのクラスのものであるか、このクラスをその親クラスのひとつとしているかどうかを調べる is_a (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) is_a — オブジェクトがこのクラスのものであるか、このクラスをその親クラスのひ ...
https://man.plustar.jp/php/function.is-a.html - [similar]
配列をキーで降順にソートする 0
« key ksort » PHP Manual 配列 関数 配列をキーで降順にソートする krsort (PHP 4, PHP 5, PHP 7, PHP 8) krsort — 配列をキーで降順にソートする 説明 krsort ( array &$array , int $flags = SORT_REGULAR ): bool array をキーで降順にソートします。 注意 : 比較結果が等しくなる二つの要素があった場合、 ...
https://man.plustar.jp/php/function.krsort.html - [similar]
配列をキーで昇順にソートする 0
« krsort list » PHP Manual 配列 関数 配列をキーで昇順にソートする ksort (PHP 4, PHP 5, PHP 7, PHP 8) ksort — 配列をキーで昇順にソートする 説明 ksort ( array &$array , int $flags = SORT_REGULAR ): bool array をキーで昇順にソートします。 注意 : 比較結果が等しくなる二つの要素があった場合、そ ...
https://man.plustar.jp/php/function.ksort.html - [similar]