検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 818 for [SIMILAR] 16 1024 4096 WITH 9815 getprevious WIT... (0.562 sec.)
スタックトレースを文字列として取得する 0
« Throwable::getTrace Throwable::getPrevious » PHP Manual Throwable スタックトレースを文字列として取得する Throwable::getTraceAsString (PHP 7, PHP 8) Throwable::getTraceAsString — スタックトレースを文字列として取得する 説明 public Throwable::getTraceAsString (): string パラメータ この関数 ...
https://man.plustar.jp/php/throwable.gettraceasstring.html - [similar]
スローされたオブジェクトの文字列表現を取得する 0
« Throwable::getPrevious ArrayAccess » PHP Manual Throwable スローされたオブジェクトの文字列表現を取得する Throwable::__toString (PHP 7, PHP 8) Throwable::__toString — スローされたオブジェクトの文字列表現を取得する 説明 abstract public Throwable::__toString (): string パラメータ この関数 ...
https://man.plustar.jp/php/throwable.tostring.html - [similar]
ParseError 0
« CompileError TypeError » PHP Manual 定義済みの例外 ParseError ParseError (PHP 7, PHP 8) はじめに ParseError は、 eval() を呼んだときなどの PHP コードのパースに失敗した場合にスローされます。 注意 : PHP 7.3.0 以降は、 ParseError クラスは CompileError クラスを継承するようになりました。 以 ...
https://man.plustar.jp/php/class.parseerror.html - [similar]
Yet Another Framework (Yaf) 0
« yaml_parse はじめに » PHP Manual その他の基本モジュール Yet Another Framework (Yaf) Yet Another Framework (Yaf) はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 アプリケーションの設定 Yaf_Application — Yaf_Application クラス Yaf_Application::app — ...
https://man.plustar.jp/php/book.yaf.html - [similar]
Throwable 0
« IteratorAggregate::getIterator Throwable::getMessage » PHP Manual 定義済みのインターフェイスとクラス Throwable Throwable (PHP 7, PHP 8) はじめに Throwable は、 throw 文でスロー可能なあらゆるオブジェクトが実装する基底インターフェイスです。 Error や Exception も、これを実装しています。 注 ...
https://man.plustar.jp/php/class.throwable.html - [similar]
Yaf_Request_Abstract クラス 0
« Yaf_Registry::set Yaf_Request_Abstract::clearParams » PHP Manual Yaf Yaf_Request_Abstract クラス Yaf_Request_Abstract クラス (Yaf >=1.0.0) はじめに クラス概要 class Yaf_Request_Abstract { /* Constants */ const string SCHEME_HTTP = http ; const string SCHEME_HTTPS = https ; /* プロパティ ...
https://man.plustar.jp/php/class.yaf-request-abstract.html - [similar]
直前の Throwable を返す 0
« Error::getMessage Error::getCode » PHP Manual Error 直前の Throwable を返す Error::getPrevious (PHP 7, PHP 8) Error::getPrevious — 直前の Throwable を返す 説明 final public Error::getPrevious (): ? Throwable 直前の Throwable( Error::__construct() の3番目の引数)を返す。 パラメータ この ...
https://man.plustar.jp/php/error.getprevious.html - [similar]
Serialization to BSON 0
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON Serialization to BSON Arrays If an array is a packed array — i.e. empty array or the keys start at 0 and are sequential without gaps: BSON array . If the array is not packed — i.e. having assoc ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
OAuth で保護されたリソースを取得する 0
« OAuth::enableSSLChecks OAuth::generateSignature » PHP Manual OAuth OAuth で保護されたリソースを取得する OAuth::fetch (PECL OAuth >= 0.99.1) OAuth::fetch — OAuth で保護されたリソースを取得する 説明 public OAuth::fetch ( string $protected_resource_url , array $extra_parameters = ? , stri ...
https://man.plustar.jp/php/oauth.fetch.html - [similar]
0
« 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this page can be accessed by http://example.com/operator.php */ class Operator { /** * Add two operands * @param interge * @return interge */ public function add ( $a , $b ) { return $this -> _add ( $ ...
https://man.plustar.jp/php/yar.examples.html - [similar]