検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 1052 for [SIMILAR] 16 1024 4096 WITH 30328 autoload WITH ... (1.462 sec.)
intl のエラー用の例外クラス 0
« IntlChar::toupper IntlIterator » PHP Manual intl intl のエラー用の例外クラス intl のエラー用の例外クラス (PHP 5 > 5.5.0, PHP 7, PHP 8, PECL intl > 3.0.0a1) はじめに このクラスは、intl 関数の内部でエラーが発生したときに例外を生成するために使います。 例外が生成されるのは、 intl.use_excep ...
https://man.plustar.jp/php/class.intlexception.html - [similar]
IteratorIterator クラス 0
« InfiniteIterator::next IteratorIterator::__construct » PHP Manual イテレータ IteratorIterator クラス IteratorIterator クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに このイテレータラッパーを使うと、 Traversable なものなら何でもイテレータに変換することができます。 注意すべきなのは、Itera ...
https://man.plustar.jp/php/class.iteratoriterator.html - [similar]
mysqli_sql_exception クラス 0
« mysqli_warning::next mysqli_sql_exception::getSqlState » PHP Manual MySQLi mysqli_sql_exception クラス mysqli_sql_exception クラス (PHP 5, PHP 7, PHP 8) はじめに mysqli の例外を処理するクラスです。 クラス概要 final class mysqli_sql_exception extends RuntimeException { /* プロパティ */ ...
https://man.plustar.jp/php/class.mysqli-sql-exception.html - [similar]
Traversable インターフェイス 0
« 定義済みのインターフェイスとクラス Iterator » PHP Manual 定義済みのインターフェイスとクラス Traversable インターフェイス Traversable インターフェイス (PHP 5, PHP 7, PHP 8) はじめに そのクラスの中身が foreach を使用してたどれるかどうかを検出するインターフェイスです。 これは抽象インターフ ...
https://man.plustar.jp/php/class.traversable.html - [similar]
言語リファレンス 0
« 設定を変更するには 基本的な構文 » PHP Manual 言語リファレンス 言語リファレンス 基本的な構文 PHP タグ HTML からの脱出 命令の分離 コメント 型 はじめに 論理型 (boolean) 整数 浮動小数点数 文字列 数値形式の文字列 配列 Iterable オブジェクト 列挙型 / Enum リソース NULL コールバック / Callable ...
https://man.plustar.jp/php/langref.html - [similar]
名前空間の使用法: グローバル関数/定数への移行 0
« グローバル空間 名前解決のルール » PHP Manual 名前空間 名前空間の使用法: グローバル関数/定数への移行 名前空間の使用法: グローバル関数/定数への移行 (PHP 5 >= 5.3.0, PHP 7, PHP 8) 名前空間内で、PHP が未定義のクラス名や関数、定数に出会った場合、 それぞれに応じて異なる優先順位で解決を行いま ...
https://man.plustar.jp/php/language.namespaces.fallback.html - [similar]
型演算子 0
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数が特定の クラス のオブジェクトのインスタンスであるかどうかを調べます。 例1 クラスでの instanceof の使用法 <?php class MyClass { } class NotMyClass { } $a = new MyClass ; var_dump ( $a instanc ...
https://man.plustar.jp/php/language.operators.type.html - [similar]
はじめに 0
« クラスとオブジェクト クラスの基礎 » PHP Manual クラスとオブジェクト はじめに はじめに PHP には完全なオブジェクトモデルが搭載されています。 搭載されている機能には アクセス権 、 abstract クラスやメソッド、 final クラスやメソッド、 新たな マジックメソッド 、 インターフェイス 、 オブジェク ...
https://man.plustar.jp/php/oop5.intro.html - [similar]
SOAP 0
« OAuthException はじめに » PHP Manual ウェブサービス SOAP SOAP はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 SOAP 関数 is_soap_fault — SOAP コールが失敗したかどうかを調べる use_soap_error_handler — SOAP エラーハンドラを使用するかどうかを設定する Soa ...
https://man.plustar.jp/php/book.soap.html - [similar]
HashContext クラス 0
« 定義済み定数 HashContext::__construct » PHP Manual Hash HashContext クラス HashContext クラス (PHP 7 >= 7.2.0, PHP 8) はじめに クラス概要 final class HashContext { /* メソッド */ private __construct () public __serialize (): array public __unserialize ( array $data ): void } 目次 HashC ...
https://man.plustar.jp/php/class.hashcontext.html - [similar]