検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 1367 for メソッド (0.294 sec.)
XML をネイティブな PHP 型にデコードする 3422
« xmlrpc_decode_request xmlrpc_encode_request » PHP Manual XML-RPC 関数 XML をネイティブな PHP 型 ... は自己責任で使用してください。 パラメータ xml XMLRPC メソッドが返す XML レスポンス。 encoding iconv がサポートする ... 入力エンコーディング。 戻り値 XMLRPC メソッドのレスポンスをもとに作成した、 配列あるいは整数、文字 ... の例を参照ください。 参考 xmlrpc_encode_request() - メソッドリクエスト用の XML を生成する xmlrpc_is_fault() - 配 ... ード: xmlrpc , デコード , decode , request , 関数 , メソッド , XMLRPC , string , encoding , レスポンス ...
https://man.plustar.jp/php/function.xmlrpc-decode.html - [similar]
アトリビュートの概要 3422
« アトリビュート アトリビュートの文法 » PHP Manual アトリビュート アトリビュートの概要 アトリビュ ... ドの宣言時に埋め込むことができます。 つまり、クラス、メソッド、関数、プロパティ、クラス定数にアトリビュートを指定 ... イスはクラスによって実装できますが、 アトリビュートはメソッドや関数、引数、プロパティ、クラス定数で宣言できます。 ... アトリビュートの使い方の簡単な例として、 必須でないメソッドを持つインターフェイスを、 アトリビュートを使うように ... す。 ActionHandler を実装する全てのクラスで setUp() メソッドを必須とする代わりに、 アトリビュートを使うようにして ...
https://man.plustar.jp/php/language.attributes.overview.html - [similar]
PHP 7.0.x で推奨されなくなる機能 3422
« 新機能 変更された関数 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 PHP 7.0.x で推奨されなくな ... クタ PHP 4 形式のコンストラクタ (クラス名と同じ名前のメソッドを定義するもの) が非推奨となりました。将来的に削除さ ... ない場合に E_DEPRECATED が発生します。 __construct() メソッドを実装していれば、この警告は発生しません。 <?php cla ... ted constructor in example.php on line 3 非 static メソッドに対する static 呼び出し static 宣言されていないメソ ... キーワード: 推奨 , 機能 , static , salt , x , 関数 , メソッド , meta , 形式 , not ...
https://man.plustar.jp/php/migration70.deprecated.html - [similar]
ディレクトリを作成する 3422
« streamWrapper::dir_rewinddir streamWrapper::rename » PHP Manual streamWrapper ディレクトリを作 ... tring $path , int $mode , int $options ): bool このメソッドは、 mkdir() に対応してコールされます。 注意 : 適切な ... パーがディレクトリの作成に対応していない場合にはこのメソッドを定義しては いけません 。 パラメータ path 作成したい ... 失敗した場合に false を返します。 エラー / 例外 このメソッドのコールに (未実装などの理由で) 失敗した場合、 E_WAR ... ディレクトリ , 作成 , streamWrapper , mkdir , 注意 , メソッド , path , int , mode , 対応 ...
https://man.plustar.jp/php/streamwrapper.mkdir.html - [similar]
ディレクトリを削除する 3422
« streamWrapper::rename streamWrapper::stream_cast » PHP Manual streamWrapper ディレクトリを削除 ... r::rmdir ( string $path , int $options ): bool このメソッドは、 rmdir() に対応してコールされます。 注意 : 適切な ... パーがディレクトリの削除に対応していない場合にはこのメソッドを定義しては いけません 。 パラメータ path 削除したい ... 失敗した場合に false を返します。 エラー / 例外 このメソッドのコールに (未実装などの理由で) 失敗した場合、 E_WAR ... ディレクトリ , 削除 , streamWrapper , rmdir , 注意 , メソッド , streamwrapper , path , 対応 , コール ...
https://man.plustar.jp/php/streamwrapper.rmdir.html - [similar]
The StompException class 3389
« StompFrame::__construct StompException::getDetails » PHP Manual Stomp The StompException class ... lass StompException extends Exception { /* 継承したメソッド */ final public Exception::getMessage (): string f ... (): string private Exception::__clone (): void /* メソッド */ public getDetails (): string } 目次 StompExcept ... ublic , final , string , getDetails , Exceptions , メソッド , int , Throwable ...
https://man.plustar.jp/php/class.stompexception.html - [similar]
The XMLDiff\DOM class 3389
« XMLDiff\Base::merge XMLDiff\DOM::diff » PHP Manual XMLDiff The XMLDiff\DOM class The XMLDiff\D ... ラス概要 class XMLDiff\DOM extends XMLDiff\Base { /* メソッド */ public diff ( DOMDocument $from , DOMDocument $ ... $src , DOMDocument $diff ): DOMDocument /* 継承したメソッド */ abstract public XMLDiff\Base::diff ( mixed $fro ... キーワード: XMLDiff , DOMDocument , merge , public , メソッド , from , xmldiff , クラス , 概要 , extends ...
https://man.plustar.jp/php/class.xmldiff-dom.html - [similar]
The XMLDiff\File class 3389
« XMLDiff\Memory::merge XMLDiff\File::diff » PHP Manual XMLDiff The XMLDiff\File class The XMLDi ... ス概要 class XMLDiff\File extends XMLDiff\Base { /* メソッド */ public diff ( string $from , string $to ): stri ... ( string $src , string $diff ): string /* 継承したメソッド */ abstract public XMLDiff\Base::diff ( mixed $fro ... ーワード: XMLDiff , File , string , public , merge , メソッド , from , xmldiff , クラス , 概要 ...
https://man.plustar.jp/php/class.xmldiff-file.html - [similar]
The XMLDiff\Memory class 3389
« XMLDiff\DOM::merge XMLDiff\Memory::diff » PHP Manual XMLDiff The XMLDiff\Memory class The XMLD ... 概要 class XMLDiff\Memory extends XMLDiff\Base { /* メソッド */ public diff ( string $from , string $to ): stri ... ( string $src , string $diff ): string /* 継承したメソッド */ abstract public XMLDiff\Base::diff ( mixed $fro ... ワード: XMLDiff , Memory , string , public , merge , メソッド , from , クラス , 概要 , extends ...
https://man.plustar.jp/php/class.xmldiff-memory.html - [similar]
列挙型(Enum) 3389
« FAQ: 名前空間について知っておくべきこと 列挙型の概要 » PHP Manual 言語リファレンス 列挙型(Enum ... 列挙型の基礎 値に依存した列挙型(Backed Enum) 列挙型とメソッド 列挙型と static メソッド 列挙型と定数 トレイト 定数 ... をシリアライズする 例 関連キーワード: Enum , 概要 , メソッド , 定数 , 言語 , リファレンス , 基礎 , 依存 , Backe ...
https://man.plustar.jp/php/language.enumerations.html - [similar]