検索

phrase: max: clip:
target: order:
Results of 441 - 450 of about 1568 for Name (0.062 sec.)
The getInvokeArg purpose 2666
« Yaf_Controller_Abstract::forward Yaf_Controller_Abstract::getInvokeArgs » PHP Manual Yaf_Contr ... ic Yaf_Controller_Abstract::getInvokeArg ( string $name ): void パラメータ name 戻り値 関連キーワード: get ...
https://man.plustar.jp/php/yaf-controller-abstract.getinvokearg.html - [similar]
カスタムビューエンジンを設定する 2666
« Yaf_Dispatcher::setRequest Yaf_Dispatcher::throwException » PHP Manual Yaf_Dispatcher カスタム ... テンプレートを処理して出力を返す * * @param string $name 処理するテンプレート * @return string 出力 */ publ ... ic function render ( $name , $value = NULL ) { return $this -> _smarty -> fet ... ch ( $name ); } public function display ( $name , $value = NU ... LL ) { echo $this -> _smarty -> fetch ( $name ); } } ?> 例2 Yaf_Dispatcher::setView() の例 <?php ...
https://man.plustar.jp/php/yaf-dispatcher.setview.html - [similar]
クライアントからの変数を取得する 2666
« Yaf_Request_Http::__construct Yaf_Request_Http::getCookie » PHP Manual Yaf_Request_Http クライ ... 取得する 説明 public Yaf_Request_Http::get ( string $name , string $default = ? ): mixed クライアントからの変 ... ます。このメソッドは、まずリクエストのパラメータから name を探し、見つからない場合は POST、GET、Cookie、Serv ... er を調べます。 パラメータ name 変数名。 default このパラメータを指定すると、変数が ...
https://man.plustar.jp/php/yaf-request-http.get.html - [similar]
The __isset purpose 2666
« Yaf_View_Simple::getScriptPath Yaf_View_Simple::render » PHP Manual Yaf_View_Simple The __isse ... ose 説明 public Yaf_View_Simple::__isset ( string $name ): void パラメータ name 戻り値 関連キーワード: iss ...
https://man.plustar.jp/php/yaf-view-simple.isset.html - [similar]
関数エイリアスのリスト 2645
« 状態 予約語の一覧 » PHP Manual 付録 関数エイリアスのリスト 関数エイリアスのリスト 数はかなり少 ... ) IMAP imap_listsubscribed imap_lsub() IMAP imap_rename imap_renamemailbox() IMAP imap_scan imap_listscan( ... QL mysql_createdb mysql_create_db() MySQL mysql_db_name mysql_result() MySQL mysql_dbname mysql_result() M ... mysql_fieldlen mysql_field_len() MySQL mysql_fieldname mysql_field_name() MySQL mysql_fieldtable mysql_fi ... mysql_selectdb mysql_select_db() MySQL mysql_tablename mysql_result() MySQL ociassignelem OCICollection:: ...
https://man.plustar.jp/php/aliases.html - [similar]
Expression クラス 2645
« ExecutionStatus::__construct Expression::__construct » PHP Manual Mysql_xdevapi Expression クラ ... sql_xdevapi\Expression { /* プロパティ */ public $ name ; /* Constructor */ public __construct ( string $e ... xpression ) } プロパティ name 目次 Expression::__construct — Expression のコンス ...
https://man.plustar.jp/php/class.mysql-xdevapi-expression.html - [similar]
ReflectionEnumUnitCase クラス 2645
« ReflectionEnum::isBacked ReflectionEnumUnitCase::__construct » PHP Manual リフレクション Refle ... ATE = 4 ; /* 継承したプロパティ */ public string $ name ; public string $ class ; /* メソッド */ public __ ... tionClassConstant::export ( mixed $class , string $name , bool $return = ? ): string public ReflectionClas ... sConstant::getAttributes ( ? string $name = null , int $flags = 0 ): array public Reflection ... difiers (): int public ReflectionClassConstant::getName (): string public ReflectionClassConstant::getValu ...
https://man.plustar.jp/php/class.reflectionenumunitcase.html - [similar]
The Swoole\Http\Server class 2645
« Swoole\Http\Response::write Swoole\Http\Server::on » PHP Manual Swoole The Swoole\Http\Server ... \Server { /* メソッド */ public on ( string $event_name , callable $callback ): void public start (): void ... void public Swoole\Server\Port::on ( string $event_name , callable $callback ): ReturnType public Swoole\S ... e ): bool public Swoole\Server::on ( string $event_name , callable $callback ): void public Swoole\Server: ... ic Swoole\Server::sendfile ( int $fd , string $filename , int $offset = ? ): bool public Swoole\Server::se ...
https://man.plustar.jp/php/class.swoole-http-server.html - [similar]
Yaf_Route_Simple クラス 2645
« Yaf_Router::route Yaf_Route_Simple::assemble » PHP Manual Yaf Yaf_Route_Simple クラス Yaf_Rout ... /* メソッド */ public __construct ( string $module_name , string $controller_name , string $action_name ) ...
https://man.plustar.jp/php/class.yaf-route-simple.html - [similar]
XML エレメント構造の例 2645
« 例 XMLタグのマッピングの例 » PHP Manual 例 XML エレメント構造の例 XML エレメント構造の例 この最 ... epth = array(); function startElement ( $parser , $name , $attrs ) { global $depth ; if (!isset( $depth [ ... $depth [ $parser ]; $i ++) { echo " " ; } echo " $name \n" ; $depth [ $parser ]++; } function endElement ... ( $parser , $name ) { global $depth ; $depth [ $parser ]--; } $xml_p ...
https://man.plustar.jp/php/example.xml-structure.html - [similar]