検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 1568 for Name (0.142 sec.)
リソース型の一覧 2961
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... autocommit() cubrid_get_charset() cubrid_get_class_name() cubrid_get_db_parameter() cubrid_get_server_info ... autocommit() cubrid_get_charset() cubrid_get_class_name() cubrid_get_db_parameter() cubrid_get_server_info ... rid_unbuffered_query() cubrid_bind() cubrid_column_names() cubrid_column_types() cubrid_current_oid() cubr ... brid_field_flags() cubrid_field_len() cubrid_field_name() cubrid_field_seek() cubrid_field_table() cubrid_ ...
https://man.plustar.jp/php/resource.html - [similar]
Constructs a new SyncSemaphore object 2961
« SyncSemaphore SyncSemaphore::lock » PHP Manual SyncSemaphore Constructs a new SyncSemaphore ob ... t 説明 public SyncSemaphore::__construct ( string $name = ? , int $initialval = 1 , bool $autounlock = tru ... e ) Constructs a named or unnamed semaphore. パラメータ name The name of ... the semaphore if this is a named semaphore object. 注意 : If the name already exis ... clusion of the PHP script. 警告 If an object is: A named semaphore with an autounlock of false , the objec ...
https://man.plustar.jp/php/syncsemaphore.construct.html - [similar]
Insert Page 2961
« UI\Controls\Tab::hasMargin UI\Controls\Tab::pages » PHP Manual UI\Controls\Tab Insert Page UI\ ... ge 説明 public UI\Controls\Tab::insertAt ( string $name , int $page , UI\Control $control ) Shall insert a ... new page into this Tab パラメータ name The name for the new page page The index to perfor ...
https://man.plustar.jp/php/ui-controls-tab.insertat.html - [similar]
Append Menu Item 2961
« UI\Menu UI\Menu::appendAbout » PHP Manual UI\Menu Append Menu Item UI\Menu::append (UI 0.9.9) ... nd Menu Item 説明 public UI\Menu::append ( string $name , string $type = UI\MenuItem::class ): UI\MenuItem ... Shall append a new Menu Item パラメータ name The name (text) for the new item type The type for ...
https://man.plustar.jp/php/ui-menu.append.html - [similar]
Get the error message 2940
« cubrid_errno cubrid_fetch_array » PHP Manual CUBRID MySQL 互換関数 Get the error message cubri ... , '' ); $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_errno() - Return the nume ...
https://man.plustar.jp/php/function.cubrid-error.html - [similar]
Prepare a SQL statement for execution 2940
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... , "demodb" ); $sql = <<<EOD SELECT g.event_code, e.name FROM game g JOIN event e ON g.event_code=e.code WH ... m ); printf ( "%-15s %s\n" , "Event_code" , "Event_name" ); printf ( "----------------------------\n" ); $ ... tf ( "%-15d %s\n" , $row [ "event_code" ], $row [ "name" ]); $row = cubrid_fetch_assoc ( $req ); printf ( ... "%-15d %s\n" , $row [ "event_code" ], $row [ "name" ]); cubrid_disconnect ( $conn ); ?> 上の例の出力は ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
アップロードされたファイルを新しい位置に移動する 2940
« mkdir parse_ini_file » PHP Manual ファイルシステム 関数 アップロードされたファイルを新しい位置 ... > $error ) { if ( $error == UPLOAD_ERR_OK ) { $tmp_name = $_FILES [ "pictures" ][ "tmp_name" ][ $key ]; // ... basename() で、ひとまずファイルシステムトラバーサル攻撃は防 ... てのその他のバリデーションも、適切に行いましょう。 $name = basename ( $_FILES [ "pictures" ][ "name" ][ $ke ... y ]); move_uploaded_file ( $tmp_name , " $uploads_dir / $name " ); } } ?> 注意 注意 : m ...
https://man.plustar.jp/php/function.move-uploaded-file.html - [similar]
mysql_list_dbs のコール結果からデータベース名を取得する 2940
« mysql_data_seek mysql_db_query » PHP Manual MySQL 関数 mysql_list_dbs のコール結果からデータベ ... ース名を取得する mysql_db_name (PHP 4, PHP 5) mysql_db_name — mysql_list_dbs() の ... 使えます。 クエリー: SELECT DATABASE() 説明 mysql_db_name ( resource $result , int $row , mixed $field = NUL ... mysql_error() を使用してください。 例 例1 mysql_db_name() の例 <?php error_reporting ( E_ALL ); $link = my ... sql_connect ( 'dbhost' , 'username' , 'password' ); $db_list = mysql_list_dbs ( $link ...
https://man.plustar.jp/php/function.mysql-db-name.html - [similar]
指定した名前のグループに関する情報を返す 2940
« posix_getgrgid posix_getgroups » PHP Manual POSIX 関数 指定した名前のグループに関する情報を返す ... ープに関する情報を返す 説明 posix_getgrnam ( string $name ): array | false 指定した名前のグループに関する情報 ... を取得します。 パラメータ name グループの名前。 戻り値 成功したときは array を返し ... 素は下記のとおりです。 グループ情報の配列 要素 説明 name グループ名。これは、16 文字以下の短い文字列からなる ... ます。 グループ ID。この関数をコールする際に指定した name と同じものになるので、冗長なデータです。 passwd グ ...
https://man.plustar.jp/php/function.posix-getgrnam.html - [similar]
Compose a class 2940
« uopz_backup uopz_copy » PHP Manual Uopz 関数 Compose a class uopz_compose (PECL uopz 1, PECL u ... 0 で 削除 されました。 説明 uopz_compose ( string $name , array $classes , array $methods = ? , array $pro ... flags = ? ): void Creates a new class of the given name that implements, extends, or uses all of the provi ... ded classes パラメータ name A legal class name classes An array of class, inte ... rface and trait names methods An associative array of methods, values a ...
https://man.plustar.jp/php/function.uopz-compose.html - [similar]