検索

phrase: max: clip:
target: order:
Results of 601 - 610 of about 1461 for IN (0.142 sec.)
現在の Unix タイムスタンプをマイクロ秒まで返す 2467
« localtime mktime » PHP Manual 日付・時刻 関数 現在の Unix タイムスタンプをマイクロ秒まで返す m ... で返す 説明 microtime ( bool $as_float = false ): string | float microtime() は、現在の Unix タイムスタンプ ... ); $time = $time_end - $time_start ; echo "Did nothing in $time seconds\n" ; ?> 例2 microtime() と REQUE ... - $_SERVER [ "REQUEST_TIME_FLOAT" ]; echo "Did nothing in $time seconds\n" ; ?> 参考 time() - 現在の Uni ...
https://man.plustar.jp/php/function.microtime.html - [similar]
クエリ結果のメモリを開放する 2467
« pg_flush pg_get_notify » PHP Manual PostgreSQL 関数 クエリ結果のメモリを開放する pg_free_resul ... g_fetch_result ( $res , 1 , 0 ); echo "First field in the second row is: " , $val , "\n" ; pg_free_resul ... s ); ?> 上の例の出力は以下となります。 First field in the second row is: 2 参考 pg_query() - クエリを実行 ...
https://man.plustar.jp/php/function.pg-free-result.html - [similar]
ImagickPixel のコンストラクタ 2467
« ImagickPixel::clear ImagickPixel::destroy » PHP Manual ImagickPixel ImagickPixel のコンストラク ... トラクタ 説明 public ImagickPixel::__construct ( string $color = ? ) 警告 この関数は、 現在のところ詳細な ... f" , // #rrrrggggbbbbaaaa "rgb(255, 0, 0)" , // an integer in the range 0—255 for each component "rgb(10 ... 0.0%, 0.0%, 0.0%)" , // a float in the range 0—100% for each component "rgb(255, 0, 0 ... setX = ( $count % $columns ) * 50 + 5 ; $offsetY = intval ( $count / $columns ) * 50 + 5 ; $draw -> rect ...
https://man.plustar.jp/php/imagickpixel.construct.html - [similar]
配列のフィールドに要素を挿入する 2467
« CollectionModify::arrayAppend CollectionModify::bind » PHP Manual mysql_xdevapi\CollectionModi ... のフィールドに要素を挿入する CollectionModify::arrayInsert (No version information available, might only ... be in Git) CollectionModify::arrayInsert — 配列のフィール ... る 説明 public mysql_xdevapi\CollectionModify::arrayInsert ( string $collection_field , string $expressio ... 列として表現されます。 arrayAppend() と異なり、arrayInsert() は新しい要素をどこに挿入するかを指定できます ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.arrayinsert.html - [similar]
SQL ステートメントを実行するために準備する 2467
« mysqli_stmt::$param_count mysqli_stmt::reset » PHP Manual mysqli_stmt SQL ステートメントを実行 ... オブジェクト指向型 public mysqli_stmt::prepare ( string $query ): bool 手続き型 mysqli_stmt_prepare ( mys ... qli_stmt $statement , string $query ): bool 実行する前にSQL文を準備します。 指 ... マーカは、ステートメントを実行する前に mysqli_stmt_bind_param() を使用して アプリケーション変数にバインド ... かで異なります。 それぞれ、次のように振る舞います。 Linux 上の mysqlnd では、エラーコード 1153 を返します。 ...
https://man.plustar.jp/php/mysqli-stmt.prepare.html - [similar]
エントリの属性を取得する 2467
« RarEntry::extract RarEntry::getCrc » PHP Manual RarEntry エントリの属性を取得する RarEntry::ge ... リの属性を取得する 説明 public RarEntry::getAttr (): int アーカイブエントリの、OS に依存する属性を返します ... ました" ); $entry = rar_entry_get ( $rar_file , 'dir/in/the/archive' ) or die( "そのようなエントリは見つか ... AR_HOST_MSDOS : case RAR_HOST_OS2 : case RAR_HOST_WIN32 : case RAR_HOST_MACOS : printf ( "%c%c%c%c%c%c\n ... BEOS : switch ( $attr & 0xF000 ) { case 0x4000 : printf ( "d" ); break; case 0xA000 : printf ( "l" ); br ...
https://man.plustar.jp/php/rarentry.getattr.html - [similar]
RpmInfo 関数 2467
« 定義済み定数 rpmaddtag » PHP Manual RpmInfo RpmInfo 関数 RpmInfo 関数 目次 rpmaddtag — Add tag ... retrieved in query rpmdbinfo — Get information from installed R ... PM rpmdbsearch — Search RPM packages rpminfo — Get information from a RPM file rpmvercmp — RP ... M version comparison 関連キーワード: RpmInfo , 関数 , RPM , Get , information , from , rpmadd ... tag , retrieved , query , rpmdbinfo ...
https://man.plustar.jp/php/ref.rpminfo.html - [similar]
リソース型 2467
« 実行時設定 例 » PHP Manual インストール/設定 リソース型 リソース型 There is only one resource ... type used in the stomp extension - it's the link identifier for ...
https://man.plustar.jp/php/stomp.resources.html - [similar]
RpmInfo 2446
« ps_translate はじめに » PHP Manual テキスト以外の MIME 型 RpmInfo RpmInfo はじめに インストール ... /設定 要件 Installation via PECL 実行時設定 リソース型 定義済み定 ... 数 RpmInfo 関数 rpmaddtag — Add tag retrieved in query rpmd ... binfo — Get information from installed RPM rpmdbsearch ... — Search RPM packages rpminfo — Get information from a RPM file rpmvercmp — RP ...
https://man.plustar.jp/php/book.rpminfo.html - [similar]
The MongoDB\BSON\MaxKeyInterface interface 2446
« MongoDB\BSON\JavascriptInterface::__toString MongoDB\BSON\MinKeyInterface » PHP Manual MongoDB ... \BSON The MongoDB\BSON\MaxKeyInterface interface The MongoDB\BSON\MaxKeyInterface ... interface (mongodb >=1.3.0) はじめに This interface is implemented by MongoDB\BSON\MaxKey to be ... used as a parameter, return, or property type in userland classes. クラス概要 class MongoDB\BSON\Ma ... xKeyInterface { } This interface has no methods. 関連キー ...
https://man.plustar.jp/php/class.mongodb-bson-maxkeyinterface.html - [similar]