検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 1295 for [SIMILAR] 16 1024 4096 WITH 47445 xmlrpc WITH 31... (1.118 sec.)
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
SolrPingResponse クラス 0
« SolrUpdateResponse::__destruct SolrPingResponse::__construct » PHP Manual Solr SolrPingResponse クラス SolrPingResponse クラス (PECL solr >= 0.9.2) はじめに サーバーへの ping リクエストに対するレスポンスを表現 クラス概要 final class SolrPingResponse extends SolrResponse { /* 定数 */ co ...
https://man.plustar.jp/php/class.solrpingresponse.html - [similar]
SoapServer の持続モードを設定する 0
« SoapServer::setObject SoapFault » PHP Manual SoapServer SoapServer の持続モードを設定する SoapServer::setPersistence (PHP 5, PHP 7, PHP 8) SoapServer::setPersistence — SoapServer の持続モードを設定する 説明 public SoapServer::setPersistence ( int $mode ): void この関数により、SoapServe ...
https://man.plustar.jp/php/soapserver.setpersistence.html - [similar]
The dispatchLoopShutdown purpose 0
« Yaf_Plugin_Abstract Yaf_Plugin_Abstract::dispatchLoopStartup » PHP Manual Yaf_Plugin_Abstract The dispatchLoopShutdown purpose Yaf_Plugin_Abstract::dispatchLoopShutdown (Yaf >=1.0.0) Yaf_Plugin_Abstract::dispatchLoopShutdown — The dispatchLoopShutdown purpose 説明 public Yaf_Plugin_Abs ...
https://man.plustar.jp/php/yaf-plugin-abstract.dispatchloopshutdown.html - [similar]
RouterStartup フック 0
« Yaf_Plugin_Abstract::routerShutdown Yaf_Registry » PHP Manual Yaf_Plugin_Abstract RouterStartup フック Yaf_Plugin_Abstract::routerStartup (Yaf >=1.0.0) Yaf_Plugin_Abstract::routerStartup — RouterStartup フック 説明 public Yaf_Plugin_Abstract::routerStartup ( Yaf_Request_Abstract $reque ...
https://man.plustar.jp/php/yaf-plugin-abstract.routerstartup.html - [similar]
関数・メソッド 0
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッドの一覧 a b c d e f g h i j k l m n o p q r s t u v w x y z _ 㠊 a abs - 絶対値 acos - 逆余弦(アークコサイン) acosh - 逆双曲線余弦(アークハイパボリックコサイン) addcslashes - C 言語と同様 ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
列挙型と static メソッド 0
« 列挙型とメソッド 列挙型と定数 » PHP Manual 列挙型(Enum) 列挙型と static メソッド 列挙型と static メソッド 列挙型は、static メソッドを持つこともできます。 列挙型で static メソッドを使う主な理由は、 コンストラクタの代わりをさせるためです。たとえば、以下のようなものです: <?php enum Size { ...
https://man.plustar.jp/php/language.enumerations.static-methods.html - [similar]
すべてのスコープで使用できる組み込みの変数 0
« 定義済の変数 $GLOBALS » PHP Manual 定義済の変数 すべてのスコープで使用できる組み込みの変数 スーパーグローバル スーパーグローバル — すべてのスコープで使用できる組み込みの変数 説明 PHP の定義済み変数の中には "スーパーグローバル" というものがあります。 これは、スクリプト全体を通してすべて ...
https://man.plustar.jp/php/language.variables.superglobals.html - [similar]
Yaf_Route_Supervar クラス 0
« Yaf_Route_Static::route Yaf_Route_Supervar::assemble » PHP Manual Yaf Yaf_Route_Supervar クラス Yaf_Route_Supervar クラス (Yaf >=1.0.0) はじめに クラス概要 class Yaf_Route_Supervar implements Yaf_Route_Interface { /* プロパティ */ protected $ _var_name ; /* メソッド */ public __constru ...
https://man.plustar.jp/php/class.yaf-route-supervar.html - [similar]
サーバー情報および実行時の環境情報 0
« $GLOBALS $_GET » PHP Manual 定義済の変数 サーバー情報および実行時の環境情報 $_SERVER (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) $_SERVER — サーバー情報および実行時の環境情報 説明 $_SERVER は、ヘッダ、パス、スクリプトの位置のような 情報を有する配列です。この配列のエントリは、Web サーバーによ ...
https://man.plustar.jp/php/reserved.variables.server.html - [similar]