検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 2242 for [SIMILAR] 16 1024 4096 WITH 3735 関数 WITH 3631 ... (1.474 sec.)
生成された PS データを含むバッファの内容を取得する 0
« ps_findfont ps_get_parameter » PHP Manual PS 関数 生成された PS データを含むバッファの内容を取得する ps_get_buffer (PECL ps >= 1.1.0) ps_get_buffer — 生成された PS データを含むバッファの内容を取得する 説明 ps_get_buffer ( resource $psdoc ): string この関数は、まだ実装されていません。常 ...
https://man.plustar.jp/php/function.ps-get-buffer.html - [similar]
出力バッファ内で文字エンコーディングを変換するコールバック関数 0
« mb_ord mb_parse_str » PHP Manual マルチバイト文字列 関数 出力バッファ内で文字エンコーディングを変換するコールバック関数 mb_output_handler (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_output_handler — 出力バッファ内で文字エンコーディングを変換するコールバック関数 説明 mb_output_handler ( st ...
https://man.plustar.jp/php/function.mb-output-handler.html - [similar]
鍵のためのランダムなバイト値を得る 0
« sodium_crypto_secretstream_xchacha20poly1305_rekey sodium_crypto_shorthash » PHP Manual Sodium 関数 鍵のためのランダムなバイト値を得る sodium_crypto_shorthash_keygen (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_shorthash_keygen — 鍵のためのランダムなバイト値を得る 説明 sodium_crypto_shorthash ...
https://man.plustar.jp/php/function.sodium-crypto-shorthash-keygen.html - [similar]
ジェネレータとは 0
« ジェネレータ ジェネレータの構文 » PHP Manual ジェネレータ ジェネレータとは ジェネレータとは (PHP 5 >= 5.5.0, PHP 7, PHP 8) ジェネレータを使えば、シンプルな イテレータ を簡単に実装できます。 Iterator インターフェイスを実装したクラスを用意する オーバーヘッドや複雑さを心配する必要はありま ...
https://man.plustar.jp/php/language.generators.overview.html - [similar]
追加された添字の確認を含めて配列の差を計算する 0
« array_count_values array_diff_key » PHP Manual 配列 関数 追加された添字の確認を含めて配列の差を計算する array_diff_assoc (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) array_diff_assoc — 追加された添字の確認を含めて配列の差を計算する 説明 array_diff_assoc ( array $array , array ...$arrays ): ar ...
https://man.plustar.jp/php/function.array-diff-assoc.html - [similar]
配列を昇順にソートする 0
« sizeof uasort » PHP Manual 配列 関数 配列を昇順にソートする sort (PHP 4, PHP 5, PHP 7, PHP 8) sort — 配列を昇順にソートする 説明 sort ( array &$array , int $flags = SORT_REGULAR ): bool array を値で昇順にソートします。 注意 : 比較結果が等しくなる二つの要素があった場合、それらの並び順は ...
https://man.plustar.jp/php/function.sort.html - [similar]
ファイルの構文ハイライト表示 0
« __halt_compiler highlight_string » PHP Manual その他の関数 ファイルの構文ハイライト表示 highlight_file (PHP 4, PHP 5, PHP 7, PHP 8) highlight_file — ファイルの構文ハイライト表示 説明 highlight_file ( string $filename , bool $return = false ): string | bool filename の中のコードを構文ハ ...
https://man.plustar.jp/php/function.highlight-file.html - [similar]
はじめに 0
« Date/Time インストール/設定 » PHP Manual Date/Time はじめに はじめに 以下の関数により、PHP スクリプトを実行するサーバーから 日付と時間を取得することが可能となります。 多くの異なる方法で日付や時間をフォーマットするために これらの関数を使用することができます。 日付と時刻の情報は内部的には ...
https://man.plustar.jp/php/intro.datetime.html - [similar]
文字列を PHP コードとして評価する 0
« die exit » PHP Manual その他の関数 文字列を PHP コードとして評価する eval (PHP 4, PHP 5, PHP 7, PHP 8) eval — 文字列を PHP コードとして評価する 説明 eval ( string $code ): mixed 指定した code を PHP コードとして評価します。 警告 eval() は 非常に危険な 言語構造です。 というのも、任意の ...
https://man.plustar.jp/php/function.eval.html - [similar]
メルセンヌ・ツイスター乱数生成器を介して乱数値を生成する 0
« mt_getrandmax mt_srand » PHP Manual Math 関数 メルセンヌ・ツイスター乱数生成器を介して乱数値を生成する mt_rand (PHP 4, PHP 5, PHP 7, PHP 8) mt_rand — メルセンヌ・ツイスター乱数生成器を介して乱数値を生成する 説明 mt_rand (): int mt_rand ( int $min , int $max ): int 警告 この関数が生成す ...
https://man.plustar.jp/php/function.mt-rand.html - [similar]