Results of 1 - 10 of about 72 for login (0.001 sec.)
- RADIUS Attribute Types 14266
- « RADIUS Packet Types RADIUS Vendor Specific Attribute Types » PHP Manual 定義済み定数 RADIUS At
... ble values of this attribute. They include: RADIUS_LOGIN RADIUS_FRAMED RADIUS_CALLBACK_LOGIN RADIUS_CALLBAC ... compression (added in PECL radius 1.3.0b2) RADIUS_LOGIN_IP_HOST ( int ) The Login-IP-Host attribute. The a ... which can be set using radius_put_addr() . RADIUS_LOGIN_SERVICE ( int ) The Login-Service attribute. The a ... dicating the service to connect the user to on the login host. The value can be converted to a PHP integer ...
-
https://man.plustar.jp/php/radius.constants.attributes.html
- [similar]
- FTP 接続にログインする 11281
- « ftp_get ftp_mdtm » PHP Manual FTP 関数 FTP 接続にログインする ftp_login (PHP 4, PHP 5, PHP 7,
... PHP 8) ftp_login — FTP 接続にログインする 説明 ftp_login ( FTP\Conn ... ョンでは、 リソース を期待していました。 例 例1 ftp_login() の例 <?php $ftp_server = "ftp.example.com" ; $ft ... to $ftp_server " ); // ログインを試みる if (@ ftp_login ( $ftp , $ftp_user , $ftp_pass )) { echo "Connecte ... ose ( $ftp ); ?> 関連キーワード: 接続 , ログイン , login , Connection , 失敗 , 期待 , バージョン , string , ...
-
https://man.plustar.jp/php/function.ftp-login.html
- [similar]
- 別のアクションに転送する 9824
- « Yaf_Controller_Abstract::display Yaf_Controller_Abstract::getInvokeArg » PHP Manual Yaf_Contro
... roller_Abstract { public function indexAction (){ $logined = $_SESSION [ "login" ]; if (! $logined ) { $thi ... s -> forward ( "login" , array( "from" => "Index" )); // login アクション ... ないよう指示します。 } // 別の処理 } public function loginAction () { echo "login, redirected from " , $this ... ?> 上の例の出力は、 たとえば以下のようになります。 login, redirected from Index action 参考 Yaf_Request_Abs ...
-
https://man.plustar.jp/php/yaf-controller-abstract.forward.html
- [similar]
- セキュアな SSL-FTP 接続をオープンする 9642
- « ftp_size ftp_systype » PHP Manual FTP 関数 セキュアな SSL-FTP 接続をオープンする ftp_ssl_conne
... sl_connect() は成功します。 そういった場合は、 ftp_login() を呼んで AUTH FTP コマンドを送信した時点ではじめ ... て、 ftp_login() が失敗することになります。 注意 : この関数が存在 ... server ); // ユーザー名とパスワードでログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_ ... user_pass ); if (! $login_result ) { // この場合は、すでに PHP 側で E_WARNIN ...
-
https://man.plustar.jp/php/function.ftp-ssl-connect.html
- [similar]
- 例 9249
- « solr_get_version SolrUtils » PHP Manual Solr 例 例 PHP で Apache Solr エクステンションを使用す
... ns = array ( 'hostname' => SOLR_SERVER_HOSTNAME , 'login' => SOLR_SERVER_USERNAME , 'password' => SOLR_SERV ... ns = array ( 'hostname' => SOLR_SERVER_HOSTNAME , 'login' => SOLR_SERVER_USERNAME , 'password' => SOLR_SERV ... ns = array ( 'hostname' => SOLR_SERVER_HOSTNAME , 'login' => SOLR_SERVER_USERNAME , 'password' => SOLR_SERV ... ns = array ( 'hostname' => SOLR_SERVER_HOSTNAME , 'login' => SOLR_SERVER_USERNAME , 'password' => SOLR_SERV ...
-
https://man.plustar.jp/php/solr.examples.html
- [similar]
- Establish the environment for connecting to CUBRID server 9151
- « cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting
... ternative_hosts>[ &rctime=<time>] <properties> ::= login_timeout=<milli_sec> <properties> ::= query_timeout ... at every rctime. The default value is 600 seconds. login_timeout : Timeout value (unit: msec.) for database ... login. The default value is 0, which means infinite post ... ?: ". $url = "CUBRID:localhost:33000:tdb:dba:12?:?login_timeout=100"; Passwords that contain ? or : may be ...
-
https://man.plustar.jp/php/function.cubrid-connect-with-url.html
- [similar]
- 基本的な使用法 8773
- « 例 FTP 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 FTP の例 <?php // 接続を確立する
... server ); // ユーザー名とパスワードでログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_ ... ss ); // 接続できたか確認する if ((! $ftp ) || (! $login_result )) { echo "FTP connection has failed!" ; ec ...
-
https://man.plustar.jp/php/ftp.examples-basic.html
- [similar]
- Open a persistent connection to CUBRID server 8577
- « cubrid_num_rows cubrid_pconnect » PHP Manual CUBRID 関数 Open a persistent connection to CUBRI
... ternative_hosts>[ &rctime=<time>] <properties> ::= login_timeout=<milli_sec> <properties> ::= query_timeout ... at every rctime. The default value is 600 seconds. login_timeout : Timeout value (unit: msec.) for database ... login. The default value is 0, which means infinite post ... ?: ". $url = "CUBRID:localhost:33000:tdb:dba:12?:?login_timeout=100"; Passwords that contain ? or : may be ...
-
https://man.plustar.jp/php/function.cubrid-pconnect-with-url.html
- [similar]
- The routerShutdown purpose 8478
- « Yaf_Plugin_Abstract::preResponse Yaf_Plugin_Abstract::routerStartup » PHP Manual Yaf_Plugin_Ab
... UE ; } if ( Yaf_Session :: getInstance ()-> has ( "login" )) { return TRUE ; } /* Use access check failed, ... need to login */ $response -> setRedirect ( "http://yourdomain.c ... om/login/" ); return FALSE ; } } ?> 参考 Yaf_Plugin_Abstrac ...
-
https://man.plustar.jp/php/yaf-plugin-abstract.routershutdown.html
- [similar]
- SoapClient クラス 8184
- « use_soap_error_handler SoapClient::__call » PHP Manual SOAP SoapClient クラス SoapClient クラス
... ? resource $ httpurl = null ; private ? string $ _login = null ; private ? string $ _password = null ; pri ... t $ _proxy_port = null ; private ? string $ _proxy_login = null ; private ? string $ _proxy_password = null ... igest _encoding _exceptions _features _keep_alive _login _password _proxy_host _proxy_login _proxy_password ...
-
https://man.plustar.jp/php/class.soapclient.html
- [similar]