検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 58 for bin (0.003 sec.)
ファイルが実行可能かどうかを調べる 8211
« SplFileInfo::isDir SplFileInfo::isFile » PHP Manual SplFileInfo ファイルが実行可能かどうかを調 ... table() の例 <?php $info = new SplFileInfo ( '/usr/bin/php' ); var_dump ( $info -> isExecutable ()); $inf ... o = new SplFileInfo ( '/usr/bin' ); var_dump ( $info -> isExecutable ()); $info = ...
https://man.plustar.jp/php/splfileinfo.isexecutable.html - [similar]
ファイル名を除いたパスを取得する 8094
« SplFileInfo::getOwner SplFileInfo::getPathInfo » PHP Manual SplFileInfo ファイル名を除いたパス ... tPath() の例 <?php $info = new SplFileInfo ( '/usr/bin/php' ); var_dump ( $info -> getPath ()); $info = n ... は、 たとえば以下のようになります。 string(8) "/usr/bin" string(4) "/usr" 参考 SplFileInfo::getRealPath() ...
https://man.plustar.jp/php/splfileinfo.getpath.html - [similar]
パスの SplFileInfo オブジェクトを取得する 7977
« SplFileInfo::getPath SplFileInfo::getPathname » PHP Manual SplFileInfo パスの SplFileInfo オブ ... hInfo() の例 <?php $info = new SplFileInfo ( '/usr/bin/php' ); $parent_info = $info -> getPathInfo (); va ... は、 たとえば以下のようになります。 string(8) "/usr/bin" 参考 SplFileInfo::setInfoClass() - SplFileInfo::g ...
https://man.plustar.jp/php/splfileinfo.getpathinfo.html - [similar]
2 進数 を 10 進数に変換する 7860
« base_convert ceil » PHP Manual Math 関数 2 進数 を 10 進数に変換する bindec (PHP 4, PHP 5, PHP ... 7, PHP 8) bindec — 2 進数 を 10 進数に変換する 説明 bindec ( str ... ing $binary_string ): int | float 引数 binary_string により ... 指定された 2 進数と等価な 10 進数を返します。 bindec() は、2 進数を int に変換します。 サイズの問題に ... より、必要に応じて float となることもあります。 bindec() は、すべての binary_string 値を符号なし整数と ...
https://man.plustar.jp/php/function.bindec.html - [similar]
接続を初期化する 7625
« gnupg_import gnupg_keyinfo » PHP Manual GnuPG 関数 接続を初期化する gnupg_init (PECL gnupg >= ... の例 <?php $res = gnupg_init ([ "file_name" => "/usr/bin/gpg2" , "home_dir" => "/var/www/.gnupg" ]); ?> 例3 ... る例 <?php $gpg = new gnupg ([ "file_name" => "/usr/bin/gpg2" , "home_dir" => "/var/www/.gnupg" ]); ?> 関連 ...
https://man.plustar.jp/php/function.gnupg-init.html - [similar]
Apache 2.x (Unixシステム用) 7508
« Unix システムへのインストール Nginx 1.4.x (Unix システム用) » PHP Manual Unix システムへのイン ... Apache サーバーを立ち上げます。 /usr/local/apache2/bin/apachectl start サーバーを止めて、PHP 用の設定を進 ... めましょう。 /usr/local/apache2/bin/apachectl stop PHP の configure を行います。ここで ... php-NN ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-pdo-mysql make make install configure ... 、通常の手順通り、起動させます。 /usr/local/apache2/bin/apachectl start OR service httpd restart 上記の手順 ...
https://man.plustar.jp/php/install.unix.apache2.html - [similar]
文字列から、ファイルを phar アーカイブに追加する 7391
« Phar::addFile Phar::apiVersion » PHP Manual Phar 文字列から、ファイルを phar アーカイブに追加す ... Set() を使用します $c = fopen ( '/path/to/hugefile.bin' ); $a [ 'largefile.bin' ] = $c ; fclose ( $c ); } ...
https://man.plustar.jp/php/phar.addfromstring.html - [similar]
ファイルシステム上のファイルを tar/zip アーカイブに追加する 7391
« PharData::addFile PharData::buildFromDirectory » PHP Manual PharData ファイルシステム上のファイ ... Set() を使用します $c = fopen ( '/path/to/hugefile.bin' ); $a [ 'largefile.bin' ] = $c ; fclose ( $c ); } ...
https://man.plustar.jp/php/phardata.addfromstring.html - [similar]
rtrim のエイリアス 7172
« bin2hex chr » PHP Manual String 関数 rtrim のエイリアス chop (PHP 4, PHP 5, PHP 7, PHP 8) chop ... ます。 関連キーワード: rtrim , 関数 , chop , 注意 , bin , hex , chr , 末尾 , 文字 , 削除 ...
https://man.plustar.jp/php/function.chop.html - [similar]
実行時設定 7172
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... endmail_from NULL PHP_INI_ALL sendmail_path "/usr/sbin/sendmail -t -i" PHP_INI_SYSTEM PHP_INI_* モードの詳 ... il プログラムを探すパスを指定します。 通常、 /usr/sbin/sendmail または /usr/lib/sendmail です。 configure ... ります。例えば、 » Qmail ユーザーは、通常 /var/qmail/bin/sendmail または /var/qmail/bin/qmail-inject に設定 ...
https://man.plustar.jp/php/mail.configuration.html - [similar]
PREV 1 2 3 4 5 6 NEXT