検索

phrase: max: clip:
target: order:
Results of 781 - 790 of about 927 for create (0.356 sec.)
ファイルの SplFileObject オブジェクトを取得する 2754
« SplFileInfo::isWritable SplFileInfo::setFileClass » PHP Manual SplFileInfo ファイルの SplFileO ... le text" ); } ?> 参考 SplFileObject stream_context_create() - ストリームコンテキストを作成する fopen() - ファ ...
https://man.plustar.jp/php/splfileinfo.openfile.html - [similar]
新しいファイルオブジェクトを作成する 2754
« SplFileObject SplFileObject::current » PHP Manual SplFileObject 新しいファイルオブジェクトを作 ... e_path を探索するかどうか。 context stream_context_create() で作られる有効なコンテキストリソース。 エラー / ...
https://man.plustar.jp/php/splfileobject.construct.html - [similar]
定義済み定数 2754
« リソース型 SQLite3 » PHP Manual SQLite3 定義済み定数 定義済み定数 以下の定数が定義されています ... き両用でオープンすることを指定します。 SQLITE3_OPEN_CREATE ( int ) データベースが存在しない場合に SQLite3 デー ... 指定します。 SQLITE3_DETERMINISTIC ( int ) SQLite3::createFunction() で作成する関数が決定論的であることを指定 ...
https://man.plustar.jp/php/sqlite3.constants.html - [similar]
SQLのcollate関数として使うPHP関数を登録する 2754
« SQLite3::createAggregate SQLite3::createFunction » PHP Manual SQLite3 SQLのcollate関数として使 ... うPHP関数を登録する SQLite3::createCollation (PHP 5 >= 5.3.11, PHP 7, PHP 8) SQLite3:: ... 関数として使うPHP関数を登録する 説明 public SQLite3::createCollation ( string $name , callable $callback ): bo ... 、失敗した場合に false を返します。 例 例1 SQLite3::createCollation() の例 SQLite3 データベースの中で、シーケ ... p $db = new SQLite3 ( ":memory:" ); $db -> exec ( "CREATE TABLE test (col1 string)" ); $db -> exec ( "INSERT ...
https://man.plustar.jp/php/sqlite3.createcollation.html - [similar]
実行時設定 2754
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... タイムスタンプに変換します。 2 を設定すると、 date_create() を使って timestamp 値を DateTime オブジェクトに変 ...
https://man.plustar.jp/php/yaml.configuration.html - [similar]
内容を指定して、ファイルを ZIP アーカイブに追加する 2754
« ZipArchive::addFile ZipArchive::addGlob » PHP Manual ZipArchive 内容を指定して、ファイルを ZIP ... ; $res = $zip -> open ( 'test.zip' , ZipArchive :: CREATE ); if ( $res === TRUE ) { $zip -> addFromString ( ...
https://man.plustar.jp/php/ziparchive.addfromstring.html - [similar]
ディレクトリから、PCRE パターンを使ってファイルを追加する 2754
« ZipArchive::addGlob ZipArchive::clearError » PHP Manual ZipArchive ディレクトリから、PCRE パタ ... = $zip -> open ( 'application.zip' , ZipArchive :: CREATE | ZipArchive :: OVERWRITE ); if ( $ret !== TRUE ) ...
https://man.plustar.jp/php/ziparchive.addpattern.html - [similar]
アーカイブ内のエントリのインデックスを返す 2754
« ZipArchive::isEncryptionMethodSupported ZipArchive::open » PHP Manual ZipArchive アーカイブ内の ... rchive ; if ( $zip -> open ( $file , ZipArchive :: CREATE ) !== TRUE ) { exit( '失敗' ); } $zip -> addFromSt ...
https://man.plustar.jp/php/ziparchive.locatename.html - [similar]
名前で定義されたエントリの暗号化方式を設定する 2754
« ZipArchive::setEncryptionIndex ZipArchive::setExternalAttributesIndex » PHP Manual ZipArchive ... (); if ( $zip -> open ( 'test.zip' , ZipArchive :: CREATE ) === TRUE ) { $zip -> setPassword ( 'secret' ); $ ...
https://man.plustar.jp/php/ziparchive.setencryptionname.html - [similar]
Main interface to C code and data 2722
« A Complete PHP/FFI/preloading Example FFI::addr » PHP Manual FFI Main interface to C code and ... = 7.4.0, PHP 8) はじめに Objects of this class are created by the factory methods FFI::cdef() , FFI::load() ... the FFI instance. Declared C types can be used to create new C data structures using FFI::new() and FFI::ty ... ( FFI\CData &$ptr ): FFI\CType } 目次 FFI::addr — Creates an unmanaged pointer to C data FFI::alignof — Get ... ype FFI::cast — Performs a C type cast FFI::cdef — Creates a new FFI object FFI::free — Releases an unmanage ...
https://man.plustar.jp/php/class.ffi.html - [similar]