検索

phrase: max: clip:
target: order:
Results of 591 - 600 of about 1568 for Name (0.041 sec.)
持続的接続を使用してOracle データベースに接続する 2562
« oci_password_change oci_register_taf_callback » PHP Manual OCI8 関数 持続的接続を使用してOracl ... ータベースに接続する 説明 oci_pconnect ( string $username , string $password , ? string $connection_string = ... ング のセクションを参照してください。 パラメータ username Oracle のユーザー名。 password username のパスワー ... Oracle インスタンス 。 » Easy Connect 文字列 、 tnsnames.ora ファイルの接続文字列、あるいはローカルの Orac ... racle 10 g の Easy Connect 文字列の形式は [//]host_name[:port][/service_name] です。Oracle 11 g 以降の場合 ...
https://man.plustar.jp/php/function.oci-pconnect.html - [similar]
似た名前を取得する 2562
« Gender\Gender::isNick Gettext » PHP Manual Gender\Gender 似た名前を取得する Gender\Gender::sim ... ilarNames (PECL gender >= 0.9.0) Gender\Gender::similarName ... 似た名前を取得する 説明 public Gender\Gender::similarNames ( string $name , int $country = ? ): array 名前と ... 国を指定して、似た名前を取得します。 パラメータ name 調べる名前。 country Gender クラスの定数で指定する ... 列を返します。 関連キーワード: 名前 , 取得 , similarNames , country , isNick , Gettext , public , string , ...
https://man.plustar.jp/php/gender-gender.similarnames.html - [similar]
要件 2562
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 IBM DB2 Universal ... 指定する必要があります。 php.ini で ibm_db2.instance_name を使用して DB2 インスタンス名を指定するか、 PHP 実 ... php.ini に以下の行を追加します。 ibm_db2.instance_name=db2inst1 php.ini にこれを指定しない場合は、 DB2 へ ... らの関数を使用するには、 php.ini で ibm_db2.instance_name を設定するか、 Web サーバーの起動スクリプト ( /etc ...
https://man.plustar.jp/php/ibm-db2.requirements.html - [similar]
文字列 2562
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです ... Bar1' , 'Bar2' , 'Bar3' ); } } $foo = new foo (); $name = 'MyName' ; echo <<<EOT My name is " $name ". I a ... A': \x41 EOT; ?> 上の例の出力は以下となります。 My name is "MyName". I am printing some Foo. Now, I am pri ... Bar1' , 'Bar2' , 'Bar3' ); } } $foo = new foo (); $name = 'MyName' ; echo <<<'EOT' My name is "$name". I a ... A': \x41 EOT; ?> 上の例の出力は以下となります。 My name is "$name". I am printing some $foo->foo. Now, I a ...
https://man.plustar.jp/php/language.types.string.html - [similar]
配列のフィールドに要素を追加する 2562
« mysql_xdevapi\CollectionModify CollectionModify::arrayInsert » PHP Manual mysql_xdevapi\Collec ... on ( "people" ); $result = $collection -> add ( '{"name": "Bernie", "traits": ["Friend", "Brother", "Human ... "]}' ) -> execute (); $collection -> modify ( "name in ('Bernie', 'Jane')" ) -> arrayAppend ( 'traits' ... => Array ( [_id] => 00005b6b5361000000000000010c [name] => Bernie [traits] => Array ( [0] => Friend [1] = ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.arrayappend.html - [similar]
トランザクションを開始する 2562
« mysqli::autocommit mysqli::change_user » PHP Manual mysqli トランザクションを開始する mysqli:: ... li::begin_transaction ( int $flags = 0 , ? string $name = null ): bool 手続き型: mysqli_begin_transaction ... ( mysqli $mysql , int $flags = 0 , ? string $name = null ): bool トランザクションを開始します。InnoD ... SISTENT SNAPSHOT" でトランザクションを開始します。 name トランザクションのセーブポイント名。 戻り値 成功し ... false を返します。 変更履歴 バージョン 説明 8.0.0 name は、nullable になりました。 例 例1 mysqli::begin_t ...
https://man.plustar.jp/php/mysqli.begin-transaction.html - [similar]
バッファクエリと非バッファクエリ 2562
« コンセプト 文字セット » PHP Manual コンセプト バッファクエリと非バッファクエリ バッファクエリと ... , "world" ); $uresult = $mysqli -> query ( "SELECT Name FROM City" , MYSQLI_USE_RESULT ); if ( $uresult ) ... $row = $uresult -> fetch_assoc ()) { echo $row [ 'Name' ] . PHP_EOL ; } } ?> 例2 非バッファクエリの例: pd ... sql <?php $pdo = new PDO ( "mysql:host=localhost;dbname=world" , 'my_user' , 'my_pass' ); $pdo -> setAttri ... UERY , false ); $uresult = $pdo -> query ( "SELECT Name FROM City" ); if ( $uresult ) { while ( $row = $ur ...
https://man.plustar.jp/php/mysqlinfo.concepts.buffering.html - [similar]
クラス定数の ReflectionClassConstant を取得する 2562
« ReflectionClass::getProperty ReflectionClass::getReflectionConstants » PHP Manual ReflectionCl ... c ReflectionClass::getReflectionConstant ( string $name ): ReflectionClassConstant | false クラスのプロパテ ... ReflectionClassConstant を取得します。 パラメータ name クラス定数の名前 戻り値 ReflectionClassConstant を ...
https://man.plustar.jp/php/reflectionclass.getreflectionconstant.html - [similar]
staticプロパティの値を設定する 2562
« ReflectionClass::newInstanceWithoutConstructor ReflectionClass::__toString » PHP Manual Reflec ... ReflectionClass::setStaticPropertyValue ( string $name , mixed $value ): void staticプロパティの値を設定し ... ます。 パラメータ name プロパティの名前。 value 新しいプロパティの値。 戻 ...
https://man.plustar.jp/php/reflectionclass.setstaticpropertyvalue.html - [similar]
パラメータのデフォルト値を取得する 2562
« ReflectionParameter::getDeclaringFunction ReflectionParameter::getDefaultValueConstantName » P ... $function -> getParameters () as $param ) { echo 'Name: ' . $param -> getName () . PHP_EOL ; if ( $param ... echo PHP_EOL ; } ?> 上の例の出力は以下となります。 Name: test Name: bar Default value: baz 参考 Reflection ... を調べる ReflectionParameter::getDefaultValueConstantName() - デフォルト値が定数あるいは null の場合に、その ... ルト , 関数 , getDefaultValue , tDefaultValueConstantName , メソッド , バージョン , スロー ...
https://man.plustar.jp/php/reflectionparameter.getdefaultvalue.html - [similar]