検索

phrase: max: clip:
target: order:
Results of 471 - 480 of about 661 for Open (0.043 sec.)
エントリのインデックスを使用して、エントリのコメントを返す 3092
« ZipArchive::getArchiveComment ZipArchive::getCommentName » PHP Manual ZipArchive エントリのイン ... の出力 <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test1.zip' ); if ( $res === TRUE ) { var_dump ( ...
https://man.plustar.jp/php/ziparchive.getcommentindex.html - [similar]
エントリ名を使用して、エントリのコメントを返す 3092
« ZipArchive::getCommentIndex ZipArchive::getExternalAttributesIndex » PHP Manual ZipArchive エン ... の出力 <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test1.zip' ); if ( $res === TRUE ) { var_dump ( ...
https://man.plustar.jp/php/ziparchive.getcommentname.html - [similar]
インデックスを使用して、エントリの名前を返す 3092
« ZipArchive::getFromName ZipArchive::getStatusString » PHP Manual ZipArchive インデックスを使用 ... ZipArchive::getNameIndex() の例 <?php if ( $zip -> open ( 'test.zip' ) == TRUE ) { for ( $i = 0 ; $i < $zi ...
https://man.plustar.jp/php/ziparchive.getnameindex.html - [similar]
インデックスを使用してエントリのコメントを設定する 3092
« ZipArchive::setArchiveComment ZipArchive::setCommentName » PHP Manual ZipArchive インデックスを ... 定する <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' ); if ( $res === TRUE ) { $zip -> set ...
https://man.plustar.jp/php/ziparchive.setcommentindex.html - [similar]
名前を使用してエントリのコメントを設定する 3092
« ZipArchive::setCommentIndex ZipArchive::setCompressionIndex » PHP Manual ZipArchive 名前を使用 ... 定する <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' ); if ( $res === TRUE ) { $zip -> set ...
https://man.plustar.jp/php/ziparchive.setcommentname.html - [similar]
インデックスで定義されたエントリの圧縮方法を設定する 3092
« ZipArchive::setCommentName ZipArchive::setCompressionName » PHP Manual ZipArchive インデックス ... 加する <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' , ZipArchive :: CREATE ); if ( $res = ...
https://man.plustar.jp/php/ziparchive.setcompressionindex.html - [similar]
データベース (dbm 形式) 抽象化レイヤ 3056
« 抽象化レイヤー はじめに » PHP Manual 抽象化レイヤー データベース (dbm 形式) 抽象化レイヤ データ ... のリストを得る dba_nextkey — 次のキーを取得する dba_open — データベースをオープンする dba_optimize — データ ... ベースを最適化する dba_popen — データベースを持続的にオープンする dba_replace — ...
https://man.plustar.jp/php/book.dba.html - [similar]
PHP 用 Microsoft SQL Server ドライバ 3056
« SQLite3Result::reset はじめに » PHP Manual ベンダー固有のモジュール PHP 用 Microsoft SQL Serve ... and specified connection sqlsrv_close — Closes an open connection and releases resourses associated with ... ndling and logging configurations sqlsrv_connect — Opens a connection to a Microsoft SQL Server database s ...
https://man.plustar.jp/php/book.sqlsrv.html - [similar]
設定ファイル 3056
« 実行時設定 .user.ini ファイル » PHP Manual 実行時設定 設定ファイル 設定ファイル 設定ファイル ( ... ル内で既存の ini 変数を参照することが可能です。 例: open_basedir = ${open_basedir} ":/new/dir" スキャンディ ...
https://man.plustar.jp/php/configuration.file.html - [similar]
指定した DateTime に関連するタイムゾーンを返す 3056
« DateTime::getTimestamp DateTime::__wakeup » PHP Manual DateTimeInterface 指定した DateTime に関 ... 手続き型 <?php $date = date_create ( null , timezone_open ( 'Europe/London' )); $tz = date_timezone_get ( $d ...
https://man.plustar.jp/php/datetime.gettimezone.html - [similar]