検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 691 for [SIMILAR] 16 1024 4096 WITH 6789 リク WITH 5133 ... (0.893 sec.)
Eio を初期化する 0
« eio_grp eio_link » PHP Manual Eio 関数 Eio を初期化する eio_init (PECL eio = 1.0.0) eio_init — Eio を初期化する 説明 eio_init (): void eio_init() は、Eio を初期化します。 libeio と Eio 自身が使う内部構造用にメモリを確保します。 Eio 関数を使う前に eio_init() をコールしましょう。 もしコー ...
https://man.plustar.jp/php/function.eio-init.html - [similar]
はじめに 0
« Mailparse インストール/設定 » PHP Manual Mailparse はじめに はじめに Mailparse は、電子メールのメッセージをパースして処理するための拡張モジュールです。 » RFC 822 および » RFC 2045 ( MIME ) に準拠したメッセージを扱うことができます。 Mailparse はストリームベースで動作します。つまり、 処理 ...
https://man.plustar.jp/php/intro.mailparse.html - [similar]
乱数を生成する 0
« gmp_prob_prime gmp_random_range » PHP Manual GMP 関数 乱数を生成する gmp_random_bits (PHP 5 >= 5.6.3, PHP 7, PHP 8) gmp_random_bits — 乱数を生成する 説明 gmp_random_bits ( int $bits ): GMP 乱数を生成します。値は 0 と (2 ** bits ) - 1 の間になります。 bits は0より大きくなければならず、最 ...
https://man.plustar.jp/php/function.gmp-random-bits.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual cURL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 これらの定数についての説明や実際の使用法は、 curl_setopt() および curl_getinfo ...
https://man.plustar.jp/php/curl.constants.html - [similar]
システムリソース制限に関する情報を返す 0
« posix_getpwuid posix_getsid » PHP Manual POSIX 関数 システムリソース制限に関する情報を返す posix_getrlimit (PHP 4, PHP 5, PHP 7, PHP 8) posix_getrlimit — システムリソース制限に関する情報を返す 説明 posix_getrlimit (): array | false posix_getrlimit() は、 現在のリソースにおけるソフトリミ ...
https://man.plustar.jp/php/function.posix-getrlimit.html - [similar]
画像を破棄する 0
« imagedashedline imageellipse » PHP Manual GD および Image 関数 画像を破棄する imagedestroy (PHP 4, PHP 5, PHP 7, PHP 8) imagedestroy — 画像を破棄する 説明 imagedestroy ( GdImage $image ): bool 注意 : この関数を実行しても何も起こりません。PHP 8.0.0 より前のバージョンでは、この関数はリソ ...
https://man.plustar.jp/php/function.imagedestroy.html - [similar]
画像をブラウザあるいはファイルに出力する 0
« imageistruecolor imagelayereffect » PHP Manual GD および Image 関数 画像をブラウザあるいはファイルに出力する imagejpeg (PHP 4, PHP 5, PHP 7, PHP 8) imagejpeg — 画像をブラウザあるいはファイルに出力する 説明 imagejpeg ( GdImage $image , resource | string | null $file = null , int $qualit ...
https://man.plustar.jp/php/function.imagejpeg.html - [similar]
画像をブラウザあるいはファイルに出力する 0
« imagetypes imagewebp » PHP Manual GD および Image 関数 画像をブラウザあるいはファイルに出力する imagewbmp (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) imagewbmp — 画像をブラウザあるいはファイルに出力する 説明 imagewbmp ( GdImage $image , resource | string | null $file = null , ? int $foregrou ...
https://man.plustar.jp/php/function.imagewbmp.html - [similar]
ASCII 文字でエンコードされたハッシュ値を得る 0
« sodium_crypto_pwhash_str_verify sodium_crypto_pwhash » PHP Manual Sodium 関数 ASCII 文字でエンコードされたハッシュ値を得る sodium_crypto_pwhash_str (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_pwhash_str — ASCII 文字でエンコードされたハッシュ値を得る 説明 sodium_crypto_pwhash_str ( string $pa ...
https://man.plustar.jp/php/function.sodium-crypto-pwhash-str.html - [similar]
循環の収集 0
« リファレンスカウントの原理 パフォーマンスの考慮点 » PHP Manual ガベージコレクション 循環の収集 循環の収集 伝統的に、PHP で以前使われていたようなリファレンスカウント記憶機構では、 循環参照メモリ・リークに対処できません。 しかしながら、5.3.0 現在、PHP ではその問題に焦点を当てた » Concurr ...
https://man.plustar.jp/php/features.gc.collecting-cycles.html - [similar]