Results of 1 - 10 of about 36 for inc (0.024 sec.)
- 保存した数値を増やす 14089
- « apcu_fetch apcu_key_info » PHP Manual APCu 関数 保存した数値を増やす apcu_inc (PECL apcu >= 4.
...
0.0) apcu_inc — 保存した数値を増やす 説明 apcu_inc ( string $key ...
します。 失敗した場合に false を返します 例 例1 apcu_inc() の例 <?php echo "Let's do something with success ...
echo apcu_fetch ( 'anumber' ), PHP_EOL ; echo apcu_inc ( 'anumber' ), PHP_EOL ; echo apcu_inc ( 'anumber' ...
, 10 ), PHP_EOL ; echo apcu_inc ( 'anumber' , 10 , $success ), PHP_EOL ; var_dump ...
-
https://man.plustar.jp/php/function.apcu-inc.html
- [similar]
- キーに関連づけられた値を増加させる 14010
- « wincache_ucache_get wincache_ucache_info » PHP Manual WinCache 関数 キーに関連づけられた値を増
...
加させる wincache_ucache_inc (PECL wincache >= 1.1.0) wincache_u ...
cache_inc — キーに関連づけられた値を増加させる 説明 wincache ...
_ucache_inc ( string $key , int $inc_by = 1 , bool &$success = ...
? ): mixed key に関連づけられた値を、1 あるいは inc_by で指定した数だけ増やします。 パラメータ key 変数 ...
-
https://man.plustar.jp/php/function.wincache-ucache-inc.html
- [similar]
- ファイルパスに関する情報を返す 9636
- « parse_ini_string pclose » PHP Manual ファイルシステム 関数 ファイルパスに関する情報を返す path
...
) の例 <?php $path_parts = pathinfo ( '/www/htdocs/inc/lib.inc.php' ); echo $path_parts [ 'dirname' ], "\ ...
n" ; ?> 上の例の出力は以下となります。 /www/htdocs/inc lib.inc.php php lib.inc 例2 pathinfo() での、拡張子 ...
-
https://man.plustar.jp/php/function.pathinfo.html
- [similar]
- オブジェクトのシリアライズ 9081
- « オブジェクトと参照 共変性と反変性 » PHP Manual クラスとオブジェクト オブジェクトのシリアライズ
...
とえばクラス A の定義を別ファイルに書き出してそれを include したり spl_autoload_register() 関数を使ったりし ...
ます。 <?php // classa.inc: class A { public $one = 1 ; public function show_ ...
one () { echo $this -> one ; } } // page1.php: include( "classa.inc" ); $a = new A ; $s = serialize ( ...
シリアライズした文字列を復元するには、これが必要です include( "classa.inc" ); $s = file_get_contents ( 'sto ...
-
https://man.plustar.jp/php/language.oop5.serialization.html
- [similar]
- include_path 設定オプションの値を元に戻す 8447
- « putenv set_include_path » PHP Manual PHP オプション/情報 関数 include_path 設定オプションの値を
...
元に戻す restore_include_path (PHP 4 >= 4.3.0, PHP 5, PHP 7) restore_in ...
clude_path — include_path 設定オプションの値を元に戻す 警告 この関数 ...
の関数に頼らないことを強く推奨します。 説明 restore_include_path (): void include_path 設定値を php.ini で ...
ありません。 戻り値 値を返しません。 例 例1 restore_include_path() の例 <?php echo get_include_path (); // ...
-
https://man.plustar.jp/php/function.restore-include-path.html
- [similar]
- CSR の subject を返す 8130
- « openssl_csr_get_public_key openssl_csr_new » PHP Manual OpenSSL 関数 CSR の subject を返す ope
...
bject = array( "countryName" => "CA" , "stateOrProvinceName" => "Alberta" , "localityName" => "Calgary" , ...
"organizationName" => "XYZ Widgets Inc" , "organizationalUnitName" => "PHP Documentation ...
[ST] => Alberta [L] => Calgary [O] => XYZ Widgets Inc [OU] => PHP Documentation Team [CN] => Wez Furlong ...
-
https://man.plustar.jp/php/function.openssl-csr-get-subject.html
- [similar]
- テスト 7972
- « インストール手順 実行時設定 » PHP Manual インストール/設定 テスト テスト OCI8 のテストスイート
...
記録されます。 PHP のテストを実行する前に、 details.inc を編集して $user、$password と接続文字列 $dbase を ...
バーに接続するための接続文字列を指定します。 details.inc を編集する以外の方法として、 次のように環境変数で設 ...
-
https://man.plustar.jp/php/oci8.test.html
- [similar]
- トレイト 7892
- « オブジェクト インターフェイス 無名クラス » PHP Manual クラスとオブジェクト トレイト トレイト P
...
9 static変数 <?php trait Counter { public function inc () { static $c = 0 ; $c = $c + 1 ; echo " $c \n" ; ...
} class C2 { use Counter ; } $o = new C1 (); $o -> inc (); // 1 と表示 $p = new C2 (); $p -> inc (); // 1 ...
-
https://man.plustar.jp/php/language.oop5.traits.html
- [similar]
- AS番号(ASN) を取得する 7734
- « GeoIP 関数 geoip_continent_code_by_name » PHP Manual GeoIP 関数 AS番号(ASN) を取得する geoip_a
...
となります。 The ASN is: AS15133 EdgeCast Networks, Inc 関連キーワード: 番号 , ASN , 取得 , geoip , asnum ...
-
https://man.plustar.jp/php/function.geoip-asnum-by-name.html
- [similar]
- APCu 関数 7655
- « 定義済み定数 apcu_add » PHP Manual APCu APCu 関数 APCu 関数 目次 apcu_add — 新規の変数をデータ
...
— 格納されている変数をキャッシュから取得する apcu_inc — 保存した数値を増やす apcu_key_info — キャッシュの ...
-
https://man.plustar.jp/php/ref.apcu.html
- [similar]