検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 696 for [SIMILAR] 16 1024 4096 WITH 28474 variant WITH 8... (0.892 sec.)
ユリウス積算日をユダヤ暦に変換する 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]
ユリウス暦をユリウス積算日に変換する 0
« jewishtojd unixtojd » PHP Manual カレンダー 関数 ユリウス暦をユリウス積算日に変換する juliantojd (PHP 4, PHP 5, PHP 7, PHP 8) juliantojd — ユリウス暦をユリウス積算日に変換する 説明 juliantojd ( int $month , int $day , int $year ): int ユリウス暦は紀元前 4713 年から紀元 9999 年の範囲で使 ...
https://man.plustar.jp/php/function.juliantojd.html - [similar]
8 ビット文字列を base64 文字列に変換する 0
« imap_base64 imap_body » PHP Manual IMAP 関数 8 ビット文字列を base64 文字列に変換する imap_binary (PHP 4, PHP 5, PHP 7, PHP 8) imap_binary — 8 ビット文字列を base64 文字列に変換する 説明 imap_binary ( string $string ): string | false ( » RFC2045 , Section 6.8 に基づき)8 ビット文字列を ...
https://man.plustar.jp/php/function.imap-binary.html - [similar]
数値の基数を任意に変換する 0
« atanh bindec » PHP Manual Math 関数 数値の基数を任意に変換する base_convert (PHP 4, PHP 5, PHP 7, PHP 8) base_convert — 数値の基数を任意に変換する 説明 base_convert ( string $num , int $from_base , int $to_base ): string num を基数 to_base で表した文字列を返します。 num の基数は、 from ...
https://man.plustar.jp/php/function.base-convert.html - [similar]
特殊な HTML エンティティを文字に戻す 0
« htmlentities htmlspecialchars » PHP Manual String 関数 特殊な HTML エンティティを文字に戻す htmlspecialchars_decode (PHP 5 >= 5.1.0, PHP 7, PHP 8) htmlspecialchars_decode — 特殊な HTML エンティティを文字に戻す 説明 htmlspecialchars_decode ( string $string , int $flags = ENT_QUOTES | EN ...
https://man.plustar.jp/php/function.htmlspecialchars-decode.html - [similar]
JPEG画像をWBMP画像に変換する 0
« iptcparse png2wbmp » PHP Manual GD および Image 関数 JPEG画像をWBMP画像に変換する jpeg2wbmp (PHP 4 >= 4.0.5, PHP 5, PHP 7) jpeg2wbmp — JPEG画像をWBMP画像に変換する 警告 この関数は PHP 7.2.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。この関数に頼らないことを強く推奨します。 説明 jp ...
https://man.plustar.jp/php/function.jpeg2wbmp.html - [similar]
PNG画像をWBMP画像に変換する 0
« jpeg2wbmp GdImage » PHP Manual GD および Image 関数 PNG画像をWBMP画像に変換する png2wbmp (PHP 4 >= 4.0.5, PHP 5, PHP 7) png2wbmp — PNG画像をWBMP画像に変換する 警告 この関数は PHP 7.2.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。この関数に頼らないことを強く推奨します。 説明 png2wbm ...
https://man.plustar.jp/php/function.png2wbmp.html - [similar]
座標変換を設定する 0
« ps_symbol RpmInfo » PHP Manual PS 関数 座標変換を設定する ps_translate (PECL ps >= 1.1.0) ps_translate — 座標変換を設定する 説明 ps_translate ( resource $psdoc , float $x , float $y ): bool 新しい座標系の原点を設定します。 パラメータ psdoc ps_new() が返す、postscript ファイルのリソース ...
https://man.plustar.jp/php/function.ps-translate.html - [similar]