検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 1009 for [SIMILAR] 16 1024 4096 WITH 29564 weakreference ... (1.095 sec.)
配列の内部ポインタを進める 0
« natsort pos » PHP Manual 配列 関数 配列の内部ポインタを進める next (PHP 4, PHP 5, PHP 7, PHP 8) next — 配列の内部ポインタを進める 説明 next ( array | object &$array ): mixed next() は、ひとつの違いを除いて current() と同じです。 next() は要素を返す前に内部配列ポインタをひとつ先に進めま ...
https://man.plustar.jp/php/function.next.html - [similar]
プロセスにシグナルを送信する 0
« posix_isatty posix_mkfifo » PHP Manual POSIX 関数 プロセスにシグナルを送信する posix_kill (PHP 4, PHP 5, PHP 7, PHP 8) posix_kill — プロセスにシグナルを送信する 説明 posix_kill ( int $process_id , int $signal ): bool シグナル signal をプロセス ID process_id のプロセスに送信します。 パラ ...
https://man.plustar.jp/php/function.posix-kill.html - [similar]
処理されないエンティティ宣言用ハンドラを設定する 0
« xml_set_start_namespace_decl_handler XmlParser » PHP Manual XML パーサ 関数 処理されないエンティティ宣言用ハンドラを設定する xml_set_unparsed_entity_decl_handler (PHP 4, PHP 5, PHP 7, PHP 8) xml_set_unparsed_entity_decl_handler — 処理されないエンティティ宣言用ハンドラを設定する 説明 xm ...
https://man.plustar.jp/php/function.xml-set-unparsed-entity-decl-handler.html - [similar]
Description 0
« Imagick::segmentImage Imagick::separateImageChannel » PHP Manual Imagick Description Imagick::selectiveBlurImage (PECL imagick 3 >= 3.3.0) Imagick::selectiveBlurImage — Description 説明 public Imagick::selectiveBlurImage ( float $radius , float $sigma , float $threshold , int $channel ...
https://man.plustar.jp/php/imagick.selectiveblurimage.html - [similar]
ジェネレータの構文 0
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネレータの構文 ジェネレータの構文 ジェネレータ関数の見た目はふつうの関数とほぼ同じです。違うのは、値を返すのではなく、 必要なだけ値を yield することです。 yield が含まれていれば、どんな関数でもジ ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
クラスとオブジェクト 0
« 第一級callableを生成する記法 はじめに » PHP Manual 言語リファレンス クラスとオブジェクト クラスとオブジェクト 目次 はじめに クラスの基礎 プロパティ オブジェクト定数 クラスのオートローディング コンストラクタとデストラクタ アクセス権 オブジェクトの継承 スコープ定義演算子 (::) static キー ...
https://man.plustar.jp/php/language.oop5.html - [similar]
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
型の相互変換 0
« 型宣言 変数 » PHP Manual 型 型の相互変換 型の相互変換 PHP は、変数定義時に明示的な型定義を必要と(または、サポート) しません。ある変数の型は、その変数が使用される文により定義されます。 これは、ある文字列を変数 $var に代入した場合には、 $var は文字列になることを意味しています。 ある整数値 ...
https://man.plustar.jp/php/language.types.type-juggling.html - [similar]
アイテムを比較して入れ替える 0
« Memcached::appendByKey Memcached::casByKey » PHP Manual Memcached アイテムを比較して入れ替える Memcached::cas (PECL memcached >= 0.1.0) Memcached::cas — アイテムを比較して入れ替える 説明 public Memcached::cas ( float $cas_token , string $key , mixed $value , int $expiration = ? ): bool ...
https://man.plustar.jp/php/memcached.cas.html - [similar]
オブジェクトがデータベースに存在するかをチェックする 0
« mysql_xdevapi\DatabaseObject DatabaseObject::getName » PHP Manual mysql_xdevapi\DatabaseObject オブジェクトがデータベースに存在するかをチェックする DatabaseObject::existsInDatabase (No version information available, might only be in Git) DatabaseObject::existsInDatabase — オブジェクトが ...
https://man.plustar.jp/php/mysql-xdevapi-databaseobject.existsindatabase.html - [similar]