検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 800 for [SIMILAR] 16 1024 4096 WITH 35051 rot13 WITH 465... (0.640 sec.)
IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換する 0
« idn_to_ascii IntlChar » PHP Manual IDN 関数 IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換する idn_to_utf8 (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.2, PECL idn >= 0.1) idn_to_utf8 — IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換する 説明 手続き型 idn_to_u ...
https://man.plustar.jp/php/function.idn-to-utf8.html - [similar]
ローカルファイルシステムへのアクセス 0
« サポートするプロトコル/ラッパー http:// » PHP Manual サポートするプロトコル/ラッパー ローカルファイルシステムへのアクセス file:// file:// — ローカルファイルシステムへのアクセス 説明 PHP で使用されるデフォルトのラッパーは Filesystem で、 これはローカルファイルシステムを表します。 相対パ ...
https://man.plustar.jp/php/wrappers.file.html - [similar]
パレット形式の画像を true color に変換する 0
« imagepalettecopy imagepng » PHP Manual GD および Image 関数 パレット形式の画像を true color に変換する imagepalettetotruecolor (PHP 5 >= 5.5.0, PHP 7, PHP 8) imagepalettetotruecolor — パレット形式の画像を true color に変換する 説明 imagepalettetotruecolor ( GdImage $image ): bool image ...
https://man.plustar.jp/php/function.imagepalettetotruecolor.html - [similar]
アフィン変換行列を取得する 0
« imageaffinematrixconcat imagealphablending » PHP Manual GD および Image 関数 アフィン変換行列を取得する imageaffinematrixget (PHP 5 >= 5.5.0, PHP 7, PHP 8) imageaffinematrixget — アフィン変換行列を取得する 説明 imageaffinematrixget ( int $type , array | float $options ): array | false ...
https://man.plustar.jp/php/function.imageaffinematrixget.html - [similar]
実行可能でない tar/zip アーカイブを実行可能な phar アーカイブ形式に変換する 0
« PharData::convertToData PharData::copy » PHP Manual PharData 実行可能でない tar/zip アーカイブを実行可能な phar アーカイブ形式に変換する PharData::convertToExecutable (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) PharData::convertToExecutable — 実行可能でない tar/zip アーカイブを実 ...
https://man.plustar.jp/php/phardata.converttoexecutable.html - [similar]
phar アーカイブを実行可能な別の phar アーカイブ形式に変換する 0
« Phar::convertToData Phar::copy » PHP Manual Phar phar アーカイブを実行可能な別の phar アーカイブ形式に変換する Phar::convertToExecutable (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) Phar::convertToExecutable — phar アーカイブを実行可能な別の phar アーカイブ形式に変換する 説明 pub ...
https://man.plustar.jp/php/phar.converttoexecutable.html - [similar]
指定した色+アルファ値または最も近い色のインデックスを取得する 0
« imagecolorresolve imagecolorset » PHP Manual GD および Image 関数 指定した色+アルファ値または最も近い色のインデックスを取得する imagecolorresolvealpha (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) imagecolorresolvealpha — 指定した色+アルファ値または最も近い色のインデックスを取得する 説明 image ...
https://man.plustar.jp/php/function.imagecolorresolvealpha.html - [similar]
ユリウス積算日をユダヤ暦に変換する 0
« jdtogregorian jdtojulian » PHP Manual カレンダー 関数 ユリウス積算日をユダヤ暦に変換する jdtojewish (PHP 4, PHP 5, PHP 7, PHP 8) jdtojewish — ユリウス積算日をユダヤ暦に変換する 説明 jdtojewish ( int $julian_day , bool $hebrew = false , int $flags = 0 ): string ユリウス積算日をユダヤ暦に ...
https://man.plustar.jp/php/function.jdtojewish.html - [similar]
浮動小数点数 0
« 整数 文字列 » PHP Manual 型 浮動小数点数 浮動小数点数 浮動小数点数 (あるいは "float", "double", "実数") は、次の構文により指定できます。 <?php $a = 1.234 ; $b = 1.2e3 ; $c = 7E-10 ; $d = 1_234.567 ; // PHP 7.4.0 以降 ?> PHP 7.4.0 以降の規約(これより前のバージョンでは、アンダースコアは許 ...
https://man.plustar.jp/php/language.types.float.html - [similar]
整数 0
« 論理型 (boolean) 浮動小数点数 » PHP Manual 型 整数 整数 int は、ℤ = {..., -2, -1, 0, 1, 2, ...} という集合です。 以下も参照ください。 任意精度整数 / GMP 浮動小数点数 任意精度整数 / BCMath 構文 整数 (integer) は、10 進数(基数 10)、16 進数 (基数 16)、8 進数 (基数 8) あるいは 2 進数 (基数 ...
https://man.plustar.jp/php/language.types.integer.html - [similar]