検索

phrase: max: clip:
target: order:
Results of 591 - 600 of about 661 for Open (0.292 sec.)
どのライブラリを選ぶか 2985
« どの API を使うか コンセプト » PHP Manual MySQL 用 PHP ドライバの概要 どのライブラリを選ぶか ど ... o パフォーマンス統計 Yes No LOAD LOCAL INFILE での open_basedir の反映 Yes No PHP ネイティブのメモリ管理シ ...
https://man.plustar.jp/php/mysqlinfo.library.choosing.html - [similar]
既存のラージオブジェクトのストリームをオープンする 2985
« PDO::pgsqlLOBCreate PDO::pgsqlLOBUnlink » PHP Manual PostgreSQL (PDO) 既存のラージオブジェクト ... のストリームをオープンする PDO::pgsqlLOBOpen (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL pdo_pgsql >= 1 ... .0.2) PDO::pgsqlLOBOpen — 既存のラージオブジェクトのストリームをオープンす ... る 説明 public PDO::pgsqlLOBOpen ( string $oid , string $mode = "rb" ): resource | ... false PDO::pgsqlLOBOpen() は、 oid が指すデータにアクセスするためのストリー ...
https://man.plustar.jp/php/pdo.pgsqllobopen.html - [similar]
エントリの属性を取得する 2985
« RarEntry::extract RarEntry::getCrc » PHP Manual RarEntry エントリの属性を取得する RarEntry::ge ... 例1 RarEntry::getAttr() の例 <?php $rar_file = rar_open ( 'example.rar' ) or die( "Rar アーカイブのオープン ...
https://man.plustar.jp/php/rarentry.getattr.html - [similar]
ストリームラッパーとして登録するクラスの例 2985
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... m { var $position ; var $varname ; function stream_open ( $path , $mode , $options , & $opened_path ) { $u ... iled to register protocol" ); $myvar = "" ; $fp = fopen ( "var://myvar" , "r+" ); fwrite ( $fp , "line1\n" ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
ストリームメタデータを変更する 2985
« streamWrapper::stream_lock streamWrapper::stream_open » PHP Manual streamWrapper ストリームメタ ...
https://man.plustar.jp/php/streamwrapper.stream-metadata.html - [similar]
指定したパスからファイルを ZIP アーカイブに追加する 2985
« ZipArchive::addEmptyDir ZipArchive::addFromString » PHP Manual ZipArchive 指定したパスからファ ... よび追加 <?php $zip = new ZipArchive ; if ( $zip -> open ( 'test.zip' ) === TRUE ) { $zip -> addFile ( '/pa ...
https://man.plustar.jp/php/ziparchive.addfile.html - [similar]
名前を使用して、エントリのファイルハンドラ (読み込み専用) を取得する 2985
« ZipArchive::getStatusString ZipArchive::getStreamIndex » PHP Manual ZipArchive 名前を使用して、 ... contents = '' ; $z = new ZipArchive (); if ( $z -> open ( 'test.zip' )) { $fp = $z -> getStream ( 'test' ) ... echo "終了\n" ; } ?> 例2 先ほどの例と同じことを、 fopen() および zip ストリームラッパーで行う <?php $conte ... nts = '' ; $fp = fopen ( 'zip://' . dirname ( __FILE__ ) . '/test.zip#tes ...
https://man.plustar.jp/php/ziparchive.getstream.html - [similar]
Mcrypt 2949
« hash はじめに » PHP Manual 暗号 Mcrypt Mcrypt はじめに インストール/設定 要件 インストール手順 ... _enc_get_algorithms_name — Returns the name of the opened algorithm mcrypt_enc_get_block_size — Returns th ... e blocksize of the opened algorithm mcrypt_enc_get_iv_size — オープンされた ... ードがブロック出力を行うかどうかを返す mcrypt_module_open — 使用するアルゴリズムおよびモードのモジュールをオ ...
https://man.plustar.jp/php/book.mcrypt.html - [similar]
SQLite3 2949
« PgSql\Lob はじめに » PHP Manual ベンダー固有のモジュール SQLite3 SQLite3 はじめに インストール ... tension — SQLite 拡張ライブラリを読み込む SQLite3::open — SQLite データベースをオープンする SQLite3::openB ...
https://man.plustar.jp/php/book.sqlite3.html - [similar]
タイムゾーンの変遷を返す 2949
« DateTimeZone::getOffset DateTimeZone::listAbbreviations » PHP Manual DateTimeZone タイムゾーン ... y | false パラメータ object 手続き型のみ: timezone_open() が返す DateTimeZone オブジェクト timestampBegin ...
https://man.plustar.jp/php/datetimezone.gettransitions.html - [similar]