Results of 1 - 10 of about 18 for props (0.011 sec.)
- プロパティが変更されている場合に true、それ以外の場合に false を返す 13160
- « svn_fs_node_prop svn_fs_revision_prop » PHP Manual SVN 関数 プロパティが変更されている場合に t
...
rue、それ以外の場合に false を返す svn_fs_props_changed (PECL svn >= 0.2.0) svn_fs_props_changed — ...
合に true、それ以外の場合に false を返す 説明 svn_fs_props_changed ( resource $root1 , string $path1 , resour ...
任で使用してください。 関連キーワード: 変更 , 関数 , props , changed , resource , string , 警告 , 動作 , 予告 ...
-
https://man.plustar.jp/php/function.svn-fs-props-changed.html
- [similar]
- 処理フラグを設定する 10929
- « ArrayObject::serialize ArrayObject::setIteratorClass » PHP Manual ArrayObject 処理フラグを設定
...
ArrayObject::STD_PROP_LIST 2 ArrayObject::ARRAY_AS_PROPS 戻り値 値を返しません。 例 例1 ArrayObject::setFla ...
sArrayObject -> setFlags ( ArrayObject :: ARRAY_AS_PROPS ); // 改めて挑戦します var_dump ( $fruitsArrayObje ...
設定 , 処理 , setFlags , 定数 , int , flags , 利用 , PROPS ...
-
https://man.plustar.jp/php/arrayobject.setflags.html
- [similar]
- プロパティを取得する 10758
- « ReflectionClass::getParentClass ReflectionClass::getProperty » PHP Manual ReflectionClass プロ
...
Foo (); $reflect = new ReflectionClass ( $foo ); $props = $reflect -> getProperties ( ReflectionProperty : ...
| ReflectionProperty :: IS_PROTECTED ); foreach ( $props as $prop ) { print $prop -> getName () . "\n" ; } ...
var_dump ( $props ); ?> 上の例の出力は、 たとえば以下のようになります ...
-
https://man.plustar.jp/php/reflectionclass.getproperties.html
- [similar]
- MySQL Native Driverプラグイン のアーキテクチャ 9968
- « mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグイ
...
st MYSQLND *conn TSRMLS_DC) { MY_CONN_PROPERTIES** props; props = (MY_CONN_PROPERTIES**)mysqlnd_plugin_get_ ...
plugin_connection_data( conn, my_plugin_id); if (!props || !(*props)) { *props = mnd_pecalloc(1, sizeof(MY ...
_CONN_PROPERTIES), conn->persistent); (*props)->query_counter = 0; } return props; } プラグインの ...
-
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html
- [similar]
- SASL を使用して LDAP ディレクトリにバインドする 9334
- « ldap_rename ldap_search » PHP Manual LDAP 関数 SASL を使用して LDAP ディレクトリにバインドする
...
_id = null , ? string $authz_id = null , ? string $props = null ): bool 警告 この関数は、 現在のところ詳細な ...
, password , mech , realm , authc_id , authz_id , props は、nullable になりました。 注意 注意 : 前提条件 l ...
-
https://man.plustar.jp/php/function.ldap-sasl-bind.html
- [similar]
- 結果セットから次の行を取得する 9008
- « PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取
...
れたクラスの新規インスタンスを返します。 PDO::FETCH_PROPS_LATE を指定していない限りは、 カラムをマッピングし ...
ィを有する 匿名のオブジェクトを返します。 PDO::FETCH_PROPS_LATE : PDO::FETCH_CLASS とともに使用すると、 まずク ...
そのクラスのコンストラクタを実行します。 PDO::FETCH_PROPS_LATE を指定した場合はこの順序が逆転します。 つまり ...
> setFetchMode ( PDO :: FETCH_CLASS | PDO :: FETCH_PROPS_LATE , 'Person' ); $person = $sth -> fetch (); $pe ...
-
https://man.plustar.jp/php/pdostatement.fetch.html
- [similar]
- 定義済み定数 9008
- « リソース型 runkit7 関数 » PHP Manual runkit7 定義済み定数 定義済み定数 以下の定数が定義されてい
...
rted from the specified file. RUNKIT7_IMPORT_CLASS_PROPS ( int ) runkit7_import() flag indicating that clas ...
om the specified file. RUNKIT7_IMPORT_CLASS_STATIC_PROPS ( int ) runkit7_import() flag indicating that clas ...
-
https://man.plustar.jp/php/runkit7.constants.html
- [similar]
- ArrayIterator クラス 8373
- « AppendIterator::valid ArrayIterator::append » PHP Manual イテレータ ArrayIterator クラス Array
...
/ const int STD_PROP_LIST = 1 ; const int ARRAY_AS_PROPS = 2 ; /* メソッド */ public __construct ( array | ...
されたときの通常の機能を持つ ArrayIterator::ARRAY_AS_PROPS エントリがプロパティとしてアクセスできる(読み書きと ...
-
https://man.plustar.jp/php/class.arrayiterator.html
- [similar]
- ArrayObject クラス 8373
- « その他のクラスおよびインターフェイス ArrayObject::append » PHP Manual その他のクラスおよびイン
...
/ const int STD_PROP_LIST = 1 ; const int ARRAY_AS_PROPS = 2 ; /* メソッド */ public __construct ( array | ...
スしたときと同じ機能を持ちます ArrayObject::ARRAY_AS_PROPS オブジェクトのエントリはプロパティとしてアクセスで ...
-
https://man.plustar.jp/php/class.arrayobject.html
- [similar]
- ノードのプロパティの値を返す 7892
- « svn_fs_node_created_rev svn_fs_props_changed » PHP Manual SVN 関数 ノードのプロパティの値を返す
...
-
https://man.plustar.jp/php/function.svn-fs-node-prop.html
- [similar]