検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1568 for NAME (0.018 sec.)
Yaf_Config_Simple クラス 3677
« Yaf_Config_Ini::valid Yaf_Config_Simple::__construct » PHP Manual Yaf Yaf_Config_Simple クラス ... 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-simple.html - [similar]
POST メソッドによるアップロード 3677
« ファイルアップロードの処理 エラーメッセージの説明 » PHP Manual ファイルアップロードの処理 POST ... より前になければなりません --> <input type="hidden" name="MAX_FILE_SIZE" value="30000" /> <!-- input 要素の ... name 属性の値が、$_FILES 配列のキーになります --> このフ ... ァイルをアップロード: <input name="userfile" type="file" /> <input type="submit" val ... んな名前にすることもできます。 $_FILES['userfile']['name'] クライアントマシンの元のファイル名。 $_FILES['us ...
https://man.plustar.jp/php/features.file-upload.post-method.html - [similar]
新機能 3677
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新 ... ar_dump ( testReturn ()); function test (? string $name ) { var_dump ( $name ); } test ( 'elePHPant' ); te ... ], [ 2 , 'Fred' ], ]; // list() 形式 list( $id1 , $name1 ) = $data [ 0 ]; // [] 形式 [ $id1 , $name1 ] = $ ... ]; // list() 形式 foreach ( $data as list( $id , $name )) { // $id と $name を使う処理をここに書きます } ... // [] 形式 foreach ( $data as [ $id , $name ]) { // $id と $name を使う処理をここに書きます } ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
データベース接続の現在の文字コードセットを返す 3677
« mysqli::change_user mysqli::close » PHP Manual mysqli データベース接続の現在の文字コードセット ... を返す mysqli::character_set_name mysqli_character_set_name (PHP 5, PHP 7, PHP 8) my ... sqli::character_set_name -- mysqli_character_set_name — データベース接続の現 ... 説明 オブジェクト指向型 public mysqli::character_set_name (): string 手続き型 mysqli_character_set_name ( my ... ードセットを返します。 例 例1 mysqli::character_set_name() の例 オブジェクト指向型 <?php mysqli_report ( MY ...
https://man.plustar.jp/php/mysqli.character-set-name.html - [similar]
Register a callback function by event name. 3677
« Swoole\Server::listen Swoole\Server::pause » PHP Manual Swoole\Server Register a callback func ... tion by event name. Swoole\Server::on (PECL swoole >= 1.9.0) Swoole\S ... erver::on — Register a callback function by event name. 説明 public Swoole\Server::on ( string $event_nam ... e , callable $callback ): void パラメータ event_name callback 戻り値 関連キーワード: callback , event , ...
https://man.plustar.jp/php/swoole-server.on.html - [similar]
配列と同様の形式で、複数の変数への代入を行う 3656
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PH ... 用法の例 <?php result = $pdo -> query ( "SELECT id, name FROM employees" ); while (list( $id , $name ) = $r ... t -> fetch ( PDO :: FETCH_NUM )) { echo "id: $id , name: $name \n" ; } ?> 例3 ネストした list() の使用法 < ... ることは許されません <?php $data = [ [ "id" => 1 , "name" => 'Tom' ], [ "id" => 2 , "name" => 'Fred' ], ]; ... foreach ( $data as [ "id" => $id , "name" => $name ]) { echo "id: $id , name: $name \n" ; } ...
https://man.plustar.jp/php/function.list.html - [similar]
Yaf_Request_Http クラス 3636
« Yaf_Request_Abstract::setRouted Yaf_Request_Http::__construct » PHP Manual Yaf Yaf_Request_Htt ... = ? , string $base_uri = ? ) public get ( string $name , string $default = ? ): mixed public getCookie ( ... string $name , string $default = ? ): mixed public getFiles (): ... void public getPost ( string $name , string $default = ? ): mixed public getQuery ( s ... tring $name , string $default = ? ): mixed public getRaw (): m ...
https://man.plustar.jp/php/class.yaf-request-http.html - [similar]
Get Closure 3636
« Componere\Patch::derive Componere\Patch::getClosures » PHP Manual Componere\Patch Get Closure ... 説明 public Componere\Patch::getClosure ( string $name ): Closure Shall return a Closure for the method s ... pecified by name パラメータ name The case insensitive name of the m ... ct Exceptions 警告 Shall throw RuntimeException if name could not be found 関連キーワード: Closure , Get , ...
https://man.plustar.jp/php/componere-patch.getclosure.html - [similar]
プリペアドステートメントを実行する 3636
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... 3.2 ); $insert = 'INSERT INTO animals (id, breed, name, weight) VALUES (?, ?, ?, ?)' ; $stmt = db2_prepar ... , "ibmdb2" ); $query = 'SELECT * FROM XMLTABLE( XMLNAMESPACES (DEFAULT \'http://posample.org\'), \'db2-fn: ... rinfo\' COLUMNS "CID" VARCHAR (50) PATH \'@Cid\', "NAME" VARCHAR (50) PATH \'name\', "PHONE" VARCHAR (50) ... PATH \'phone [ @type = "work"]\' ) AS T WHERE NAME = ? ' ; $stmt = db2_prepare ( $conn , $query ); $n ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
Get associated function name 3636
« GearmanTask::function GearmanTask::isKnown » PHP Manual GearmanTask Get associated function name ... me GearmanTask::functionName (PECL gearman >= 0.6.0) GearmanTask::functionName ... — Get associated function name 説明 public GearmanTask::functionName (): string R ... eturns the name of the function this task is associated with, i.e. ... の関数にはパラメータはありません。 戻り値 A function name. 関連キーワード: function , associated , Get , Gea ...
https://man.plustar.jp/php/gearmantask.functionname.html - [similar]