検索

phrase: max: clip:
target: order:
Results of 371 - 380 of about 745 for 存在 (0.021 sec.)
Zip ファイルアーカイブをオープンする 3166
« zip_entry_read zip_read » PHP Manual Zip 関数 Zip ファイルアーカイブをオープンする zip_open (P ... で使用されるリソースハンドル、または、 filename が存在しない場合やその他のエラーが発生した場合は false か ...
https://man.plustar.jp/php/function.zip-open.html - [similar]
パッケージの使用 3166
« macOS へのインストール macOS Monterey より前のバージョンにバンドルされている、PHP の使用法 » P ... macOS 用にコンパイルされた PHP パッケージがいくつか存在します。 一般的なセットアップを行うにあたって、利用す ...
https://man.plustar.jp/php/install.macosx.packages.html - [similar]
共有 PECL 拡張モジュールを、pecl コマンドを用いてコンパイルする 3166
« PHP 拡張モジュールの Windows へのインストール phpize で共有 PECL 拡張モジュールをコンパイルする ... ケージをインストールしません。 stable なパッケージが存在しない場合は、以下のコマンドを使用して beta パッケー ...
https://man.plustar.jp/php/install.pecl.pear.html - [similar]
はじめに 3166
« PDO インストール/設定 » PHP Manual PDO はじめに はじめに PHP Data Objects ( PDO ) 拡張モジュー ... を行うのでは ありません 。つまり、SQL を書き直したり 存在しない機能をエミュレートしたりはしないということです ...
https://man.plustar.jp/php/intro.pdo.html - [similar]
クラスの基礎 3166
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラス ... のプロパティとメソッドは、それぞれ別の "名前空間" に存在するので、 同じ名前のプロパティとメソッドを共存させる ... 行われていないということです。 結果的に、クラスがまだ存在しない時点でクラス名が展開されることになります。 この ... 場合にはエラーは発生しません。 例16 クラス名が存在しない場合の名前解決 <?php print Does \ Not \ Exist ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
入力ロケールの変化系を取得する 3166
« Locale::filterMatches Locale::getDefault » PHP Manual Locale 入力ロケールの変化系を取得する Lo ... ケールのすべての variant サブタグを含む配列、あるいは存在しない場合に null を返します。 locale の長さが INTL_ ...
https://man.plustar.jp/php/locale.getallvariants.html - [similar]
INTL のグローバル 'default_locale' からデフォルトのロケールを取得する 3166
« Locale::getAllVariants Locale::getDisplayLanguage » PHP Manual Locale INTL のグローバル 'defau ... の 'intl.default_locale' の値となります。 この値が存在しない場合は ICU の関数 uloc_getDefault() で取得しま ...
https://man.plustar.jp/php/locale.getdefault.html - [similar]
入力ロケールの地域を取得する 3166
« Locale::getPrimaryLanguage Locale::getScript » PHP Manual Locale 入力ロケールの地域を取得する ... このロケールの地域サブタグを返します。 地域サブタグが存在しない場合は null を返します。 locale の長さが INTL_ ...
https://man.plustar.jp/php/locale.getregion.html - [similar]
項目の値を増やす 3166
« Memcache::getVersion Memcache::pconnect » PHP Manual Memcache 項目の値を増やす Memcache::incre ... なります。 Memcache::increment() は、指定した項目が 存在しない場合に項目を作成することは ありません 。 注意 ...
https://man.plustar.jp/php/memcache.increment.html - [similar]
データを既存のアイテムに追記する 3166
« Memcached::addServers Memcached::appendByKey » PHP Manual Memcached データを既存のアイテムに追 ... を返します。 Memcached::getResultCode() は、キーが存在しない場合に Memcached::RES_NOTSTORED を返します。 例 ...
https://man.plustar.jp/php/memcached.append.html - [similar]