検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 41 for share (0.005 sec.)
CurlShareHandle クラス 7926
« CurlMultiHandle CURLFile » PHP Manual cURL CurlShareHandle クラス CurlShareHandle クラス (PHP ... 8) はじめに PHP 8.0.0 以降、 curl_share リソースを置き換える完全不透明クラスです。 クラス概 ... 要 final class CurlShareHandle { } 関連キーワード: クラス , CurlShareHandle ... , CurlMultiHandle , CURLFile , cURL , share , リソース , 概要 , final , ...
https://man.plustar.jp/php/class.curlsharehandle.html - [similar]
バンドル内の要素数を取得する 7522
« ResourceBundle ResourceBundle::create » PHP Manual ResourceBundle バンドル内の要素数を取得する ... の例 <?php $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo resourcebundle_count ( $r ); ? ... 向の例 <?php $r = new ResourceBundle ( 'es' , "/usr/share/data/myapp" ); echo $r -> count (); ?> 上の例の出力 ...
https://man.plustar.jp/php/resourcebundle.count.html - [similar]
ドメインのパスを取得/設定する 7398
« bind_textdomain_codeset dcgettext » PHP Manual Gettext 関数 ドメインのパスを取得/設定する bind ... = 'myapp' ; echo bindtextdomain ( $domain , '/usr/share/myapp/locale' ); ?> 上の例の出力は以下となります。 ... /usr/share/myapp/locale 注意 注意 : bindtextdomain() 関数の情 ...
https://man.plustar.jp/php/function.bindtextdomain.html - [similar]
サポートするロケールを取得する 7398
« ResourceBundle::get Spoofchecker » PHP Manual ResourceBundle サポートするロケールを取得する Re ... sourcebundle_locales() の例 <?php $bundle = "/user/share/data/myapp" ; echo join ( PHP_EOL , resourcebundle ... oot 例2 オブジェクト指向の例 <?php $bundle = "/usr/share/data/myapp" ; $r = new ResourceBundle ( 'es' , $bu ...
https://man.plustar.jp/php/resourcebundle.locales.html - [similar]
リソースバンドルを作成する 7351
« ResourceBundle::count ResourceBundle::getErrorCode » PHP Manual ResourceBundle リソースバンドル ... の例 <?php $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'teststring' ]; ?> 例2 Re ... <?php $r = ResourceBundle :: create ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'teststring' ]; ?> 上の例 ...
https://man.plustar.jp/php/resourcebundle.create.html - [similar]
バンドルの直近のエラーコードを取得する 7351
« ResourceBundle::create ResourceBundle::getErrorMessage » PHP Manual ResourceBundle バンドルの直 ... の例 <?php $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( intl_ ... 向の例 <?php $r = new ResourceBundle ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( intl_ ...
https://man.plustar.jp/php/resourcebundle.geterrorcode.html - [similar]
バンドルからデータを取得する 7305
« ResourceBundle::getErrorMessage ResourceBundle::getLocales » PHP Manual ResourceBundle バンドル ... の例 <?php $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo resourcebundle_get ( $r , 'som ... 向の例 <?php $r = new ResourceBundle ( 'es' , "/usr/share/data/myapp" ); echo $r -> get ( 'somestring' ); ?> ...
https://man.plustar.jp/php/resourcebundle.get.html - [similar]
バンドルの直近のエラーメッセージを取得する 7305
« ResourceBundle::getErrorCode ResourceBundle::get » PHP Manual ResourceBundle バンドルの直近のエ ... の例 <?php $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( intl_ ... 向の例 <?php $r = new ResourceBundle ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( intl_ ...
https://man.plustar.jp/php/resourcebundle.geterrormessage.html - [similar]
すべての GeoIP データベース形式についての詳細情報を返す 7211
« geoip_db_filename geoip_domain_by_name » PHP Manual GeoIP 関数 すべての GeoIP データベース形式 ... P Country Edition" ["filename"]=> string(32) "/usr/share/GeoIP/GeoIP.dat" } [ ... ] [11]=> array(3) { ["ava ... main Name Edition" ["filename"]=> string(38) "/usr/share/GeoIP/GeoIPDomain.dat" } } 例2 geoip_db_get_all_in ...
https://man.plustar.jp/php/function.geoip-db-get-all-info.html - [similar]
ファイルまたはディレクトリが存在するかどうか調べる 7165
« fgetss file_get_contents » PHP Manual ファイルシステム 関数 ファイルまたはディレクトリが存在す ... ワーク共有上のファイルを調べるには、 //computername/share/filename または \\computername\share\filename のよ ...
https://man.plustar.jp/php/function.file-exists.html - [similar]
PREV 1 2 3 4 5 NEXT