検索

phrase: max: clip:
target: order:
Results of 561 - 570 of about 969 for [SIMILAR] 16 1024 4096 WITH 9424 reflectionfunct... (0.668 sec.)
PHP 8.1.x で推奨されなくなる機能 0
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 PHP 8.1.x で推奨されなくなる機能 PHP 8.1.x で推奨されなくなる機能 PHP コア __serialize() , __unserialize() がない状態で、 Serializable を実装するのは推奨されない 新しいこれらのメソッドだけを実装するか、 ...
https://man.plustar.jp/php/migration81.deprecated.html - [similar]
wkhtmltox\Image\Converter クラス 0
« wkhtmltox\PDF\Object::__construct wkhtmltox\Image\Converter::__construct » PHP Manual wkhtmltox wkhtmltox\Image\Converter クラス wkhtmltox\Image\Converter クラス (wkhtmltox >= 0.1.0) はじめに HTML入力をさまざまな画像形式に変換する クラス概要 class wkhtmltox\Image\Converter { /* コンスト ...
https://man.plustar.jp/php/class.wkhtmltox-image-converter.html - [similar]
n乗根の整数部を返す 0
« gmp_random gmp_rootrem » PHP Manual GMP 関数 n乗根の整数部を返す gmp_root (PHP 5 >= 5.6.0, PHP 7, PHP 8) gmp_root — n乗根の整数部を返す 説明 gmp_root ( GMP | int | string $num , int $nth ): GMP num の nth 乗根を計算し、 その整数部を返します。 パラメータ num GMP オブジェクト、整数、ある ...
https://man.plustar.jp/php/function.gmp-root.html - [similar]
画像で使用する色を透過度を指定して作成する 0
« imagecolorallocate imagecolorat » PHP Manual GD および Image 関数 画像で使用する色を透過度を指定して作成する imagecolorallocatealpha (PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8) imagecolorallocatealpha — 画像で使用する色を透過度を指定して作成する 説明 imagecolorallocatealpha ( GdImage $image ...
https://man.plustar.jp/php/function.imagecolorallocatealpha.html - [similar]
二つの文字列のレーベンシュタイン距離を計算する 0
« lcfirst localeconv » PHP Manual String 関数 二つの文字列のレーベンシュタイン距離を計算する levenshtein (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) levenshtein — 二つの文字列のレーベンシュタイン距離を計算する 説明 levenshtein ( string $string1 , string $string2 , int $insertion_cost = 1 , int ...
https://man.plustar.jp/php/function.levenshtein.html - [similar]
新しいページを開始する 0
« ps_arcn ps_begin_pattern » PHP Manual PS 関数 新しいページを開始する ps_begin_page (PECL ps >= 1.1.0) ps_begin_page — 新しいページを開始する 説明 ps_begin_page ( resource $psdoc , float $width , float $height ): bool 新しいページを開始します。 width や height というパラメータを見ると い ...
https://man.plustar.jp/php/function.ps-begin-page.html - [similar]
文字列を汚染させる 0
« is_tainted untaint » PHP Manual Taint 関数 文字列を汚染させる taint (PECL taint >=0.1.0) taint — 文字列を汚染させる 説明 taint ( string &$string , string ...$strings ): bool 文字列を汚染させます。この関数は、テスト用としてのみ使うものです。 パラメータ string strings 戻り値 変換に成功し ...
https://man.plustar.jp/php/function.taint.html - [similar]
YAML ストリームをパースする 0
« yaml_parse_url Yaf » PHP Manual Yaml 関数 YAML ストリームをパースする yaml_parse (PECL yaml >= 0.4.0) yaml_parse — YAML ストリームをパースする 説明 yaml_parse ( string $input , int $pos = 0 , int &$ndocs = ? , array $callbacks = null ): mixed YAML ドキュメントストリーム全体あるいはその ...
https://man.plustar.jp/php/function.yaml-parse.html - [similar]
例外(exceptions) 0
« PHP 7 でのエラー 例外を拡張する » PHP Manual 言語リファレンス 例外(exceptions) 例外(exceptions) 目次 例外を拡張する PHP は、他のプログラミング言語に似た例外モデルを有しています。 PHP 内で例外が投げられ ( throw され)、それが 捕捉され ( catch され) ます。発生した例外を 捕捉するには、コー ...
https://man.plustar.jp/php/language.exceptions.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 7.2.x で推奨されなくなる機能 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 下位互換性のない変更点 下位互換性のない変更点 number_format() は負のゼロを返さない 以前のバージョンでは、 number_format() 関数が -0 を返せました。 これは IEEE 754 浮動小数点標準規格に沿 ...
https://man.plustar.jp/php/migration72.incompatible.html - [similar]