検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 661 for Open (0.027 sec.)
セッションのデータを読み込む 3343
« SessionHandlerInterface::open SessionHandlerInterface::write » PHP Manual SessionHandlerInterf ... ソッドがコールされる直前に SessionHandlerInterface::open() が実行されることに注意しましょう。 このメソッドは ...
https://man.plustar.jp/php/sessionhandlerinterface.read.html - [similar]
字下げの on/off を切り替える 3343
« XMLWriter::outputMemory XMLWriter::setIndentString » PHP Manual XMLWriter 字下げの on/off を切 ... のインスタンスです。 このインスタンスは、 xmlwriter_open_uri() あるいは xmlwriter_open_memory() を呼び出すこ ... です。 <?php $writer = new XMLWriter (); $writer -> openMemory (); $writer -> setIndent ( 2 ); $writer -> s ...
https://man.plustar.jp/php/xmlwriter.setindent.html - [similar]
属性全体を書き込む 3343
« XMLWriter::text XMLWriter::writeAttributeNs » PHP Manual XMLWriter 属性全体を書き込む XMLWrite ... のインスタンスです。 このインスタンスは、 xmlwriter_open_uri() あるいは xmlwriter_open_memory() を呼び出すこ ... が返ります。 <?php $xml = new XMLWriter (); $xml -> openMemory (); $xml -> startElement ( 'element' ); $xml ...
https://man.plustar.jp/php/xmlwriter.writeattribute.html - [similar]
内容を指定して、ファイルを ZIP アーカイブに追加する 3343
« ZipArchive::addFile ZipArchive::addGlob » PHP Manual ZipArchive 内容を指定して、ファイルを ZIP ... の追加 <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' , ZipArchive :: CREATE ); if ( $res = ... ルの追加 <?php $zip = new ZipArchive ; if ( $zip -> open ( 'test.zip' ) === TRUE ) { $zip -> addFromString ...
https://man.plustar.jp/php/ziparchive.addfromstring.html - [similar]
アーカイブの内容を展開する 3343
« ZipArchive::deleteName ZipArchive::getArchiveComment » PHP Manual ZipArchive アーカイブの内容を ... リの展開 <?php $zip = new ZipArchive ; if ( $zip -> open ( 'test.zip' ) === TRUE ) { $zip -> extractTo ( '/ ... の展開 <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test_im.zip' ); if ( $res === TRUE ) { $zip -> ...
https://man.plustar.jp/php/ziparchive.extractto.html - [similar]
Zip 3308
« RarException::setUsingExceptions はじめに » PHP Manual 圧縮およびアーカイブ Zip Zip はじめに イ ... ーカイブ内のエントリのインデックスを返す ZipArchive::open — ZIP ファイルアーカイブをオープンする ZipArchive: ... e — ディレクトリエントリの名前を取得する zip_entry_open — 読込み用にディレクトリエントリをオープンする zip ... オープンされたディレクトリエントリから読み込む zip_open — Zip ファイルアーカイブをオープンする zip_read — ...
https://man.plustar.jp/php/book.zip.html - [similar]
新規メールボックスへの IMAP ストリームを再度オープンする 3308
« imap_renamemailbox imap_rfc822_parse_adrlist » PHP Manual IMAP 関数 新規メールボックスへの IMA ... P ストリームを再度オープンする imap_reopen (PHP 4, PHP 5, PHP 7, PHP 8) imap_reopen — 新規メー ... スへの IMAP ストリームを再度オープンする 説明 imap_reopen ( IMAP\Connection $imap , string $mailbox , int $f ... インスタンス。 mailbox メールボックス名。詳細は imap_open() を参照ください。 警告 信頼できないデータをこのパ ... を使用せず、更新もしません( NNTP のみ)。 OP_HALFOPEN - IMAP および NNTP 名について、接続をオープンするが ...
https://man.plustar.jp/php/function.imap-reopen.html - [similar]
サーバーを追加する 3308
« radius_acct_open radius_auth_open » PHP Manual Radius 関数 サーバーを追加する radius_add_serve ...
https://man.plustar.jp/php/function.radius-add-server.html - [similar]
Opens a connection to a Microsoft SQL Server database 3308
« sqlsrv_configure sqlsrv_errors » PHP Manual SQLSRV 関数 Opens a connection to a Microsoft SQL ... available, might only be in Git) sqlsrv_connect — Opens a connection to a Microsoft SQL Server database 説 ... serverName , array $connectionInfo = ? ): resource Opens a connection to a Microsoft SQL Server database. ... n resource. If a connection cannot be successfully opened, false is returned. 例 例1 Connect using Windows ... ed to sqlsrv_connect. To change the database on an open connection, execute the following query "USE dbNam ...
https://man.plustar.jp/php/function.sqlsrv-connect.html - [similar]
Firebird/InterBase 関数 3308
« 定義済み定数 fbird_add_user » PHP Manual Firebird/InterBase Firebird/InterBase 関数 Firebird/I ... lob_info — のエイリアス ibase_blob_info fbird_blob_open — のエイリアス ibase_blob_open fbird_close — のエイ ... nfo — blob の長さと他の便利な情報を返す ibase_blob_open — データの一部を取得するために blob をオープンする ...
https://man.plustar.jp/php/ref.ibase.html - [similar]