検索

phrase: max: clip:
target: order:
Results of 461 - 470 of about 511 for PATH (0.035 sec.)
S/MIME メッセージを暗号化する 3322
« openssl_pkcs7_decrypt openssl_pkcs7_read » PHP Manual OpenSSL 関数 S/MIME メッセージを暗号化す ... ジを暗号化し、送信します! exec ( ini_get ( "sendmail_path" ) . " < enc.txt" ); } ?> 関連キーワード: 暗号 , メ ...
https://man.plustar.jp/php/function.openssl-pkcs7-encrypt.html - [similar]
S/MIME メッセージに署名する 3322
« openssl_pkcs7_read openssl_pkcs7_verify » PHP Manual OpenSSL 関数 S/MIME メッセージに署名する ... れました。送信しましょう! exec ( ini_get ( "sendmail_path" ) . " < signed.txt" ); } ?> 関連キーワード: 署名 ...
https://man.plustar.jp/php/function.openssl-pkcs7-sign.html - [similar]
プロセスへのファイルポインタをオープンする 3322
« pclose readfile » PHP Manual ファイルシステム 関数 プロセスへのファイルポインタをオープンする ... 、標準エラー出力を取得します */ $handle = popen ( '/path/to/executable 2>&1' , 'r' ); echo "' $handle '; " ...
https://man.plustar.jp/php/function.popen.html - [similar]
ディレクトリハンドルからエントリを読み込む 3322
« opendir rewinddir » PHP Manual ディレクトリ 関数 ディレクトリハンドルからエントリを読み込む re ... てしまうからです。 <?php if ( $handle = opendir ( '/path/to/files' )) { echo "Directory handle: $handle \n" ...
https://man.plustar.jp/php/function.readdir.html - [similar]
サーバーをサーバープールに追加する 3322
« Memcached::addByKey Memcached::addServers » PHP Manual Memcached サーバーをサーバープールに追加 ... .0.0b1 以降では、このパラメータにソケットのパス ( /path/to/memcached.sock など) を指定すると、 UNIX ドメイ ...
https://man.plustar.jp/php/memcached.addserver.html - [similar]
新機能 3322
« PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 » PHP Manual PHP 7.4.x から PHP 8.0.x ... b() と ZipArchive::addPattern() メソッドの 'remove_path' オプションは、 ( 'add_path' オプションと一貫性を保 ...
https://man.plustar.jp/php/migration80.new-features.html - [similar]
現在の tar/zip アーカイブ内のすべてのファイルを圧縮する 3322
« PharData::compress PharData::__construct » PHP Manual PharData 現在の tar/zip アーカイブ内のす ... Data::compressFiles() の例 <?php $p = new Phar ( '/path/to/my.phar' , 0 , 'my.phar' ); $p [ 'myfile.txt' ] ...
https://man.plustar.jp/php/phardata.compressfiles.html - [similar]
現在の zip アーカイブ内のすべてのファイルの圧縮を解除する 3322
« PharData::decompress PharData::delMetadata » PHP Manual PharData 現在の zip アーカイブ内のすべ ... decompressFiles() の例 <?php $p = new PharData ( '/path/to/my.zip' ); $p [ 'myfile.txt' ] = 'hi' ; $p [ 'm ...
https://man.plustar.jp/php/phardata.decompressfiles.html - [similar]
現在の Phar エントリを zlib あるいは bzip2 のいずれかで圧縮する 3322
« PharFileInfo::chmod PharFileInfo::__construct » PHP Manual PharFileInfo 現在の Phar エントリを ... nfo::compress() の例 <?php try { $p = new Phar ( '/path/to/my.phar' , 0 , 'my.phar' ); $p [ 'myfile.txt' ] ...
https://man.plustar.jp/php/pharfileinfo.compress.html - [similar]
The EvLoop class 3290
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... iority = 0 ): EvSignal final public stat ( string $path , float $interval , callable $callback , mixed $da ...
https://man.plustar.jp/php/class.evloop.html - [similar]