検索

phrase: max: clip:
target: order:
Results of 601 - 610 of about 1200 for var (0.280 sec.)
コードポイントの "age" を取得する 2705
« IntlChar IntlChar::charDigitValue » PHP Manual IntlChar コードポイントの "age" を取得する Intl ... 返します。 例 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: charage ( "\u{2603}" )); var_du ...
https://man.plustar.jp/php/intlchar.charage.html - [similar]
オブジェクト 2705
« Iterable 列挙型 / Enum » PHP Manual 型 オブジェクト オブジェクト オブジェクトの初期化 オブジェ ... さい。 <?php $obj = (object) array( '1' => 'foo' ); var_dump (isset( $obj ->{ '1' })); // PHP 7.2.0 以降は ... 'bool(true)' それより前は 'bool(false)' var_dump ( key ( $obj )); // PHP 7.2.0 以降は 'string( ...
https://man.plustar.jp/php/language.types.object.html - [similar]
Execute a database command 2705
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... cursor. */ $response = $cursor -> toArray ()[ 0 ]; var_dump ( $response ); ?> 上の例の出力は以下となります ... ose results. */ foreach ( $cursor as $document ) { var_dump ( $document ); } ?> 上の例の出力は以下となりま ... = $manager -> executeCommand ( 'db' , $command ); var_dump ( $cursor -> toArray ()[ 0 ]); ?> If the comm ...
https://man.plustar.jp/php/mongodb-driver-manager.executecommand.html - [similar]
プリペアドステートメントのパラメータに変数をバインドする 2705
« mysqli_stmt::attr_set mysqli_stmt::bind_result » PHP Manual mysqli_stmt プリペアドステートメン ... mysqli_stmt::bind_param ( string $types , mixed &$var , mixed &...$vars ): bool 手続き型 mysqli_stmt_bin ... ( mysqli_stmt $statement , string $types , mixed &$var , mixed &...$vars ): bool mysqli_prepare() や mysq ... 型は blob で、複数のパケットに分割して送信されます。 var vars 変数の数。文字列 types の長さは、ステートメン ... icial , $percent ); $code = 'DEU' ; $language = 'Bavarian' ; $official = "F" ; $percent = 11.2 ; $stmt -> ...
https://man.plustar.jp/php/mysqli-stmt.bind-param.html - [similar]
文字セットオブジェクトを返す 2705
« mysqli::$field_count mysqli::$client_info » PHP Manual mysqli 文字セットオブジェクトを返す mys ... al_connect ( "localhost" , "root" , "" , "test" ); var_dump ( $db -> get_charset ()); ?> 手続き型 <?php $ ... nect ( $db , "localhost" , "root" , "" , "test" ); var_dump ( mysqli_get_charset ( $db )); ?> 上の例の出力 ...
https://man.plustar.jp/php/mysqli.get-charset.html - [similar]
アーカイブが壊れている (未完成である) かどうかを調べる 2705
« RarArchive::getEntry RarArchive::isSolid » PHP Manual RarArchive アーカイブが壊れている (未完成 ... = RarArchive :: open ( $file , null , 'retnull' ); var_dump ( $arch -> isBroken ()); ?> 上の例の出力は、 ... */ $arch = rar_open ( $file , null , 'retnull' ); var_dump ( rar_broken_is ( $arch )); ?> 参考 RarArchiv ...
https://man.plustar.jp/php/rararchive.isbroken.html - [similar]
Firebird データベースに接続する 2705
« Firebird (PDO) IBM (PDO) » PHP Manual Firebird (PDO) Firebird データベースに接続する PDO_FIREB ... REBIRD DSN を表します。 firebird:dbname=localhost:/var/lib/firebird/2.5/data/employee.fdb 例4 方言が 1 の ... 以降でのみ利用可能です。 firebird:dbname=localhost:/var/lib/firebird/2.5/data/test.fdb;charset=utf-8;diale ...
https://man.plustar.jp/php/ref.pdo-firebird.connection.html - [similar]
ReflectionFunction オブジェクトを作成する 2705
« ReflectionFunction ReflectionFunction::export » PHP Manual ReflectionFunction ReflectionFuncti ... を表示します printf ( "---> Documentation:\n %s\n" , var_export ( $func -> getDocComment (), 1 )); // stati ... 在すれば表示します if ( $statics = $func -> getStaticVariables ()) { printf ( "---> Static variables: %s\n" ... , var_export ( $statics , 1 )); } } // ReflectionFunctio ... * * 簡単なカウンタ * * @return int */' ---> Static variables: array ( 'c' => 0, ) ===> The user-defined f ...
https://man.plustar.jp/php/reflectionfunction.construct.html - [similar]
引数の型を取得する 2705
« ReflectionParameter::getPosition ReflectionParameter::hasType » PHP Manual ReflectionParameter ... ); echo $reflectionType1 -> getName (), PHP_EOL ; var_dump ( $reflectionType2 ); ?> 上の例の出力は以下と ... ]-> getType (); echo $reflectionType1 , PHP_EOL ; var_dump ( $reflectionType2 ); ?> 上の例の PHP 7.0 での ...
https://man.plustar.jp/php/reflectionparameter.gettype.html - [similar]
The MongoDB\Driver\Command class 2677
« MongoDB\Driver\Manager::startSession MongoDB\Driver\Command::__construct » PHP Manual MongoDB\ ... command ); $response = $cursor -> toArray ()[ 0 ]; var_dump ( $response ); $collstats = [ "collstats" => ... lstats )); $response = $cursor -> toArray ()[ 0 ]; var_dump ( $response ); } catch( MongoDB \ Driver \ Ex ...
https://man.plustar.jp/php/class.mongodb-driver-command.html - [similar]