検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 1568 for Name (0.055 sec.)
Open a persistent connection to a CUBRID server 2878
« cubrid_pconnect_with_url cubrid_prepare » PHP Manual CUBRID 関数 Open a persistent connection ... id_pconnect ( string $host , int $port , string $dbname , string $userid = ? , string $passwd = ? ): resou ... nk that's already open with the same host, port, dbname and userid. If one is found, an identifier for it ... herefore called 'persistent'. パラメータ host Host name or IP address of CUBRID CAS server. port Port numb ... configured in $CUBRID/conf/cubrid_broker.conf). dbname Name of database. userid User name for the databas ...
https://man.plustar.jp/php/function.cubrid-pconnect.html - [similar]
現在のトランザクションのセーブポイント群から、指定した名前のセーブポイントを削除... 2878
« mysqli::refresh mysqli::rollback » PHP Manual mysqli 現在のトランザクションのセーブポイント群か ... ト指向型 public mysqli::release_savepoint ( string $name ): bool 手続き型: mysqli_release_savepoint ( mysql ... i $mysql , string $name ): bool この関数は、 $mysqli->query("RELEASE SAVEP ... OINT `$name`"); を実行することと同等です。 この関数は、コミット ... あるいは mysqli_init() が返す mysqli オブジェクト。 name セーブポイントの識別子。 戻り値 成功した場合に tru ...
https://man.plustar.jp/php/mysqli.release-savepoint.html - [similar]
The __construct purpose 2878
« Yaf_Route_Supervar::assemble Yaf_Route_Supervar::route » PHP Manual Yaf_Route_Supervar The __c ... Yaf_Route_Supervar::__construct ( string $supervar_name ) Yaf_Route_Supervar は Yaf_Route_Static と似ていま ... 列からパス情報を探すところです。 パラメータ supervar_name がキーとなります。 パラメータ supervar_name キーの ... her :: getInstance ()-> getRouter ()-> addRoute ( "name" , new Yaf_Route_Supervar ( "r" ) ); ?> 上の例の出 ...
https://man.plustar.jp/php/yaf-route-supervar.construct.html - [similar]
Send all calls 2878
« Yar_Concurrent_Client::call Yar_Concurrent_Client::reset » PHP Manual Yar_Concurrent_Client Se ... { echo "This is a remote call response, the method name is" , $callinfo [ "method" ], ". calling sequence ... ailable This is a remote call response, the method name issome_method. calling sequence is 4 string(11) "s ... method" This is a remote call response, the method name issome_method. calling sequence is 1 string(11) "s ... method" This is a remote call response, the method name issome_method. calling sequence is 2 string(11) "s ...
https://man.plustar.jp/php/yar-concurrent-client.loop.html - [similar]
The GearmanWorker class 2858
« GearmanTask::uuid GearmanWorker::addFunction » PHP Manual Gearman The GearmanWorker class The ... メソッド */ public addFunction ( string $function_name , callable $function , mixed &$context = ? , int $ ... options (): int public register ( string $function_name , int $timeout = ? ): bool public removeOptions ( ... meout (): int public unregister ( string $function_name ): bool public unregisterAll (): bool public wait ... GearmanWorker::unregister — Unregister a function name with the job servers GearmanWorker::unregisterAll ...
https://man.plustar.jp/php/class.gearmanworker.html - [similar]
The parallel\Channel class 2858
« parallel\Future::value parallel\Channel::__construct » PHP Manual parallel The parallel\Channe ... nstructor allows the programmer to avoid assigning names to every channel: parallel will generate a unique ... name for anonymous channels. クラス概要 final class par ... int $capacity ) /* Access */ public make ( string $name ): Channel public make ( string $name , int $capac ... ity ): Channel public open ( string $name ): Channel /* Sharing */ public recv (): mixed pub ...
https://man.plustar.jp/php/class.parallel-channel.html - [similar]
XMLReader クラス 2858
« リソース型 XMLReader::close » PHP Manual XMLReader XMLReader クラス XMLReader クラス (PHP 5 >= ... ublic bool $ isEmptyElement ; public string $ localName ; public string $ name ; public string $ namespace ... l ): DOMNode | false public getAttribute ( string $name ): ? string public getAttributeNo ( int $index ): ... ? string public getAttributeNs ( string $name , string $namespace ): ? string public getParserPr ... perty ): bool public isValid (): bool public lookupNamespace ( string $prefix ): ? string public moveToAtt ...
https://man.plustar.jp/php/class.xmlreader.html - [similar]
オブジェクトのクラス名を返す 2858
« get_class_vars get_declared_classes » PHP Manual クラス/オブジェクト関数 オブジェクトのクラス名 ... 例1 get_class() の使用例 <?php class foo { function name () { echo "My name is " , get_class ( $this ) , "\ ... 生成 $bar = new foo (); // 外部からコール echo "Its name is " , get_class ( $bar ) , "\n" ; // 内部からコー ... ル $bar -> name (); ?> 上の例の出力は以下となります。 Its name is ... foo My name is foo 例2 get_class() のスーパークラスでの使用例 ...
https://man.plustar.jp/php/function.get-class.html - [similar]
Delete a user from a security database 2858
« ibase_db_info ibase_drop_db » PHP Manual Firebird/InterBase 関数 Delete a user from a security ... ete_user ( resource $service_handle , string $user_name ): bool パラメータ service_handle The handle on th ... e database server service. user_name The login name of the user you want to delete from ...
https://man.plustar.jp/php/function.ibase-delete-user.html - [similar]
クラスの抽象化 2858
« static キーワード オブジェクト インターフェイス » PHP Manual クラスとオブジェクト クラスの抽象 ... けを定義しています abstract protected function prefixName ( $name ); } class ConcreteClass extends AbstractC ... 数を定義することもあるでしょう public function prefixName ( $name , $separator = "." ) { if ( $name == "Pacm ... an" ) { $prefix = "Mr" ; } elseif ( $name == "Pacwoman" ) { $prefix = "Mrs" ; } else { $pref ... ix = "" ; } return " { $prefix }{ $separator } { $name } " ; } } $class = new ConcreteClass ; echo $class ...
https://man.plustar.jp/php/language.oop5.abstract.html - [similar]