検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 1568 for Name (0.072 sec.)
ColumnResult のコンストラクタ 3132
« mysql_xdevapi\ColumnResult ColumnResult::getCharacterSetName » PHP Manual mysql_xdevapi\Column ... l_xdevapi\FieldMetadata Object ( [type] => 1 [type_name] => SINT [name] => hello [original_name] => hello ... l_xdevapi\FieldMetadata Object ( [type] => 6 [type_name] => FLOAT [name] => world [original_name] => world ...
https://man.plustar.jp/php/mysql-xdevapi-columnresult.construct.html - [similar]
メソッドのプロトタイプを (存在すれば) 取得する 3132
« ReflectionMethod::getModifiers ReflectionMethod::invoke » PHP Manual ReflectionMethod メソッド ... <?php class Hello { public function sayHelloTo ( $name ) { return 'Hello ' . $name ; } } class HelloWorld ... extends Hello { public function sayHelloTo ( $name ) { return 'Hello world: ' . $name ; } } $reflecti ... 以下となります。 object(ReflectionMethod)#2 (2) { ["name"]=> string(10) "sayHelloTo" ["class"]=> string(5) ...
https://man.plustar.jp/php/reflectionmethod.getprototype.html - [similar]
Set SeasLog logger name 3132
« SeasLog::setDatetimeFormat SeasLog::setRequestID » PHP Manual SeasLog Set SeasLog logger name ... g >=1.0.0) SeasLog::setLogger — Set SeasLog logger name 説明 public static SeasLog::setLogger ( string $lo ... nto the logger directory. パラメータ logger Logger name. 戻り値 Return TRUE on created logger disectory su ...
https://man.plustar.jp/php/seaslog.setlogger.html - [similar]
Return the numerical value of the error message from previous CUBRID operation 3112
« cubrid_db_name cubrid_error » PHP Manual CUBRID MySQL 互換関数 Return the numerical value of t ... , '' ); $req = cubrid_execute ( $con , "select id, name from person" ); if ( $req ) { while (list ( $id , ... $name ) = cubrid_fetch ( $req )) echo $id , $name ; } el ... ssage: Syntax: Unknown class "person". select id, [name] from person 参考 cubrid_error() - Get the error m ...
https://man.plustar.jp/php/function.cubrid-errno.html - [similar]
Return the type of the column corresponding to the given field offset 3112
« cubrid_field_table cubrid_list_dbs » PHP Manual CUBRID MySQL 互換関数 Return the type of the c ... intf ( "%-15s %-15s %s\n" , "Field Table" , "Field Name" , "Field Type" ); for( $i = 0 ; $i < $col_num ; $ ... cubrid_field_table ( $result , $i ), cubrid_field_name ( $result , $i ), cubrid_field_type ( $result , $i ... > 上の例の出力は以下となります。 Field Table Field Name Field Type code s_name char code f_name varchar 関 ...
https://man.plustar.jp/php/function.cubrid-field-type.html - [similar]
ウェブサーバーと PHP の間のインターフェイスの型を返す 3112
« php_ini_scanned_files php_uname » PHP Manual PHP オプション/情報 関数 ウェブサーバーと PHP の間 ... のインターフェイスの型を返す php_sapi_name (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) php_sapi_nam ... PHP の間のインターフェイスの型を返す 説明 php_sapi_name (): string | false PHP が使用しているインターフェイ ... ed , fpm-fcgi , litespeed , phpdbg 例 例1 php_sapi_name() の例 この例では、文字列の一部に cgi が含まれるか ... こともあり得るからです。 <?php $sapi_type = php_sapi_name (); if ( substr ( $sapi_type , 0 , 3 ) == 'cgi' ) ...
https://man.plustar.jp/php/function.php-sapi-name.html - [similar]
3112
« solr_get_version SolrUtils » PHP Manual Solr 例 例 PHP で Apache Solr エクステンションを使用す ... サーバーのドメイン名 */ define ( 'SOLR_SERVER_HOSTNAME' , 'solr.example.com' ); /* セキュアなモードで動作 ... Basic 認証ユーザー名 */ define ( 'SOLR_SERVER_USERNAME' , 'admin' ); /* HTTP Basic 認証パスワード */ defi ... include "bootstrap.php" ; $options = array ( 'hostname' => SOLR_SERVER_HOSTNAME , 'login' => SOLR_SERVER_ ... USERNAME , 'password' => SOLR_SERVER_PASSWORD , 'port' => S ...
https://man.plustar.jp/php/solr.examples.html - [similar]
設定で定義したルートをルーターに追加する 3112
« Yaf_Router Yaf_Router::addRoute » PHP Manual Yaf_Router 設定で定義したルートをルーターに追加す ... rite route match request /product/*/* routes.route_name.type="rewrite" routes.route_name.match="/product/: ... name/:value" routes.route_name.route.controller=product routes.route_name.route.a ... a regex route match request /list/*/* routes.route_name1.type="regex" routes.route_name1.match="#^list/([^ ... /]*)/([^/]*)#" routes.route_name1.route.controller=Index routes.route_name1.route.a ...
https://man.plustar.jp/php/yaf-router.addconfig.html - [similar]
Yaf_Config_Ini クラス 3091
« Yaf_Config_Abstract::toArray Yaf_Config_Ini::__construct » PHP Manual Yaf Yaf_Config_Ini クラス ... oid public current (): void public __get ( string $name = ? ): void public __isset ( string $name ): void ... public next (): void public offsetExists ( string $name ): void public offsetGet ( string $name ): void pu ... blic offsetSet ( string $name , string $value ): void public offsetUnset ( strin ... g $name ): void public readonly (): void public rewind (): ...
https://man.plustar.jp/php/class.yaf-config-ini.html - [similar]
Yaf_Request_Abstract クラス 3091
« Yaf_Registry::set Yaf_Request_Abstract::clearParams » PHP Manual Yaf Yaf_Request_Abstract クラ ... ッド */ public clearParams (): bool public getActionName (): void public getBaseUri (): void public getCont ... rollerName (): void public getEnv ( string $name , string $de ... : void public getMethod (): string public getModuleName (): void public getParam ( string $name , string $ ... getRequestUri (): void public getServer ( string $name , string $default = ? ): void public isCli (): boo ...
https://man.plustar.jp/php/class.yaf-request-abstract.html - [similar]