検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1444 for [SIMILAR] 16 1024 4096 WITH 39127 isset WITH 857... (1.331 sec.)
浮動小数点数を丸める 0
« rand sin » PHP Manual Math 関数 浮動小数点数を丸める round (PHP 4, PHP 5, PHP 7, PHP 8) round — 浮動小数点数を丸める 説明 round ( int | float $num , int $precision = 0 , int $mode = PHP_ROUND_HALF_UP ): float num を、指定した precision (小数点以下の桁数)に丸めた値を 返します。 precisio ...
https://man.plustar.jp/php/function.round.html - [similar]
オブジェクトもしくはクラスにプロパティが存在するかどうかを調べる 0
« method_exists trait_exists » PHP Manual クラス/オブジェクト関数 オブジェクトもしくはクラスにプロパティが存在するかどうかを調べる property_exists (PHP 5 >= 5.1.0, PHP 7, PHP 8) property_exists — オブジェクトもしくはクラスにプロパティが存在するかどうかを調べる 説明 property_exists ( obje ...
https://man.plustar.jp/php/function.property-exists.html - [similar]
ユーザーキャッシュの中身全体を削除する 0
« wincache_ucache_cas wincache_ucache_dec » PHP Manual WinCache 関数 ユーザーキャッシュの中身全体を削除する wincache_ucache_clear (PECL wincache >= 1.1.0) wincache_ucache_clear — ユーザーキャッシュの中身全体を削除する 説明 wincache_ucache_clear (): bool ユーザーキャッシュに格納されている ...
https://man.plustar.jp/php/function.wincache-ucache-clear.html - [similar]
変数を古い値と比較して新しい値を代入する 0
« wincache_ucache_add wincache_ucache_clear » PHP Manual WinCache 関数 変数を古い値と比較して新しい値を代入する wincache_ucache_cas (PECL wincache >= 1.1.0) wincache_ucache_cas — 変数を古い値と比較して新しい値を代入する 説明 wincache_ucache_cas ( string $key , int $old_value , int $new_v ...
https://man.plustar.jp/php/function.wincache-ucache-cas.html - [similar]
URL を解釈し、その構成要素を返す 0
« http_build_query rawurldecode » PHP Manual URL 関数 URL を解釈し、その構成要素を返す parse_url (PHP 4, PHP 5, PHP 7, PHP 8) parse_url — URL を解釈し、その構成要素を返す 説明 parse_url ( string $url , int $component = -1 ): int | string | array | null | false この関数は、URL の様々な構成 ...
https://man.plustar.jp/php/function.parse-url.html - [similar]
Iterator インターフェイス 0
« Traversable Iterator::current » PHP Manual 定義済みのインターフェイスとクラス Iterator インターフェイス Iterator インターフェイス (PHP 5, PHP 7, PHP 8) はじめに 外部のイテレータあるいはオブジェクト自身から反復処理を行うためのインターフェイスです。 インターフェイス概要 interface Iterato ...
https://man.plustar.jp/php/class.iterator.html - [similar]
SplObjectStorage クラス 0
« SplFixedArray::__wakeup SplObjectStorage::addAll » PHP Manual データ構造 SplObjectStorage クラス SplObjectStorage クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに SplObjectStorage クラスは、オブジェクトをデータに対応させたり、 データを渡さずオブジェクトセットとして使用したりします。 これ ...
https://man.plustar.jp/php/class.splobjectstorage.html - [similar]
リファレンスが行うことは何ですか? 0
« リファレンスとは? リファレンスが行わないこと » PHP Manual リファレンスの説明 リファレンスが行うことは何ですか? リファレンスが行うことは何ですか? リファレンスを使う基本操作には三通りあります。 リファレンスの代入 、 リファレンス渡し 、 そして リファレンスを返す ことです。 この節では、これ ...
https://man.plustar.jp/php/language.references.whatdo.html - [similar]
下位互換性のない変更点 0
« PHP 5.6.x から PHP 7.0.x への移行 新機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 エラーや例外の取り扱いの変更 fatal error や recoverable fatal error の多くが、PHP 7 では例外に変換されるようになりました。 これらの例外は Error クラスを ...
https://man.plustar.jp/php/migration70.incompatible.html - [similar]
配列と同様の形式で、複数の変数への代入を行う 0
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PHP 4, PHP 5, PHP 7, PHP 8) list — 配列と同様の形式で、複数の変数への代入を行う 説明 list ( mixed $var , mixed ...$vars = ? ): array array() と同様に、 この関数は実際には関数ではなく言語構造です ...
https://man.plustar.jp/php/function.list.html - [similar]