検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 228 for [SIMILAR] 16 1024 4096 WITH 96594 sanitize WITH ... (0.248 sec.)
php_user_filter クラス 4881
« ストリームラッパーとして登録するクラスの例 php_user_filter::filter » PHP Manual ストリーム php_user_filter クラス php_user_filter クラス (PHP 5, PHP 7, PHP 8) はじめに このクラスの子クラスを stream_filter_register() に渡します。 子クラスの __construct メソッドは呼び出されないので注意し ...
https://man.plustar.jp/php/class.php-user-filter.html - [similar]
ストリームからフィルタを取り除く 4881
« stream_filter_register stream_get_contents » PHP Manual ストリーム 関数 ストリームからフィルタを取り除く stream_filter_remove (PHP 5 >= 5.1.0, PHP 7, PHP 8) stream_filter_remove — ストリームからフィルタを取り除く 説明 stream_filter_remove ( resource $stream_filter ): bool 事前に stream ...
https://man.plustar.jp/php/function.stream-filter-remove.html - [similar]
指定した型の変数が存在するかどうかを調べる 4881
« Filter 関数 filter_id » PHP Manual Filter 関数 指定した型の変数が存在するかどうかを調べる filter_has_var (PHP 5 >= 5.2.0, PHP 7, PHP 8) filter_has_var — 指定した型の変数が存在するかどうかを調べる 説明 filter_has_var ( int $input_type , string $var_name ): bool パラメータ input_type INP ...
https://man.plustar.jp/php/function.filter-has-var.html - [similar]
コールバック関数を使用して、配列の要素をフィルタリングする 4881
« array_fill array_flip » PHP Manual 配列 関数 コールバック関数を使用して、配列の要素をフィルタリングする array_filter (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) array_filter — コールバック関数を使用して、配列の要素をフィルタリングする 説明 array_filter ( array $array , ? callable $callback = ...
https://man.plustar.jp/php/function.array-filter.html - [similar]
フィルタを閉じるときにコールされる 4881
« php_user_filter::filter php_user_filter::onCreate » PHP Manual php_user_filter フィルタを閉じるときにコールされる php_user_filter::onClose (PHP 5, PHP 7, PHP 8) php_user_filter::onClose — フィルタを閉じるときにコールされる 説明 public php_user_filter::onClose (): void このメソッドがコー ...
https://man.plustar.jp/php/php-user-filter.onclose.html - [similar]
Creates a new set using a callable to determine which values to include 4881
« Ds\Set::diff Ds\Set::first » PHP Manual Set Creates a new set using a callable to determine which values to include Ds\Set::filter (PECL ds >= 1.0.0) Ds\Set::filter — Creates a new set using a callable to determine which values to include 説明 public Ds\Set::filter ( callable $callback ...
https://man.plustar.jp/php/ds-set.filter.html - [similar]
インストール手順 4881
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 filter 拡張モジュールはデフォルトで有効になっています。 filter 拡張モジュールを無効にするには、 --disable-filter を使ってください。 関連キーワード: インストール , 手順 , filter , 設定 , 拡張 , モジュール , ...
https://man.plustar.jp/php/filter.installation.html - [similar]
検証 3204
« 例 除去 » 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]
サポートされるフィルタの一覧を返す 3204
« filter_input filter_var_array » PHP Manual Filter 関数 サポートされるフィルタの一覧を返す filter_list (PHP 5 >= 5.2.0, PHP 7, PHP 8) filter_list — サポートされるフィルタの一覧を返す 説明 filter_list (): array パラメータ この関数にはパラメータはありません。 戻り値 サポートされる全フィル ...
https://man.plustar.jp/php/function.filter-list.html - [similar]
Validate input 3204
« Parle\Parser::trace Parle\RParser » PHP Manual Parle\Parser Validate input Parle\Parser::validate (PECL parle >= 0.5.1) Parle\Parser::validate — Validate input 説明 public Parle\Parser::validate ( string $data , Parle\Lexer $lexer ): bool Validate an input string. The string is parsed ...
https://man.plustar.jp/php/parle-parser.validate.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT