検索

phrase: max: clip:
target: order:
Results of 391 - 400 of about 676 for [SIMILAR] 16 1024 4096 WITH 23098 collectionmodi... (0.424 sec.)
保存した数値を増やす 0
« apcu_fetch apcu_key_info » PHP Manual APCu 関数 保存した数値を増やす apcu_inc (PECL apcu >= 4.0.0) apcu_inc — 保存した数値を増やす 説明 apcu_inc ( string $key , int $step = 1 , bool &$success = ? , int $ttl = 0 ): int | false 保存した整数値を増やします。 パラメータ key 増やしたい値のキ ...
https://man.plustar.jp/php/function.apcu-inc.html - [similar]
指定した配列の要素にコールバック関数を適用する 0
« array_keys array_merge_recursive » PHP Manual 配列 関数 指定した配列の要素にコールバック関数を適用する array_map (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) array_map — 指定した配列の要素にコールバック関数を適用する 説明 array_map ( ? callable $callback , array $array , array ...$arrays ): a ...
https://man.plustar.jp/php/function.array-map.html - [similar]
現在のセッションに関する直近のエラー文字列を返す 0
« curl_errno curl_escape » PHP Manual cURL 関数 現在のセッションに関する直近のエラー文字列を返す curl_error (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) curl_error — 現在のセッションに関する直近のエラー文字列を返す 説明 curl_error ( CurlHandle $handle ): string 直近の cURL 操作に関するエラーメッ ...
https://man.plustar.jp/php/function.curl-error.html - [similar]
変数の float 値を取得する 0
« empty get_debug_type » PHP Manual 変数操作 関数 変数の float 値を取得する floatval (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) floatval — 変数の float 値を取得する 説明 floatval ( mixed $value ): float value の float 値を返します。 パラメータ value あらゆるスカラ型を指定できます。オブジェクト ...
https://man.plustar.jp/php/function.floatval.html - [similar]
リソース型を返す 0
« get_resource_id gettype » PHP Manual 変数操作 関数 リソース型を返す get_resource_type (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) get_resource_type — リソース型を返す 説明 get_resource_type ( resource $resource ): string この関数は、指定したリソースの型を取得します。 パラメータ resource 評価 ...
https://man.plustar.jp/php/function.get-resource-type.html - [similar]
画像が truecolor かどうか調べる 0
« imageinterlace imagejpeg » PHP Manual GD および Image 関数 画像が truecolor かどうか調べる imageistruecolor (PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8) imageistruecolor — 画像が truecolor かどうか調べる 説明 imageistruecolor ( GdImage $image ): bool imageistruecolor() は、 image が truecolor ...
https://man.plustar.jp/php/function.imageistruecolor.html - [similar]
inotify インスタンスからイベントを読み込む 0
« inotify_queue_len inotify_rm_watch » PHP Manual Inotify 関数 inotify インスタンスからイベントを読み込む inotify_read (PECL inotify >= 0.1.2) inotify_read — inotify インスタンスからイベントを読み込む 説明 inotify_read ( resource $inotify_instance ): array inotify イベントを inotify イン ...
https://man.plustar.jp/php/function.inotify-read.html - [similar]
引数が、数えられる値かどうかを調べる 0
« is_callable is_double » PHP Manual 変数操作 関数 引数が、数えられる値かどうかを調べる is_countable (PHP 7 >= 7.3.0, PHP 8) is_countable — 引数が、数えられる値かどうかを調べる 説明 is_countable ( mixed $value ): bool 引数の内容が、 array または Countable を実装したオブジェクトかどうかを ...
https://man.plustar.jp/php/function.is-countable.html - [similar]
変数の型が float かどうか調べる 0
« is_double is_int » PHP Manual 変数操作 関数 変数の型が float かどうか調べる is_float (PHP 4, PHP 5, PHP 7, PHP 8) is_float — 変数の型が float かどうか調べる 説明 is_float ( mixed $value ): bool 与えられた変数の型が float かどうかを調べます。 注意 : 変数が数値もしくは数値形式の文字列の場 ...
https://man.plustar.jp/php/function.is-float.html - [similar]
変数が null かどうか調べる 0
« is_long is_numeric » PHP Manual 変数操作 関数 変数が null かどうか調べる is_null (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) is_null — 変数が null かどうか調べる 説明 is_null ( mixed $value ): bool 指定した変数が null かどうかを調べます。 パラメータ value 評価する変数。 戻り値 value が null ...
https://man.plustar.jp/php/function.is-null.html - [similar]