検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 1568 for Name (0.222 sec.)
アクションのエントリポイント 2837
« Yaf_Action_Abstract Yaf_Action_Abstract::getController » PHP Manual Yaf_Action_Abstract アクシ ... s Yaf_Action_Abstract { public function execute ( $name , $id ) { assert ( $name == $this -> getRequest () ... -> getParam ( "name" )); assert ( $id == $this -> getRequest ()-> getP ... いるものとします。 * http://yourdomain/product/list/name/yaf/id/22 * にアクセスした結果は次のとおり。 */ bo ...
https://man.plustar.jp/php/yaf-action-abstract.execute.html - [similar]
ReflectionExtension クラス 2816
« ReflectionZendExtension::__toString ReflectionExtension::__clone » PHP Manual リフレクション R ... ments Reflector { /* プロパティ */ public string $ name ; /* メソッド */ public __construct ( string $name ... te __clone (): void public static export ( string $name , string $return = false ): string public getClass ... es (): array public getClassNames (): array public getConstants (): array public ge ... (): array public getINIEntries (): array public getName (): string public getVersion (): ? string public i ...
https://man.plustar.jp/php/class.reflectionextension.html - [similar]
For Each 2816
« 例 配列と配列形式の COM プロパティ » PHP Manual 例 For Each For Each 標準的な COM/OLE IEnumVar ... ") For Each obj in domainObject Response.Write obj.Name & "<br />" Next %> 例2 PHP 5 における foreach <?ph ... ; foreach ( $domainObject as $obj ) { echo $obj -> Name . "<br />" ; } ?> 関連キーワード: For , Each , for ... each , 配列 , obj , domainObject , 意味 , Name , Domain , WinNT ...
https://man.plustar.jp/php/com.examples.foreach.html - [similar]
クラスが定義済みかどうかを確認する 2816
« class_alias enum_exists » PHP Manual クラス/オブジェクト関数 クラスが定義済みかどうかを確認する ... の例 <?php spl_autoload_register (function ( $class_name ) { include $class_name . '.php' ; // クラス宣言を ... 含むかどうか確認する if (! class_exists ( $class_name , false )) { throw new LogicException ( "Unable to ... load class: $class_name " ); } }); if ( class_exists ( MyClass ::class)) { ...
https://man.plustar.jp/php/function.class-exists.html - [similar]
テーブルの主キーを含む結果セットを返す 2816
« db2_prepare db2_procedure_columns » PHP Manual IBM DB2 関数 テーブルの主キーを含む結果セットを ... string $qualifier , string $schema , string $table-name ): resource テーブルの主キーを含む結果セットを返し ... _keys() は現在の接続のスキーマを使用します。 table-name テーブルの名前。 戻り値 指定したテーブルの主キーを ... SCHEM 主キーを含むテーブルのスキーマの名前。 TABLE_NAME 主キーを含むテーブルの名前。 COLUMN_NAME 主キーを含 ... から始まる数字で表した、キー内のカラムの位置。 PK_NAME 主キーの名前。 参考 db2_column_privileges() - テー ...
https://man.plustar.jp/php/function.db2-primary-keys.html - [similar]
MySQL サーバに接続する 2816
« expression mysql_xdevapi\BaseResult » PHP Manual Mysql_xdevapi 関数 MySQL サーバに接続する get ... mysql_version ); var_dump ( $collection -> find ( "name = 'Alfred'" )-> execute ()-> fetchOne ()); ?> 上の ... ます。 Array ( [0] => mysql_xdevapi\Schema Object ( [name] => helloworld ) [1] => mysql_xdevapi\Schema Objec ... t ( [name] => information_schema ) [2] => mysql_xdevapi\Sche ... ma Object ( [name] => mysql ) [3] => mysql_xdevapi\Schema Object ( [ ...
https://man.plustar.jp/php/function.mysql-xdevapi-getsession.html - [similar]
カラム名を得る 2816
« odbc_field_len odbc_field_num » PHP Manual ODBC 関数 カラム名を得る odbc_field_name (PHP 4, PH ... P 5, PHP 7, PHP 8) odbc_field_name — カラム名を得る 説明 odbc_field_name ( resource $ ...
https://man.plustar.jp/php/function.odbc-field-name.html - [similar]
表示される長さを返す 2816
« pg_field_num pg_field_size » PHP Manual PostgreSQL 関数 表示される長さを返す pg_field_prtlen ( ... ql\Result $result , int $row_number , mixed $field_name_or_number ): int pg_field_prtlen ( PgSql\Result $r ... esult , mixed $field_name_or_number ): int pg_field_prtlen() は、 result で指 ... この関数は、エラーの場合に false を返します。 field_name_or_number は、 int または string のどちらかで渡すこ ... それ以外の場合はフィールド名と判断します。 pg_field_name() ページの例を参照ください。 注意 : この関数は、以 ...
https://man.plustar.jp/php/function.pg-field-prtlen.html - [similar]
Redefine an already defined constant 2816
« runkit7_constant_add runkit7_constant_remove » PHP Manual runkit7 関数 Redefine an already def ... 説明 runkit7_constant_redefine ( string $constant_name , mixed $value , int $new_visibility = ? ): bool パ ... ラメータ constant_name Constant to redefine. Either the name of a global ... constant, or classname::constname indicating class constant. value Value ...
https://man.plustar.jp/php/function.runkit7-constant-redefine.html - [similar]
Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare or s... 2816
« sqlsrv_fetch sqlsrv_free_stmt » PHP Manual SQLSRV 関数 Retrieves metadata for the fields of a ... returned by sqlsrv_field_metadata Key Description Name The name of the field. Type The numeric value for ... 例 例1 sqlsrv_field_metadata() example <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = arra ... y( "Database" => "AdventureWorks" , "UID" => "username" , "PWD" => "password" ); $conn = sqlsrv_connect ( ... $serverName , $connectionInfo ); if( $conn === false ) { die( ...
https://man.plustar.jp/php/function.sqlsrv-field-metadata.html - [similar]