検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 1367 for メソッド (0.152 sec.)
Yaf_Exception_LoadFailed_View クラス 3482
« Yaf_Exception_LoadFailed_Action Yaconf » PHP Manual Yaf Yaf_Exception_LoadFailed_View クラス Y ... nds Yaf_Exception_LoadFailed { /* プロパティ */ /* メソッド */ /* 継承したメソッド */ public Yaf_Exception::ge ... キーワード: Yaf , Exception , LoadFailed , クラス , メソッド , Yaconf , 概要 , extends , 継承 , public ...
https://man.plustar.jp/php/class.yaf-exception-loadfailed-view.html - [similar]
"none" として認証する 3482
« ssh2_auth_hostbased_file ssh2_auth_password » PHP Manual SSH2 関数 "none" として認証する ssh2_ ... 証を試みます。 失敗の一環として、サーバーは可能な認証メソッドの一覧を返します。 パラメータ session ssh2_connect() ... ザー名。 戻り値 もしサーバーが username に対する認証メソッドとして "none" を受け入れる場合、この関数は単純に tru ... e を返します。 例 例1 認証メソッドの一覧の取得 <?php $connection = ssh2_connect ( 'she ... ion\n" ; } ?> 関連キーワード: none , 認証 , auth , メソッド , username , 関数 , 取得 , session , 失敗 , サーバ ...
https://man.plustar.jp/php/function.ssh2-auth-none.html - [similar]
最後に実行した操作の結果を説明したメッセージを返す。 3482
« Memcached::getResultCode Memcached::getServerByKey » PHP Manual Memcached 最後に実行した操作の ... ltMessage (): string Memcached::getResultMessage() メソッドは、最後に実行した Memcached クラスのメソッドの結果コ ... したメッセージ 例 例1 Memcached::getResultMessage() メソッドの例 <?php $m = new Memcached (); $m -> addServer ( ... 実行 , 操作 , メッセージ , 説明 , getResultMessage , メソッド , パラメータ , クラス ...
https://man.plustar.jp/php/memcached.getresultmessage.html - [similar]
ファイルを削除する 3482
« streamWrapper::stream_write streamWrapper::url_stat » PHP Manual streamWrapper ファイルを削除す ... c streamWrapper::unlink ( string $path ): bool このメソッドは、 unlink() に対応してコールされます。 注意 : 適切 ... ラッパーがファイルの削除に対応していない場合にはこのメソッドを定義しては いけません 。 パラメータ path 削除したい ... 失敗した場合に false を返します。 エラー / 例外 このメソッドのコールに (未実装などの理由で) 失敗した場合、 E_WAR ... 削除 , streamWrapper , ファイル , unlink , 注意 , メソッド , path , 対応 , コール , 失敗 ...
https://man.plustar.jp/php/streamwrapper.unlink.html - [similar]
ReflectionNamedType クラス 3449
« ReflectionMethod::__toString ReflectionNamedType::getName » PHP Manual リフレクション Reflecti ... ss ReflectionNamedType extends ReflectionType { /* メソッド */ public getName (): string public isBuiltin (): ... bool /* 継承したメソッド */ public ReflectionType::allowsNull (): bool publ ... , ReflectionType , getName , isBuiltin , string , メソッド , toString , extends ...
https://man.plustar.jp/php/class.reflectionnamedtype.html - [similar]
Yaf_Registry クラス 3449
« Yaf_Plugin_Abstract::routerStartup Yaf_Registry::__construct » PHP Manual Yaf Yaf_Registry クラ ... クラス (Yaf >=1.0.0) はじめに Yaf_Registry のすべてのメソッドはstaticメソッドとして宣言されており、 どこからでもア ... */ static $ _instance ; protected $ _entries ; /* メソッド */ private __construct () public static del ( stri ... y , クラス , static , string , public , アイテム , メソッド , construct , instance ...
https://man.plustar.jp/php/class.yaf-registry.html - [similar]
DOM 実装が、指定した機能を実装しているかどうかを調べる 3449
« DOMImplementation::createDocumentType DOMNamedNodeMap » PHP Manual DOMImplementation DOM 実装が ... エラー / 例外 PHP 8.0.0 より前のバージョンでは、このメソッドは、staticメソッドとしてコールすることも できましたが ... エラーが発生していました。 PHP 8.0.0 以降では、このメソッドをstaticメソッドとしてコールすると Error がスローされ ... キーワード: 実装 , 機能 , 指定 , DOMImplementation , メソッド , feature , バージョン , hasFeature , string , ver ...
https://man.plustar.jp/php/domimplementation.hasfeature.html - [similar]
ストリームのオプションを変更する 3449
« streamWrapper::stream_seek streamWrapper::stream_stat » PHP Manual streamWrapper ストリームのオ ... ( int $option , int $arg1 , int $arg2 ): bool このメソッドは、ストリームのオプションを設定する際にコールされま ... ption 以下のいずれか。 STREAM_OPTION_BLOCKING (このメソッドは、 stream_set_blocking() に対応してコールされます) ... STREAM_OPTION_READ_TIMEOUT (このメソッドは、 stream_set_timeout() に対応してコールされます) ... STREAM_OPTION_WRITE_BUFFER (このメソッドは、 stream_set_write_buffer() に対応してコールされま ...
https://man.plustar.jp/php/streamwrapper.stream-set-option.html - [similar]
バインドされたオブジェクトとクラスのスコープでクロージャを複製する 3422
« Closure::__construct Closure::bindTo » PHP Manual Closure バインドされたオブジェクトとクラスの ... tring | null $newScope = "static" ): ? Closure このメソッドは、staticメソッド版の Closure::bindTo() です。 詳細 ... ます。 これは、バインドしたオブジェクトの protected メソッドや private メソッドのアクセス権を決めます。 このパラ ... osure , クラス , スコープ , 複製 , bindTo , bind , メソッド , static , パラメータ ...
https://man.plustar.jp/php/closure.bind.html - [similar]
空の DOMDocumentType オブジェクトを作成する 3422
« DOMImplementation::createDocument DOMImplementation::hasFeature » PHP Manual DOMImplementation ... に発生します。 PHP 8.0.0 より前のバージョンでは、このメソッドは、staticメソッドとしてコールすることも できましたが ... エラーが発生していました。 PHP 8.0.0 以降では、このメソッドをstaticメソッドとしてコールすると Error がスローされ ... mentType , オブジェクト , DOMImplementation , 空 , メソッド , 発生 , createDocumentType , string , qualifiedNa ...
https://man.plustar.jp/php/domimplementation.createdocumenttype.html - [similar]