検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 1032 for example (0.015 sec.)
Constructs a new SyncMutex object 4056
« SyncMutex SyncMutex::lock » PHP Manual SyncMutex Constructs a new SyncMutex object SyncMutex:: ... Mutex::__construct() named mutex with lock timeout example <?php $mutex = new SyncMutex ( "UniqueName" ); if ... (); ?> 例2 SyncMutex::__construct() unnamed mutex example <?php $mutex = new SyncMutex (); $mutex -> lock () ... tex , construct , lock , named , thrown , opened , example ...
https://man.plustar.jp/php/syncmutex.construct.html - [similar]
メーリングリスト 4014
« 一般的な情報 PHP を手に入れるには » PHP Manual FAQ メーリングリスト メーリングリスト このセクシ ... と思われます。 仮にあなたのメールアドレスを joeblow@example.com とすると、php-general に参加する場合のリクエス ... トは php-general-subscribe-joeblow=example.com@lists.php.net 、 脱退のリクエストは php-genera ... l-unsubscribe-joeblow=example.com@lists.php.net へメールを送信することで行うこと ... のです。たとえば、あなたのメールアドレスが danbrown@example.com であったとしましょう。しかし、メーリングリスト ...
https://man.plustar.jp/php/faq.mailinglist.html - [similar]
LDAP コントロール 4014
« 基本的な使用法 LDAP 関数 » PHP Manual 例 LDAP コントロール LDAP コントロール PHP >= 7.3.0 で L ... シー) 情報とバインドする <?php $user = 'cn=admin,dc=example,dc=com' ; $passwd = 'adminpassword' ; $ds = ldap_c ... result = ldap_mod_replace_ext ( $link , 'o=test,dc=example,dc=com' , [ 'description' => 'New description' ], ... です $result = ldap_delete_ext ( $link , 'o=test,dc=example,dc=com' , [ [ 'oid' => LDAP_CONTROL_PRE_READ , 'is ... esult = ldap_delete_ext ( $link , 'cn=reference,dc=example,dc=com' , [[ 'oid' => LDAP_CONTROL_MANAGEDSAIT , ' ...
https://man.plustar.jp/php/ldap.examples-controls.html - [similar]
Joins all values together as a string 3965
« Ds\Set::isEmpty Ds\Set::jsonSerialize » PHP Manual Set Joins all values together as a string D ... joined together as a string. 例 例1 Ds\Set::join() example using a separator string <?php $set = new \ Ds \ S ... ります。 string(11) "a|b|c|1|2|3" 例2 Ds\Set::join() example without a separator string <?php $set = new \ Ds \ ... lues , Joins , all , Set , Ds , separator , 出力 , example , each ...
https://man.plustar.jp/php/ds-set.join.html - [similar]
Rename a function at runtime 3965
« uopz_redefine uopz_restore » PHP Manual Uopz 関数 Rename a function at runtime uopz_rename (PE ... name for the function 戻り値 例 例1 uopz_rename() example <?php uopz_rename ( "strlen" , "original_strlen" ) ... の出力は以下となります。 11 例2 uopz_rename() class example <?php class My { public function strlen ( $arg ) { ... function , uopz , rename , runtime , a , string , example , 出力 , Rename , 関数 ...
https://man.plustar.jp/php/function.uopz-rename.html - [similar]
日付と時刻の解釈を「緩いモード」で行うかを取得する 3965
« IntlCalendar::isEquivalentTo IntlCalendar::isSet » PHP Manual IntlCalendar 日付と時刻の解釈を「 ... taining instant from IntlCalendar' in /home/foobar/example.php:16 Stack trace: #0 /home/foobar/example.php(16 ... egorianCalendar)) #1 {main} thrown in /home/foobar/example.php on line 16 関連キーワード: モード , IntlCalend ... , 日付 , 解釈 , 時刻 , 取得 , isLenient , foobar , example , string ...
https://man.plustar.jp/php/intlcalendar.islenient.html - [similar]
Request Injection Attacks 3965
« Security Script Injection Attacks » PHP Manual Security Request Injection Attacks Request Inje ... then become unwanted $-queries. A fairly innocuous example: suppose you are looking up a user's information w ... ith the request http://www.example.com?username=bob . Your application creates the qu ... . Someone could subvert this by getting http://www.example.com?username[$ne]=foo , which PHP will magically t ...
https://man.plustar.jp/php/mongodb.security.request_injection.html - [similar]
XML 要素の名前を取得する 3965
« SimpleXMLElement::getDocNamespaces SimpleXMLElement::getNamespaces » PHP Manual SimpleXMLEleme ... グの名前を string で返します。 例 注意 : この例では example.php をインクルードしていますが、これは 基本的な使用 ... しています。 例1 XML 要素の名前の取得 <?php include 'example.php' ; $sxe = new SimpleXMLElement ( $xmlstr ); ec ... MLElement , getName , string , パラメータ , 参照 , example , movies ...
https://man.plustar.jp/php/simplexmlelement.getname.html - [similar]
Updates a value at a given index 3923
« Ds\Deque::rotate Ds\Deque::shift » PHP Manual Deque Updates a value at a given index Ds\Deque: ... if the index is not valid. 例 例1 Ds\Deque::set() example <?php $deque = new \ Ds \ Deque ([ "a" , "b" , "c" ... ( [0] => a [1] => _ [2] => c ) 例2 Ds\Deque::set() example using array syntax <?php $deque = new \ Ds \ Deque ... Deque , Ds , Updates , given , a , Object , 出力 , example , not , array ...
https://man.plustar.jp/php/ds-deque.set.html - [similar]
Updates a value at a given index 3923
« Ds\Sequence::rotate Ds\Sequence::shift » PHP Manual Sequence Updates a value at a given index ... the index is not valid. 例 例1 Ds\Sequence::set() example <?php $sequence = new \ Ds \ Vector ([ "a" , "b" , ... 0] => a [1] => _ [2] => c ) 例2 Ds\Sequence::set() example using array syntax <?php $sequence = new \ Ds \ Ve ... , Updates , given , Sequence , a , Object , 出力 , example , not , array ...
https://man.plustar.jp/php/ds-sequence.set.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT