検索

phrase: max: clip:
target: order:
Results of 471 - 480 of about 567 for [SIMILAR] 16 1024 4096 WITH 17711 deque WITH 565... (0.484 sec.)
オープン中のファイルを FTP サーバーに保存する(非ブロッキング) 0
« ftp_nb_fget ftp_nb_get » PHP Manual FTP 関数 オープン中のファイルを FTP サーバーに保存する(非ブロッキング) ftp_nb_fput (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) ftp_nb_fput — オープン中のファイルを FTP サーバーに保存する(非ブロッキング) 説明 ftp_nb_fput ( FTP\Connection $ftp , string $ ...
https://man.plustar.jp/php/function.ftp-nb-fput.html - [similar]
PHP の配列を Oracle PL/SQL の配列に名前でバインドする 0
« OCI8 関数 oci_bind_by_name » PHP Manual OCI8 関数 PHP の配列を Oracle PL/SQL の配列に名前でバインドする oci_bind_array_by_name (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL OCI8 >= 1.2.0) oci_bind_array_by_name — PHP の配列を Oracle PL/SQL の配列に名前でバインドする 説明 oci_bind_array_by_name ( ...
https://man.plustar.jp/php/function.oci-bind-array-by-name.html - [similar]
ファイルパスに関する情報を返す 0
« parse_ini_string pclose » PHP Manual ファイルシステム 関数 ファイルパスに関する情報を返す pathinfo (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) pathinfo — ファイルパスに関する情報を返す 説明 pathinfo ( string $path , int $flags = PATHINFO_ALL ): array | string pathinfo() は、 path に関する情報 ...
https://man.plustar.jp/php/function.pathinfo.html - [similar]
Parser examples 0
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculator <?php use Parle \{ Parser , ParserException , Lexer , Token }; $p = new Parser ; $p -> token ( "INTEGER" ); $p -> left ( "'+' '-' '*' '/'" ); $p -> push ( "start" , "exp" ); $prod_add = $p ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
外部のパスあるいはファイルを phar アーカイブ内に仮想的にマウントする 0
« Phar::mapPhar Phar::mungServer » PHP Manual Phar 外部のパスあるいはファイルを phar アーカイブ内に仮想的にマウントする Phar::mount (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) Phar::mount — 外部のパスあるいはファイルを phar アーカイブ内に仮想的にマウントする 説明 final public stat ...
https://man.plustar.jp/php/phar.mount.html - [similar]
0
« 定義済み定数 ZipArchive » PHP Manual Zip 例 例 例1 Zip アーカイブの作成 <?php $zip = new ZipArchive (); $filename = "./test112.zip" ; if ( $zip -> open ( $filename , ZipArchive :: CREATE )!== TRUE ) { exit( "cannot open < $filename >\n" ); } $zip -> addFromString ( "testfilephp.txt" . ...
https://man.plustar.jp/php/zip.examples.html - [similar]
Creates a new map by intersecting keys with another map 0
« Ds\Map::hasValue Ds\Map::isEmpty » PHP Manual Map Creates a new map by intersecting keys with another map Ds\Map::intersect (PECL ds >= 1.0.0) Ds\Map::intersect — Creates a new map by intersecting keys with another map 説明 public Ds\Map::intersect ( Ds\Map $map ): Ds\Map Creates a new ...
https://man.plustar.jp/php/ds-map.intersect.html - [similar]
Creates a C data structure 0
« FFI::memset FFI::scope » PHP Manual FFI Creates a C data structure FFI::new (PHP 7 >= 7.4.0, PHP 8) FFI::new — Creates a C data structure 説明 public static FFI::new ( FFI\CType | string $type , bool $owned = true , bool $persistent = false ): ? FFI\CData public FFI::new ( FFI\CType | ...
https://man.plustar.jp/php/ffi.new.html - [similar]
Check whether the instance pointed by OID exists 0
« cubrid_insert_id cubrid_lob_close » PHP Manual CUBRID 関数 Check whether the instance pointed by OID exists cubrid_is_instance (PECL CUBRID >= 8.3.0) cubrid_is_instance — Check whether the instance pointed by OID exists 説明 cubrid_is_instance ( resource $conn_identifier , string $oid ...
https://man.plustar.jp/php/function.cubrid-is-instance.html - [similar]
Adds a record to a database 0
« dBase 関数 dbase_close » PHP Manual dBase 関数 Adds a record to a database dbase_add_record (PHP 5 < 5.3.0, dbase 5, dbase 7) dbase_add_record — Adds a record to a database 説明 dbase_add_record ( resource $database , array $data ): bool Adds the given data to the database. パラメータ ...
https://man.plustar.jp/php/function.dbase-add-record.html - [similar]