検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 601 for [SIMILAR] 16 1024 4096 WITH 7825 isset WITH 7120... (0.602 sec.)
変数の型が文字列かどうかを調べる 0
« is_scalar isset » PHP Manual 変数操作 関数 変数の型が文字列かどうかを調べる is_string (PHP 4, PHP 5, PHP 7, PHP 8) is_string — 変数の型が文字列かどうかを調べる 説明 is_string ( mixed $value ): bool 指定した変数の型が文字列かどうかを調べます。 パラメータ value 評価する変数。 戻り値 valu ...
https://man.plustar.jp/php/function.is-string.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
« IntlCalendar::isEquivalentTo IntlCalendar::isSet » PHP Manual IntlCalendar 日付と時刻の解釈を「緩いモード」で行うかを取得する IntlCalendar::isLenient (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::isLenient — 日付と時刻の解釈を「緩いモード」で行うかを取得する 説明 オブジ ...
https://man.plustar.jp/php/intlcalendar.islenient.html - [similar]
ある日付/時刻が週末にあるかを調べる 0
« IntlCalendar::isSet IntlCalendar::roll » PHP Manual IntlCalendar ある日付/時刻が週末にあるかを調べる IntlCalendar::isWeekend (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::isWeekend — ある日付/時刻が週末にあるかを調べる 説明 オブジェクト指向型 public IntlCalendar::isWeek ...
https://man.plustar.jp/php/intlcalendar.isweekend.html - [similar]
オブジェクト 0
« Iterable 列挙型 / Enum » PHP Manual 型 オブジェクト オブジェクト オブジェクトの初期化 オブジェクトを初期化するためには、 new 命令によりオブジェクトのインスタンスを変数に作成します。 <?php class foo { function do_foo () { echo "foo を実行します。" ; } } $bar = new foo ; $bar -> do_foo ( ...
https://man.plustar.jp/php/language.types.object.html - [similar]
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
影響を受けた行数を得る 0
« Result::__construct Result::getAutoIncrementValue » PHP Manual mysql_xdevapi\Result 影響を受けた行数を得る Result::getAffectedItemsCount (No version information available, might only be in Git) Result::getAffectedItemsCount — 影響を受けた行数を得る 説明 public mysql_xdevapi\Result::get ...
https://man.plustar.jp/php/mysql-xdevapi-result.getaffecteditemscount.html - [similar]
The __construct purpose 0
« Yaf_Route_Supervar::assemble Yaf_Route_Supervar::route » PHP Manual Yaf_Route_Supervar The __construct purpose Yaf_Route_Supervar::__construct (Yaf >=1.0.0) Yaf_Route_Supervar::__construct — The __construct purpose 説明 public Yaf_Route_Supervar::__construct ( string $supervar_name ) Y ...
https://man.plustar.jp/php/yaf-route-supervar.construct.html - [similar]
変数操作 0
« ReflectionException はじめに » PHP Manual 変数・データ型関連 変数操作 変数操作 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 変数操作 関数 boolval — 変数の boolean としての値を取得する debug_zval_dump — 内部的な zval を表す文字列をダンプする double ...
https://man.plustar.jp/php/book.var.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]