検索

phrase: max: clip:
target: order:
Results of 421 - 430 of about 507 for [SIMILAR] 16 1024 4096 WITH 4183 フェ WITH 3950 ... (0.408 sec.)
MySQL 関数 0
« MySQL 拡張モジュールの概要を示す例 mysql_affected_rows » PHP Manual MySQL (最初の API) MySQL 関数 MySQL 関数 注意 注意 : ほとんどの MySQL 関数は、 link_identifier を 最後のパラメータとしてオプションで受け付けます。これを指定しなかった場合、 直近にオープンされた接続が使用されます。もし直 ...
https://man.plustar.jp/php/ref.mysql.html - [similar]
基本的な例 0
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/test.db" , "n" , "db2" ); if (! $id ) { echo "dba_open failed\n" ; exit; } dba_replace ( "key" , "This is an example!" , $id ); if ( dba_exists ( "key" , $id )) { echo dba_fetch ( "key" , $id ); ...
https://man.plustar.jp/php/dba.example.html - [similar]
定義済み定数 0
« リソース型 Fileinfo 関数 » PHP Manual Fileinfo 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 FILEINFO_NONE ( int ) 特別な処理を行いません。 FILEINFO_SYMLINK ...
https://man.plustar.jp/php/fileinfo.constants.html - [similar]
ファイルポインタから1文字取り出す 0
« fflush fgetcsv » PHP Manual ファイルシステム 関数 ファイルポインタから1文字取り出す fgetc (PHP 4, PHP 5, PHP 7, PHP 8) fgetc — ファイルポインタから1文字取り出す 説明 fgetc ( resource $stream ): string | false 指定したファイルポインタから 1 文字読み出します。 パラメータ stream ファイルポ ...
https://man.plustar.jp/php/function.fgetc.html - [similar]
バイナリ対応のgzファイル読み込み 0
« gzputs gzrewind » PHP Manual Zlib 関数 バイナリ対応のgzファイル読み込み gzread (PHP 4, PHP 5, PHP 7, PHP 8) gzread — バイナリ対応のgzファイル読み込み 説明 gzread ( resource $stream , int $length ): string | false gzread() は、最大 length バイトのデータを zp が指す gz ファイルポインタ か ...
https://man.plustar.jp/php/function.gzread.html - [similar]
残りのストリームを文字列に読み込む 0
« stream_filter_remove stream_get_filters » PHP Manual ストリーム 関数 残りのストリームを文字列に読み込む stream_get_contents (PHP 5, PHP 7, PHP 8) stream_get_contents — 残りのストリームを文字列に読み込む 説明 stream_get_contents ( resource $stream , ? int $length = null , int $offset = ...
https://man.plustar.jp/php/function.stream-get-contents.html - [similar]
指定されたデリミタの位置までのデータを一行分としてストリームから読み込む 0
« stream_get_filters stream_get_meta_data » PHP Manual ストリーム 関数 指定されたデリミタの位置までのデータを一行分としてストリームから読み込む stream_get_line (PHP 5, PHP 7, PHP 8) stream_get_line — 指定されたデリミタの位置までのデータを一行分としてストリームから読み込む 説明 stream_get ...
https://man.plustar.jp/php/function.stream-get-line.html - [similar]
指定されたストリームのファイル書き込みバッファリングを有効にする 0
« stream_set_timeout stream_socket_accept » PHP Manual ストリーム 関数 指定されたストリームのファイル書き込みバッファリングを有効にする stream_set_write_buffer (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) stream_set_write_buffer — 指定されたストリームのファイル書き込みバッファリングを有効にする ...
https://man.plustar.jp/php/function.stream-set-write-buffer.html - [similar]
はじめに 0
« xdiff インストール/設定 » PHP Manual xdiff はじめに はじめに xdiff 拡張モジュールを使用すると、 異なるリビジョンのファイルの差分を含むパッチファイルの作成やその適用ができるようになります。 この拡張モジュールは、文字列に対する操作とファイルに対する操作の 2 通りのモードに対応しています。 ...
https://man.plustar.jp/php/intro.xdiff.html - [similar]
Windows のサポート 0
« その他の変更 PHP 7.2.x から PHP 7.3.x への移行 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 Windows のサポート Windows のサポート configure フラグ configure コマンドは、 CFLAGS や LDFLAGS を環境変数と見なすようになりました。 CTRLキーの扱い sapi_windows_set_ctrl_handler() 関数でハンド ...
https://man.plustar.jp/php/migration74.windows-support.html - [similar]