検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 1568 for Name (0.030 sec.)
Establish the environment for connecting to CUBRID server 3257
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting ... url string argument of this function. If the user name and password is not given, then the "PUBLIC" conne ... ll be made by default. <url> ::= CUBRID:<host>:<db_name>:<db_user>:<db_password>:[?<properties>] <properti ... rt> [,<standby_broker2_host>:<port>] <host> := HOSTNAME | IP_ADDR <time> := SECOND <milli_sec> := MILLI SE ... COND host : A host name or IP address of the master database db_name : A n ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]
Add a new function, similar to create_function 3257
« runkit7_constant_remove runkit7_function_copy » PHP Manual runkit7 関数 Add a new function, si ... ion() 説明 runkit7_function_add ( string $function_name , string $argument_list , string $code , bool $ret ... ? ): bool runkit7_function_add ( string $function_name , Closure $closure , string $doc_comment = null , ... , bool $is_strict = ? ): bool パラメータ function_name Name of the function to be created argument_list C ... unction_copy() - Copy a function to a new function name runkit7_function_rename() - Change a function's na ...
https://man.plustar.jp/php/function.runkit7-function-add.html - [similar]
変数を WDDX パケットにシリアライズする 3257
« wddx_serialize_value XMLDiff » PHP Manual WDDX 関数 変数を WDDX パケットにシリアライズする wdd ... されました。 説明 wddx_serialize_vars ( mixed $var_name , mixed ...$var_names ): string 指定された変数をシ ... この関数は、可変長のパラメータを受け取ります。 var_name 変数名を表す文字列、あるいは配列。 配列の中身は、変 ... 数名を表す文字列あるいは別の配列などとなります。 var_names 戻り値 WDDX パケット、あるいはエラー時に false を ... dxPacket version='1.0'><header/><data><struct><var name='a'><number>1</number></var> <var name='b'><number ...
https://man.plustar.jp/php/function.wddx-serialize-vars.html - [similar]
配列のフィールドに要素を挿入する 3257
« CollectionModify::arrayAppend CollectionModify::bind » PHP Manual mysql_xdevapi\CollectionModi ... を識別します。 このパラメータのフォーマットは FIELD_NAME[ INDEX ] です。 FIELD_NAME は、要素を削除するドキュ ... のインデックスは0です。 expression_or_literal FIELD_NAME[ INDEX ] の後に挿入する新しい要素 戻り値 コマンドを ... on ( "people" ); $result = $collection -> add ( '{"name": "Bernie", "traits": ["Friend", "Brother", "Human ... "]}' ) -> execute (); $collection -> modify ( "name in ('Bernie', 'Jane')" ) -> arrayInsert ( 'traits[ ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.arrayinsert.html - [similar]
ステートメントの結果セットの任意の行に移動する 3257
« mysqli_stmt::__construct mysqli_stmt::$errno » PHP Manual mysqli_stmt ステートメントの結果セッ ... sqli_connect_error ()); exit(); } $query = "SELECT Name, CountryCode FROM City ORDER BY Name" ; if ( $stmt ... 結果変数をバインドします */ $stmt -> bind_result ( $name , $code ); /* 結果を取得します */ $stmt -> store_r ... fetch (); printf ( "City: %s Countrycode: %s\n" , $name , $code ); /* ステートメントを閉じます */ $stmt -> ... sqli_connect_error ()); exit(); } $query = "SELECT Name, CountryCode FROM City ORDER BY Name" ; if ( $stmt ...
https://man.plustar.jp/php/mysqli-stmt.data-seek.html - [similar]
Returns a scalar value to be used as a hash value 3236
« Ds\Hashable::equals Sequence » PHP Manual Hashable Returns a scalar value to be used as a hash ... shableObject implements \ Ds \ Hashable { private $name ; private $email ; public function __construct ( $ ... name , $email ) { $this -> name = $name ; $this -> email = $email ; } /** * Should ... c function equals ( $obj ): bool { return $this -> name === $obj -> name && $this -> email === $obj -> ema ...
https://man.plustar.jp/php/ds-hashable.hash.html - [similar]
Fetch the next row from a result set 3236
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... ult) CUBRID_OBJECT : object that has the attribute name as the column name of query result When type argum ... ceive query result in object data type, the column name of the result must obey the naming rules for ident ... ifiers in PHP. For example, column name such as "count(*)" cannot be received in object ty ... > 10000" ); printf ( "%-40s %-10s %-6s %-20s\n" , "name" , "area" , "seats" , "address" ); while ( $row = ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
MIME 文字設定を文字列で得る 3236
« mb_parse_str mb_regex_encoding » PHP Manual マルチバイト文字列 関数 MIME 文字設定を文字列で得る ... mb_preferred_mime_name (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_preferred ... _mime_name — MIME 文字設定を文字列で得る 説明 mb_preferred_mi ... me_name ( string $encoding ): string | false 指定したエンコ ... い場合は false を返します。 例 例1 mb_preferred_mime_name() の例 <?php $outputenc = "sjis-win" ; mb_http_out ...
https://man.plustar.jp/php/function.mb-preferred-mime-name.html - [similar]
プロシージャへのパラメータに関する情報を取得する 3236
« odbc_primarykeys odbc_procedures » PHP Manual ODBC 関数 プロシージャへのパラメータに関する情報 ... になります。 PROCEDURE_CAT PROCEDURE_SCHEM PROCEDURE_NAME COLUMN_NAME COLUMN_TYPE DATA_TYPE TYPE_NAME COLUMN ... セットは PROCEDURE_CAT , PROCEDURE_SCHEM , PROCEDURE_NAME , COLUMN_TYPE でソートされます。 変更履歴 バージョ ... => TutorialDB [PROCEDURE_SCHEM] => dbo [PROCEDURE_NAME] => GetEmployeeSalesYTD;1 [COLUMN_NAME] => @SalesP ... erson [COLUMN_TYPE] => 1 [DATA_TYPE] => -9 [TYPE_NAME] => nvarchar [COLUMN_SIZE] => 50 [BUFFER_LENGTH] = ...
https://man.plustar.jp/php/function.odbc-procedurecolumns.html - [similar]
外部から来る変数 3236
« 可変変数 定数 » PHP Manual 変数 外部から来る変数 外部から来る変数 HTML フォーム (GET と POST) ... HTMLフォーム <form action="foo.php" method="post"> Name: <input type="text" name="username" /><br /> Email ... : <input type="text" name="email" /><br /> <input type="submit" name="submit ... からのデータにアクセスする <?php echo $_POST [ 'username' ]; echo $_REQUEST [ 'username' ]; ?> GETフォームを ... ースはアンダースコアに変換されます。 たとえば <input name="a.b" /> は $_REQUEST["a_b"] となります。 PHPではフ ...
https://man.plustar.jp/php/language.variables.external.html - [similar]