Results of 1 - 10 of about 734 for s (0.004 sec.)
- PHP DTrace 静的プローブとともに SystemTap を使用 6546
- « PHP および DTrace の使用 関数リファレンス » PHP Manual DTrace 動的トレーシング PHP DTrace 静的
...
プローブとともに SystemTap を使用 PHP DTrace 静的プローブとともに Sys ...
、 PHP の静的な DTrace プローブをトレースするために SystemTap トレーシング・ユーティリティを使用できます ...
これは、PHP 5.4.20 および PHP 5.5 で使用できます。 SystemTap とともに PHP をインストール SystemTap SDT ...
開発パッケージをインストールします。 # yum install systemtap-sdt-devel DTrace プローブが有効化され ...
-
https://man.plustar.jp/php/features.dtrace.systemtap.html
- [similar]
- 利用例 6435
- « 例 Gender\Gender » PHP Manual 例 利用例 利用例 Gender クラスの利用例です。 例1 利用例 <?php na
...
mespace Gender ; $gender = new Gender ; $name = "Milen ...
e" ; $country = Gender :: FRANCE ; $result = $gender -> get ( $name , $country ); $data = ...
$gender -> country ( $country ); switch( $result ) { case Gender :: IS_FEMALE : print ...
f ( "%sは、%sでは女性の名前です。\n" , $name , $data [ 'cou ...
-
https://man.plustar.jp/php/gender.example.admin.html
- [similar]
- 定義済み定数 6373
- « リソース型 ダイレクト IO 関数 » PHP Manual ダイレクト IO 定義済み定数 定義済み定数 以下の定数が
...
F_GETLK ( int ) F_GETOWN ( int ) F_RDLCK ( int ) F_SETFL ( int ) F_SETLK ( int ) F_SETLKW ( int ) F_SET ...
_UNLCK ( int ) F_WRLCK ( int ) O_APPEND ( int ) O_ASYNC ( int ) O_CREAT ( int ) O_EXCL ( int ) O_NDELAY ...
NONBLOCK ( int ) O_RDONLY ( int ) O_RDWR ( int ) O_SYNC ( int ) O_TRUNC ( int ) O_WRONLY ( int ) S_IRGR ...
P ( int ) S_IROTH ( int ) S_IRUSR ( int ) S_IRWXG ( int ) S_IR ...
-
https://man.plustar.jp/php/dio.constants.html
- [similar]
- PHP および DTrace の使用 6090
- « PHP および DTrace への入門 PHP DTrace 静的プローブとともに SystemTap を使用 » PHP Manual DTrac
...
成できます。 DTrace 静的プローブのために PHP を構成 OS の DTrace サポートを有効にするには、 プラットフォー ...
では UEK3 を起動して下記を行います。 # modprobe fasttrap # chmod 666 /dev/dtrace/helper chmod を使用す ...
# ./configure --enable-dtrace ... # make # make install これは、 コア PHP で静的プローブを有効にします ...
きます プローブ名 プローブの説明 プローブの引数 request-startup リクエスト開始時に発射されます。 char * f ...
-
https://man.plustar.jp/php/features.dtrace.dtrace.html
- [similar]
- イテレータをストレージの最初の要素に巻き戻す 5924
- « SplObjectStorage::removeAllExcept SplObjectStorage::serialize » PHP Manual SplObjectStorage イ
...
テレータをストレージの最初の要素に巻き戻す SplObjectStorage::rewind (PHP 5 >= 5.1.0, PHP 7, PHP ...
8) SplObjectStorage::rewind — イテレータをストレージの最 ...
初の要素に巻き戻す 説明 public SplObjectStorage::rewind (): void イテレータをストレ ...
メータはありません。 戻り値 値を返しません。 例 例1 SplObjectStorage::rewind() の例 <?php $s = new SplOb ...
-
https://man.plustar.jp/php/splobjectstorage.rewind.html
- [similar]
- 文字列で使用されている文字に関する情報を返す 5897
- « convert_uuencode crc32 » PHP Manual String 関数 文字列で使用されている文字に関する情報を返す c
...
ount_chars (PHP 4, PHP 5, PHP 7, PHP 8) count_chars — 文字列で ...
使用されている文字に関する情報を返す 説明 count_chars ( string $string , int $mode = 0 ): array | string ...
string において各バイト値 (0..255) が存在する数をかぞ ...
え、様々な手法で返します。 パラメータ string 調べたい文字列。 mode 戻り値を参照ください。 ...
-
https://man.plustar.jp/php/function.count-chars.html
- [similar]
- 定義済み定数 5807
- « リソース型 例 » PHP Manual Eio 定義済み定数 定義済み定数 以下の定数が定義されています。 この関
...
nt ) 優先度標準 EIO_PRI_MAX ( int ) 優先度最大 eio_seek() の whence 引数 EIO_SEEK_SET ( int ) オフセット ...
をバイト数で指定する ( offset )。 EIO_SEEK_CUR ( int ) オフセットを現在位置に ...
offset バイト加えた値にする。 EIO_SEEK_END ( int ) オフ ...
セットをファイルのサイズに offset バイト加えた値にする。 eio_readdir() で使うフラグ ...
-
https://man.plustar.jp/php/eio.constants.html
- [similar]
- ReflectionMethod を作成する 5779
- « ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成
...
する ReflectionMethod::__construct (PHP 5, PHP 7, PHP 8) ReflectionMethod::__con ...
thod を作成する 説明 public ReflectionMethod::__construct ( object | string $objectOrMethod , string $m ...
ethod ) Alternative signature (not supported with named arguments): publ ...
ic ReflectionMethod::__construct ( string $classMethod ) 新しい ReflectionMeth ...
-
https://man.plustar.jp/php/reflectionmethod.construct.html
- [similar]
- Fetch the next row and return it as an object 5697
- « cubrid_fetch_lengths cubrid_fetch_row » PHP Manual CUBRID MySQL 互換関数 Fetch the next row an
...
d return it as an object cubrid_fetch_object (PECL CUBRID >= 8.3. ...
d_fetch_object — Fetch the next row and return it as an object 説明 cubrid_fetch_object ( resource $res ...
ult , string $class_name = ? , array $params = ? , int $ty ...
pe = ? ): object This function returns an object with the column names o ...
-
https://man.plustar.jp/php/function.cubrid-fetch-object.html
- [similar]
- SplObjectStorage クラス 5607
- « SplFixedArray::__wakeup SplObjectStorage::addAll » PHP Manual データ構造 SplObjectStorage クラ
...
ス SplObjectStorage クラス (PHP 5 >= 5.1.0, PHP 7, PHP ...
8) はじめに SplObjectStorage クラスは、オブジェクトをデータに対応 ...
クトを一意に特定したい場合に便利です。 クラス概要 class SplObjectStorage implements Countable , Iterator ...
, Serializable , ArrayAccess { /* メソッド */ public a ...
-
https://man.plustar.jp/php/class.splobjectstorage.html
- [similar]