検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 1032 for example (0.031 sec.)
CURLFile オブジェクトを作る 4330
« CURLFile CURLFile::getFilename » PHP Manual CURLFile CURLFile オブジェクトを作る CURLFile::__c ... onstruct() の例 オブジェクト指向型 <?php /* http://example.com/upload.php: <?php var_dump($_FILES); ?> */ // ... cURL ハンドルを作ります $ch = curl_init ( 'http://example.com/upload.php' ); // CURLFile オブジェクトを作りま ... ます curl_exec ( $ch ); ?> 手続き型 <?php /* http://example.com/upload.php: <?php var_dump($_FILES); ?> */ // ... cURL ハンドルを作ります $ch = curl_init ( 'http://example.com/upload.php' ); // CURLFile オブジェクトを作りま ...
https://man.plustar.jp/php/curlfile.construct.html - [similar]
LDAP エントリの変更をまとめて実行する 4288
« ldap_mod_replace ldap_modify » PHP Manual LDAP 関数 LDAP エントリの変更をまとめて実行する ldap ... を追加する <?php $dn = "cn=John Smith,ou=Wizards,dc=example,dc=com" ; $modifs = [ [ "attrib" => "telephoneNumb ... を変更する <?php $dn = "cn=John Smith,ou=Wizards,dc=example,dc=com" ; $modifs = [ [ "attrib" => "sn" , "modtyp ... する <?php $dn = "cn=Jack Smith-Jones,ou=Wizards,dc=example,dc=com" ; $modifs = [ [ "attrib" => "mail" , "modt ... LDAP_MODIFY_BATCH_ADD , "values" => [ "jack.smith@example.com" , "jack.smith-jones@example.com" , ], ], ]; l ...
https://man.plustar.jp/php/function.ldap-modify-batch.html - [similar]
オブジェクト指向 API の使用 4239
« XML 名前空間の使用 XMLWriter » PHP Manual 例 オブジェクト指向 API の使用 オブジェクト指向 API ... ); $xw -> startElement ( "book" ); $xw -> text ( "example" ); $xw -> endElement (); $xw -> endDocument (); e ... の出力は以下となります。 <?xml version="1.0"?> <book>example</book> 関連キーワード: 使用 , XMLWriter , 方法 , 出 ... 力 , version , example , ...
https://man.plustar.jp/php/example.xmlwriter-oop.html - [similar]
Provide a return value for an existing function 4196
« uopz_set_property uopz_set_static » PHP Manual Uopz 関数 Provide a return value for an existin ... cceeded, false otherwise. 例 例1 uopz_set_return() example <?php uopz_set_return ( "strlen" , 42 ); echo strl ... 例の出力は以下となります。 42 例2 uopz_set_return() example <?php uopz_set_return ( "strlen" , function( $str ... 力は以下となります。 12 例3 uopz_set_return() class example <?php class My { public static function strlen ( $ ... , uopz , existing , Provide , Closure , execute , example , executed , 出力 ...
https://man.plustar.jp/php/function.uopz-set-return.html - [similar]
URL を解釈し、その構成要素を返す 4148
« http_build_query rawurldecode » PHP Manual URL 関数 URL を解釈し、その構成要素を返す parse_url ... とと値が空であることを以下のように区別します: http://example.com/foo → query = null, fragment = null http://exa ... mple.com/foo? → query = "", fragment = null http://example.com/foo# → query = null, fragment = "" http://exam ... e_url() でスキームを省略した例 <?php $url = '//www.example.com/path?googleguy=googley' ; // 5.4.7 より前のバー ... ジョンでは、パスを "//www.example.com/path" のように表示していました var_dump ( pars ...
https://man.plustar.jp/php/function.parse-url.html - [similar]
Connection handling and persistence 4148
« Architecture Persisting Data » PHP Manual Driver Architecture and Internals Connection handlin ... r topology on each request. Consider the following example: <?php $managers = [ new MongoDB \ Driver \ Manage ... ), new MongoDB \ Driver \ Manager ( 'mongodb://rs1.example.com,rs2.example.com/' , [ 'replicaSet' => 'myRepli ... ons to 127.0.0.1 and one connection to each of rs1.example.com and rs2.example.com . If the driver discovers ...
https://man.plustar.jp/php/mongodb.connection-handling.html - [similar]
はじめに 4105
« Yaconf インストール/設定 » PHP Manual Yaconf はじめに はじめに Yet Another Configurations Cont ... anged. Yaconf requires PHP 7.0 or greater. 例1 INI example ;simple key val key=val ;hash hash.a=val ;array ar ... RION ;use environment env=${PATH} 例2 INI sections example [SectionA] key=val hash.a=val ;SectionB inherits S ... ctionA , configurations , sections , files , use , example , array ...
https://man.plustar.jp/php/intro.yaconf.html - [similar]
パースコールバック 4105
« コールバック 発行コールバック » PHP Manual コールバック パースコールバック パースコールバック ... "Hello { $value } " ; } $yaml = <<<YAML greeting: !example/hello World YAML; $result = yaml_parse ( $yaml , 0 ... , $ndocs , array( '!example/hello' => 'tag_callback' , )); var_dump ( $result ... ay(3) { [0]=> string(5) "World" [1]=> string(14) "!example/hello" [2]=> int(1) } array(1) { ["greeting"]=> st ... タグ , エンティティ , array , 発行 , データ , int , example , 出力 ...
https://man.plustar.jp/php/yaml.callbacks.parse.html - [similar]
キーをエクスポートする 4056
« gnupg_encryptsign gnupg_getengineinfo » PHP Manual GnuPG 関数 キーをエクスポートする gnupg_exp ... alse を返します。 例 例1 Procedural gnupg_export() example <?php $res = gnupg_init (); $export = gnupg_export ... 1566DC" ); echo $export ; ?> 例2 OO gnupg_export() example <?php $gpg = new gnupg (); $export = $gpg -> expor ... 関連キーワード: キー , export , 関数 , fingerprint , example , identifier , string , 成功 , Procedural , 失敗 ...
https://man.plustar.jp/php/function.gnupg-export.html - [similar]
RFC 3986 に基づき URL エンコードを行う 4056
« rawurldecode urldecode » PHP Manual URL 関数 RFC 3986 に基づき URL エンコードを行う rawurlenco ... "ftp://user:' , rawurlencode ( 'foo @+%/' ), '@ftp.example.com/x.txt">' ; ?> 上の例の出力は以下となります。 < ... a href="ftp://user:foo%20%40%2B%25%2F@ftp.example.com/x.txt"> あるいは、URL の PATH_INFO 中の情報を渡 ... rawurlencode() の例 2 <?php echo '<a href="http://example.com/department_list_script/' , rawurlencode ( 'sal ... ?> 上の例の出力は以下となります。 <a href="http://example.com/department_list_script/sales%20and%20marketing ...
https://man.plustar.jp/php/function.rawurlencode.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT