検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 822 for [SIMILAR] 16 1024 4096 WITH 12907 filter WITH 93... (1.028 sec.)
変更履歴 0
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありました。 Version Function Description PECL OCI8 3.2 oci_set_prefetch_lob PECL OCI8 1.4 oci_set_prefetch これより前のバージョンでは、rows は 1 以上でなければなりませんでした。 PECL OCI8 1.3.4 oci_ ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
Imagick クラス 0
« 基本的な使用法 Imagick::adaptiveBlurImage » PHP Manual ImageMagick Imagick クラス Imagick クラス (PECL imagick 2, PECL imagick 3) クラス概要 class Imagick implements Iterator { public __construct ( mixed $files = ? ) public adaptiveBlurImage ( float $radius , float $sigma , int $channe ...
https://man.plustar.jp/php/class.imagick.html - [similar]
0
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り、2 秒後に起動します $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds elapsed\n" ; }); // タイマーを作って 2 秒後に起動させ、その後は // 手で止めるまで 1 秒おきに繰り返します $w2 = ne ...
https://man.plustar.jp/php/ev.examples.html - [similar]
RAR 0
« ssh2:// ogg:// » PHP Manual サポートするプロトコル/ラッパー RAR rar:// rar:// — RAR 説明 このラッパーが受け取るのは、RAR アーカイブへの URL エンコードされたパス (絶対パスあるいは相対パス)、そしてオプションでアスタリスク ( * )、番号記号 ( # )、 アーカイブ内のエントリ名です。エントリ名を ...
https://man.plustar.jp/php/wrappers.rar.html - [similar]
Register a user-defined callback function for Oracle Database TAF 0
« oci_pconnect oci_result » PHP Manual OCI8 関数 Register a user-defined callback function for Oracle Database TAF oci_register_taf_callback (PHP 7.0 >= 7.0.21, PHP 8, PHP 7 >= 7.1.7, PHP 8, PECL OCI8 >= 2.1.7) oci_register_taf_callback — Register a user-defined callback function for Ora ...
https://man.plustar.jp/php/function.oci-register-taf-callback.html - [similar]
指定した名前の変数を外部から受け取り、オプションでそれをフィルタリングする 0
« filter_input_array filter_list » PHP Manual Filter 関数 指定した名前の変数を外部から受け取り、オプションでそれをフィルタリングする filter_input (PHP 5 >= 5.2.0, PHP 7, PHP 8) filter_input — 指定した名前の変数を外部から受け取り、オプションでそれをフィルタリングする 説明 filter_input ( i ...
https://man.plustar.jp/php/function.filter-input.html - [similar]
検証 0
« 例 除去 » PHP Manual 例 検証 検証 例1 filter_var() でのメールアドレスの検証 <?php $email_a = 'joe@example.com' ; $email_b = 'bogus' ; if ( filter_var ( $email_a , FILTER_VALIDATE_EMAIL )) { echo "' $email_a ' はメールアドレスとして有効です。\n" ; } if ( filter_var ( $email_b , FILTER_V ...
https://man.plustar.jp/php/filter.examples.validation.html - [similar]
Callback function when there is a data packet for a task (deprecated) 0
« GearmanClient::runTasks GearmanClient::setCompleteCallback » PHP Manual GearmanClient Callback function when there is a data packet for a task (deprecated) GearmanClient::setClientCallback (PECL gearman <= 0.5.0) GearmanClient::setClientCallback — Callback function when there is a data ...
https://man.plustar.jp/php/gearmanclient.setclientcallback.html - [similar]
除去 0
« 検証 Filter 関数 » PHP Manual 例 除去 除去 例1 メールアドレスの検証、および不正な部分の除去 <?php $a = 'joe@example.org' ; $b = 'bogus - at - example dot org' ; $c = '(bogus@example.org)' ; $sanitized_a = filter_var ( $a , FILTER_SANITIZE_EMAIL ); if ( filter_var ( $sanitized_a , FILTE ...
https://man.plustar.jp/php/filter.examples.sanitization.html - [similar]
Send all calls 0
« Yar_Concurrent_Client::call Yar_Concurrent_Client::reset » PHP Manual Yar_Concurrent_Client Send all calls Yar_Concurrent_Client::loop (PECL yar >= 1.0.0) Yar_Concurrent_Client::loop — Send all calls 説明 public static Yar_Concurrent_Client::loop ( callable $callback = ? , callable $er ...
https://man.plustar.jp/php/yar-concurrent-client.loop.html - [similar]