検索

phrase: max: clip:
target: order:
Results of 371 - 380 of about 1568 for Name (0.245 sec.)
文字列に変換する 2754
« ReflectionFunction::isDisabled ReflectionFunctionAbstract » PHP Manual ReflectionFunction 文字 ... __toString() の例 <?php function title ( $title , $name ) { return sprintf ( "%s. %s\r\n" , $title , $name ... 0 [ <required> $title ] Parameter #1 [ <required> $name ] } } 参考 ReflectionFunction::export() - 関数をエ ...
https://man.plustar.jp/php/reflectionfunction.tostring.html - [similar]
デフォルト値が定数あるいは null の場合に、その定数名を返す 2754
« ReflectionParameter::getDefaultValue ReflectionParameter::getName » PHP Manual ReflectionParam ... 名を返す ReflectionParameter::getDefaultValueConstantName (PHP 5 >= 5.4.6, PHP 7, PHP 8) ReflectionParameter ... ::getDefaultValueConstantName — デフォルト値が定数あるいは null の場合に、その定 ... public ReflectionParameter::getDefaultValueConstantName (): ? string デフォルト値が定数か null の場合に、 ... $function -> getParameters () as $param ) { echo 'Name: ' . $param -> getName () . PHP_EOL ; if ( $param ...
https://man.plustar.jp/php/reflectionparameter.getdefaultvalueconstantname.html - [similar]
フォームの処理 2754
« 実用的な例 次にするべきことは? » PHP Manual 簡易チュートリアル フォームの処理 フォームの処理 P ... ction.php" method="post"> 名前: <input type="text" name="name" /> 年齢: <input type="text" name="age" /> < ... こんにちは、 <?php echo htmlspecialchars ( $_POST [ 'name' ]); ?> さん。 あなたは、 <?php echo (int) $_POST ... 、 filter 拡張モジュールを使用します。 変数 $_POST['name'] と $_POST['age'] は PHP により自動的に設定されま ...
https://man.plustar.jp/php/tutorial.forms.html - [similar]
mysqli クラス 2733
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... ; /* メソッド */ public __construct ( string $hostname = ini_get("mysqli.default_host") , string $usernam ... lic begin_transaction ( int $flags = 0 , ? string $name = null ): bool public change_user ( string $userna ... , ? string $database ): bool public character_set_name (): string public close (): bool public commit ( i ... nt $flags = 0 , ? string $name = null ): bool public connect ( string $hostname = ...
https://man.plustar.jp/php/class.mysqli.html - [similar]
基本的な使用法 2733
« 例 FTP 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 FTP の例 <?php // 接続を確立する ... ンする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // 接続できたか確認する if ((! ... mpted to connect to $ftp_server for user $ftp_user_name " ; exit; } else { echo "Connected to $ftp_server ... , for user $ftp_user_name " ; } // ファイルをアップロードする $upload = ftp_ ...
https://man.plustar.jp/php/ftp.examples-basic.html - [similar]
Move the result set cursor to the specified field offset 2733
« cubrid_field_name cubrid_field_table » PHP Manual CUBRID MySQL 互換関数 Move the result set cu ... ield Properties ---\n" ); printf ( "%-30s %s\n" , "name:" , $field -> name ); printf ( "%-30s %s\n" , "tab ... string(9) "1988-09-30" } --- Field Properties --- name: athlete_code table: game default value: "" max le ...
https://man.plustar.jp/php/function.cubrid-field-seek.html - [similar]
結果セット内の行を表す、カラムをプロパティとするオブジェクトを返す 2733
« db2_fetch_both db2_fetch_row » PHP Manual IBM DB2 関数 結果セット内の行を表す、カラムをプロパテ ... なく、 SELECT 文で AS 句を使用し、変更したカラムに "name" という名前をつけます。 データベースサーバーはカラ ... 返されるオブジェクトのプロパティは "BREED" および "NAME" となります。 <?php $conn = db2_connect ( $databas ... , $user , $password ); $sql = "SELECT breed, RTRIM(name) AS name FROM animals WHERE id = ?" ; if ( $conn ) ... tch_object ( $stmt )) { echo "Come here, { $pet -> NAME } , my little { $pet -> BREED } !" ; } db2_close ( ...
https://man.plustar.jp/php/function.db2-fetch-object.html - [similar]
テーブルに配列を挿入する 2733
« pg_host pg_last_error » PHP Manual PostgreSQL 関数 テーブルに配列を挿入する pg_insert (PHP 4 > ... ert ( PgSql\Connection $connection , string $table_name , array $values , int $flags = PGSQL_DML_EXEC ): P ... gSql\Result | string | bool pg_insert() は、 table_name で指定したテーブルに values の値をを挿入します。 f ... tion PgSql\Connection クラスのインスタンス。 table_name 行を挿入するテーブルの名前。テーブル table_name... 保持している必要があります。 values テーブル table_name のフィールド名をキーに、 挿入する内容を値にもつ配列 ...
https://man.plustar.jp/php/function.pg-insert.html - [similar]
グリフ名を取得する 2733
« ps_stroke ps_symbol_width » PHP Manual PS 関数 グリフ名を取得する ps_symbol_name (PECL ps >= 1 ... .2.0) ps_symbol_name — グリフ名を取得する 説明 ps_symbol_name ( resourc ...
https://man.plustar.jp/php/function.ps-symbol-name.html - [similar]
Makes the next row in a result set available for reading 2733
« sqlsrv_fetch_object sqlsrv_field_metadata » PHP Manual SQLSRV 関数 Makes the next row in a res ... row fields with sqlsrv_get_field() . <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = arra ... y( "Database" => "dbName" , "UID" => "username" , "PWD" => "password" ); $c ... onn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( ... nt_r ( sqlsrv_errors (), true )); } $sql = "SELECT Name, Comment FROM Table_1 WHERE ReviewID=1" ; $stmt = ...
https://man.plustar.jp/php/function.sqlsrv-fetch.html - [similar]