検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 2375 for new (0.140 sec.)
アクセス権 2919
« コンストラクタとデストラクタ オブジェクトの継承 » PHP Manual クラスとオブジェクト アクセス権 ア ... -> protected ; echo $this -> private ; } } $obj = new MyClass (); echo $obj -> public ; // 動作します ec ... -> protected ; echo $this -> private ; } } $obj2 = new MyClass2 (); echo $obj2 -> public ; // 動作します ... rotected (); $this -> MyPrivate (); } } $myclass = new MyClass ; $myclass -> MyPublic (); // 動作します $ ... s -> MyPrivate (); // Fatal エラー } } $myclass2 = new MyClass2 ; $myclass2 -> MyPublic (); // 動作します ...
https://man.plustar.jp/php/language.oop5.visibility.html - [similar]
Parser examples 2919
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat ... { Parser , ParserException , Lexer , Token }; $p = new Parser ; $p -> token ( "INTEGER" ); $p -> left ( " ... Production index unused. */ $p -> build (); $lex = new Lexer ; $lex -> push ( "[+]" , $p -> tokenId ( "'+ ... n ) { if (! $p -> validate ( $in , $lex )) { throw new ParserException ( "Failed to validate input" ); } ... -> action ) { case Parser :: ACTION_ERROR : throw new ParserException ( "Parser error" ); break; case Pa ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
SoapClient のコンストラクタ 2919
« SoapClient::__call SoapClient::__doRequest » PHP Manual SoapClient SoapClient のコンストラクタ ... STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT ] ]; $client = new SoapClient ( "some.wsdl" , [ 'context' => $context ... 例2 SoapClient::__construct() の例 <?php $client = new SoapClient ( "some.wsdl" ); $client = new SoapClie ... , array( 'soap_version' => SOAP_1_2 )); $client = new SoapClient ( "some.wsdl" , array( 'login' => "some ... ame" , 'password' => "some_password" )); $client = new SoapClient ( "some.wsdl" , array( 'proxy_host' => ...
https://man.plustar.jp/php/soapclient.construct.html - [similar]
現在のドキュメントにノードをインポートする 2897
« DOMDocument::getElementsByTagNameNS DOMDocument::load » PHP Manual DOMDocument 現在のドキュメン ... ードをドキュメント間でコピーします。 <?php $orgdoc = new DOMDocument ; $orgdoc -> loadXML ( "<root><element ... )-> item ( 0 ); // 新しいドキュメントを作成します $newdoc = new DOMDocument ; $newdoc -> formatOutput = t ... rue ; // マークアップを追加します $newdoc -> loadXML ( "<root><someelement>text in some e ... lement</someelement></root>" ); echo "The 'new document' before copying nodes into it:\n" ; echo ...
https://man.plustar.jp/php/domdocument.importnode.html - [similar]
新しいメールボックスを作る 2897
« imap_create imap_delete » PHP Manual IMAP 関数 新しいメールボックスを作る imap_createmailbox ( ... 続できません: " . imap_last_error ()); $name1 = "phpnewbox" ; $name2 = imap_utf7_encode ( "phpnewböx" ); / ... / phpnewb&w7Y-x $newname = $name1 ; echo "Newname will be ' ... ox , imap_utf7_encode ( "{imap.example.org}INBOX. $newname " ))) { $status = @ imap_status ( $mbox , "{im ... ap.example.org}INBOX. $newname " , SA_ALL ); if ( $status ) { echo "your new ...
https://man.plustar.jp/php/function.imap-createmailbox.html - [similar]
Architecture Overview 2897
« Driver Architecture and Internals Connections » PHP Manual Driver Architecture and Internals A ... he extension and to the PHP libraries on top. This new architecture has replaced the old mongo extension. ... We refer to the new one as the mongodb extension. At the top of this s ... ntainence burden and allow for faster iteration on new features. As a welcome side effect, this also make ... the next-generation driver and consider it for any new projects going forward. You can find all of the es ...
https://man.plustar.jp/php/mongodb.overview.html - [similar]
ファイルへの絶対パスを取得する 2897
« SplFileInfo::getPerms SplFileInfo::getSize » PHP Manual SplFileInfo ファイルへの絶対パスを取得 ... 例1 SplFileInfo::getRealPath() の例 <?php $info = new SplFileInfo ( '/..//./../../' . __FILE__ ); var_du ... mp ( $info -> getRealPath ()); $info = new SplFileInfo ( '/tmp' ); var_dump ( $info -> getRea ... lPath ()); $info = new SplFileInfo ( '/I/Do/Not/Exist' ); var_dump ( $inf ... o -> getRealPath ()); $info = new SplFileInfo ( 'php://output' ); var_dump ( $info - ...
https://man.plustar.jp/php/splfileinfo.getrealpath.html - [similar]
Open a connection to a CUBRID Server 2875
« cubrid_connect_with_url cubrid_current_oid » PHP Manual CUBRID 関数 Open a connection to a CUB ... , string $userid = ? , string $passwd = ? , bool $new_link = false ): resource The cubrid_connect() func ... r password. If not given, the default value is "". new_link If a second call is made to cubrid_connect() ... with the same arguments, no new connection will be established, but instead, the c ... he already opened connection will be returned. The new_link parameter modifies this behavior and makes cu ...
https://man.plustar.jp/php/function.cubrid-connect.html - [similar]
Remove a function definition 2875
« runkit7_function_redefine runkit7_function_rename » PHP Manual runkit7 関数 Remove a function ... e を返します。 参考 runkit7_function_add() - Add a new function, similar to create_function runkit7_funct ... ion_copy() - Copy a function to a new function name runkit7_function_redefine() - Replac ... e a function definition with a new implementation runkit7_function_rename() - Change ... runkit , definition , Remove , a , 関数 , remove , new , redefine , rename ...
https://man.plustar.jp/php/function.runkit7-function-remove.html - [similar]
イテレータから phar アーカイブを作成する 2875
« Phar::buildFromDirectory Phar::canCompress » PHP Manual Phar イテレータから phar アーカイブを作 ... project.phar" というエイリアスで作成します $phar = new Phar ( 'project.phar' , 0 , 'project.phar' ); $pha ... r -> buildFromIterator ( new RecursiveIteratorIterator ( new RecursiveDirectory ... project.phar" というエイリアスで作成します $phar = new Phar ( 'project.phar' , 0 , 'project.phar' ); $pha ... r -> buildFromIterator ( new RecursiveIteratorIterator ( new Phar ( '/path/to/a ...
https://man.plustar.jp/php/phar.buildfromiterator.html - [similar]