検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 243 for [SIMILAR] 16 1024 4096 WITH 24510 getmimetype WI... (0.331 sec.)
イメージの型を定義する 0
« Exif 関数 exif_read_data » PHP Manual Exif 関数 イメージの型を定義する exif_imagetype (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) exif_imagetype — イメージの型を定義する 説明 exif_imagetype ( string $filename ): int | false exif_imagetype() を画像の先頭バイトを読み そのサインを調べます。 exi ...
https://man.plustar.jp/php/function.exif-imagetype.html - [similar]
ファイルについての情報を返す 0
« finfo_close finfo_open » PHP Manual Fileinfo 関数 ファイルについての情報を返す finfo_file finfo::file (PHP >= 5.3.0, PHP 7, PHP 8, PECL fileinfo >= 0.1.0) finfo_file -- finfo::file — ファイルについての情報を返す 説明 手続き型 finfo_file ( finfo $finfo , string $filename , int $flags = ...
https://man.plustar.jp/php/function.finfo-file.html - [similar]
指定した暗号のブロックサイズを得る 0
« mcrypt_generic mcrypt_get_cipher_name » PHP Manual Mcrypt 関数 指定した暗号のブロックサイズを得る mcrypt_get_block_size (PHP 4, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0) mcrypt_get_block_size — 指定した暗号のブロックサイズを得る 警告 この関数は PHP 7.1.0 で 非推奨 となり、PHP 7.2.0 で ...
https://man.plustar.jp/php/function.mcrypt-get-block-size.html - [similar]
スペシャルファイルあるいは通常のファイルを作成する (POSIX.1) 0
« posix_mkfifo posix_setegid » PHP Manual POSIX 関数 スペシャルファイルあるいは通常のファイルを作成する (POSIX.1) posix_mknod (PHP 5 >= 5.1.0, PHP 7, PHP 8) posix_mknod — スペシャルファイルあるいは通常のファイルを作成する (POSIX.1) 説明 posix_mknod ( string $filename , int $flags , int $ ...
https://man.plustar.jp/php/function.posix-mknod.html - [similar]
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
定義済み定数 0
« ストリームのクラス ストリームフィルタ » PHP Manual ストリーム 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 定数 説明 STREAM_FILTER_READ stream_filter_appen ...
https://man.plustar.jp/php/stream.constants.html - [similar]
値でエントリをソートする 0
« ArrayObject::append ArrayObject::__construct » PHP Manual ArrayObject 値でエントリをソートする ArrayObject::asort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayObject::asort — 値でエントリをソートする 説明 public ArrayObject::asort ( int $flags = SORT_REGULAR ): bool エントリを昇順にソートします ...
https://man.plustar.jp/php/arrayobject.asort.html - [similar]
キーでエントリをソートする 0
« ArrayObject::getIteratorClass ArrayObject::natcasesort » PHP Manual ArrayObject キーでエントリをソートする ArrayObject::ksort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayObject::ksort — キーでエントリをソートする 説明 public ArrayObject::ksort ( int $flags = SORT_REGULAR ): bool キーでエントリ ...
https://man.plustar.jp/php/arrayobject.ksort.html - [similar]
連想キーと要素との関係を維持しつつ配列を降順にソートする 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]