検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 1568 for NAME (0.011 sec.)
二文字の大陸コードを取得する 3973
« geoip_asnum_by_name geoip_country_code_by_name » PHP Manual GeoIP 関数 二文字の大陸コードを取得 ... する geoip_continent_code_by_name (PECL geoip >= 1.0.3) geoip_continent_code_by_name ... の大陸コードを取得する 説明 geoip_continent_code_by_name ( string $hostname ): string geoip_continent_code_ ... by_name() 関数は、 ホスト名あるいは IP アドレスに対応する二 ... 文字の大陸コードを返します。 パラメータ hostname 場所を探す対象となるホスト名あるいは IP アドレス。 ...
https://man.plustar.jp/php/function.geoip-continent-code-by-name.html - [similar]
基本的な SimpleXML の使用法 3973
« 例 XML エラーの対応 » PHP Manual 例 基本的な SimpleXML の使用法 基本的な SimpleXML の使用法 こ ... ehind the Parser</title> <characters> <character> <name>Ms. Coder</name> <actor>Onlivia Actora</actor> </c ... haracter> <character> <name>Mr. Coder</name> <actor>El Act&#211;r</actor> </ch ... $xmlstr ); /* 個々の <character> ノードに対して、<name> を分割して表示します */ foreach ( $movies -> movi ... -> character as $character ) { echo $character -> name , ' played by ' , $character -> actor , PHP_EOL ; ...
https://man.plustar.jp/php/simplexml.examples-basic.html - [similar]
Definition Construction 3952
« Componere\Definition Componere\Definition::addConstant » PHP Manual Componere\Definition Defin ... public Componere\Definition::__construct ( string $name ) public Componere\Definition::__construct ( strin ... g $name , string $parent ) public Componere\Definition::__ ... construct ( string $name , array $interfaces ) public Componere\Definition: ... :__construct ( string $name , string $parent , array $interfaces ) パラメータ ...
https://man.plustar.jp/php/componere-definition.construct.html - [similar]
Register callback function based on event name. 3952
« Swoole\MySQL::getBuffer Swoole\MySQL::query » PHP Manual Swoole\MySQL Register callback functi ... on based on event name. Swoole\MySQL::on (PECL swoole >= 1.9.0) Swoole\My ... QL::on — Register callback function based on event name. 説明 public Swoole\MySQL::on ( string $event_name ... ): void Register callback function based on event name, current only 'close' event is supported. パラメー ... タ event_name callback 戻り値 関連キーワード: event , callback , ...
https://man.plustar.jp/php/swoole-mysql.on.html - [similar]
The Componere\Definition class 3931
« Componere\Abstract\Definition::getReflector Componere\Definition::__construct » PHP Manual Com ... { /* Constructors */ public __construct ( string $name ) public __construct ( string $name , string $pare ... nt ) public __construct ( string $name , array $interfaces ) public __construct ( string ... $name , string $parent , array $interfaces ) /* メソッド ... */ public addConstant ( string $name , Componere\Value $value ): Definition public addP ...
https://man.plustar.jp/php/class.componere-definition.html - [similar]
Get result of next query when executing multiple SQL statements 3931
« cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec ... eq ); $col_num = cubrid_num_cols ( $req ); $column_name_list = cubrid_column_names ( $req ); $column_type_ ... list = cubrid_column_types ( $req ); $column_last_name = cubrid_field_name ( $req , $col_num - 1 ); $colu ... ( "\n" ); printf ( "%-30s %-30s %-15s\n" , "Column Names" , "Column Types" , "Column Len" ); printf ( "--- ... --------------------\n" ); $size = count ( $column_name_list ); for( $i = 0 ; $i < $size ; $i ++) { $colum ...
https://man.plustar.jp/php/function.cubrid-next-result.html - [similar]
PHP の変数を、クエリで取得するカラムに関連づける 3931
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... oci_define_by_name (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_defi ... ne_by_name — PHP の変数を、クエリで取得するカラムに関連づける ... 説明 oci_define_by_name ( resource $statement , string $column , mixed &$v ... 取得するクエリのカラムに関連づけます。 oci_define_by_name() は、 oci_execute() を実行する前にコールしなければ ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
Get function name 3931
« GearmanJob::fail GearmanJob::handle » PHP Manual GearmanJob Get function name GearmanJob::func ... tionName (PECL gearman >= 0.5.0) GearmanJob::functionName... Get function name 説明 public GearmanJob::functionName (): string Re ... turns the function name for this job. This is the function the work will e ... ータ この関数にはパラメータはありません。 戻り値 The name of a function. 参考 GearmanTask::function() - Get ...
https://man.plustar.jp/php/gearmanjob.functionname.html - [similar]
セッションのアップロード状況 3910
« カスタムセッションハンドラ セッション と セキュリティ » PHP Manual Sessions セッションのアップ ... ます。また、 INI オプション session.upload_progress.name で設定した名前でも POST されます。PHP 側では、この ... .upload_progress.prefix と session.upload_progress.name の値をつなげたものです。つまり、これらの INI 設定を ... x" ) . $_POST [ ini_get ( "session.upload_progress.name" )]; var_dump ( $_SESSION [ $key ]); ?> 現在進行中 ... nctype="multipart/form-data"> <input type="hidden" name="<?php echo ini_get("session.upload_progress.name" ...
https://man.plustar.jp/php/session.upload-progress.html - [similar]
Bind callback function to HTTP server by event name. 3910
« Swoole\Http\Server Swoole\Http\Server::start » PHP Manual Swoole\Http\Server Bind callback fun ... ction to HTTP server by event name. Swoole\Http\Server::on (PECL swoole >= 1.9.0) Swo ... n — Bind callback function to HTTP server by event name. 説明 public Swoole\Http\Server::on ( string $even ... t_name , callable $callback ): void Bind callback functio ... n to HTTP server by event name. パラメータ event_name callback 戻り値 関連キーワー ...
https://man.plustar.jp/php/swoole-http-server.on.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT