検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 4795 for string (0.057 sec.)
定義済み定数 2655
« リソース型 SVN 関数 » PHP Manual SVN 定義済み定数 定義済み定数 以下の定数が定義されています。 ... ) で使用する定数 SVN_AUTH_PARAM_DEFAULT_USERNAME ( string ) ベーシック認証で使用するデフォルトのユーザー名を ... 表すプロパティ。 SVN_AUTH_PARAM_DEFAULT_PASSWORD ( string ) ベーシック認証で使用するデフォルトのパスワードを ... 表すプロパティ。 SVN_AUTH_PARAM_NON_INTERACTIVE ( string ) SVN_AUTH_PARAM_DONT_STORE_PASSWORDS ( string ) S ... VN_AUTH_PARAM_NO_AUTH_CACHE ( string ) SVN_AUTH_PARAM_SSL_SERVER_FAILURES ( string ) SV ...
https://man.plustar.jp/php/svn.constants.html - [similar]
Set the cookies of the HTTP response. 2655
« Swoole\Http\Response Swoole\Http\Response::__destruct » PHP Manual Swoole\Http\Response Set th ... sponse. 説明 public Swoole\Http\Response::cookie ( string $name , string $value = ? , string $expires = ? , ... string $path = ? , string $domain = ? , string $secure = ? , string $httponl ... y = ? ): string パラメータ name value expires path domain secure h ... ttponly 戻り値 関連キーワード: string , Set , ookies , Swoole , Http , of , the , expire ...
https://man.plustar.jp/php/swoole-http-response.cookie.html - [similar]
MessageFormatter クラス 2645
« Normalizer::normalize MessageFormatter::create » PHP Manual intl MessageFormatter クラス Messa ... ageFormatter { /* メソッド */ public __construct ( string $locale , string $pattern ) public static create ( ... string $locale , string $pattern ): ? MessageFormatter pu ... blic static formatMessage ( string $locale , string $pattern , array $values ): strin ... g | false public format ( array $values ): string | false public getErrorCode (): int public getErro ...
https://man.plustar.jp/php/class.messageformatter.html - [similar]
Session クラス 2645
« SchemaObject::getSchema Session::close » PHP Manual Mysql_xdevapi Session クラス Session クラス ... ool public commit (): Object public createSchema ( string $schema_name ): mysql_xdevapi\Schema public dropSc ... hema ( string $schema_name ): bool public generateUUID (): strin ... g public getDefaultSchema (): string public getSchema ( string $schema_name ): mysql_xd ... nt public listClients (): array public quoteName ( string $name ): string public releaseSavepoint ( string $ ...
https://man.plustar.jp/php/class.mysql-xdevapi-session.html - [similar]
Returns string describing the last failed DNS lookup attempt 2645
« EventBufferEvent::free EventBufferEvent::getEnabled » PHP Manual EventBufferEvent Returns string ... ed DNS lookup attempt EventBufferEvent::getDnsErrorString (PECL event >= 1.2.6-beta) EventBufferEvent::getDn ... sErrorString — Returns string describing the last failed DNS lo ... p attempt 説明 public EventBufferEvent::getDnsErrorString (): string Returns string describing the last fail ... e by EventBufferEvent::connectHost() , or an empty string, if there is no DNS error detected. パラメータ この ...
https://man.plustar.jp/php/eventbufferevent.getdnserrorstring.html - [similar]
文字列の一部を切り出す 2645
« iconv_strrpos iconv » PHP Manual iconv 関数 文字列の一部を切り出す iconv_substr (PHP 5, PHP 7, ... ubstr — 文字列の一部を切り出す 説明 iconv_substr ( string $string , int $offset , ? int $length = null , ? s ... tring $encoding = null ): string | false 文字列 string の、 offset と length で指定 ... された一部を返します。 パラメータ string 元の文字列。 offset offset が負でない場合、 iconv_ ... substr() は string の offset 番目の文字(ゼロから数えて)から切り出し ...
https://man.plustar.jp/php/function.iconv-substr.html - [similar]
指定した検索条件にマッチするメッセージを配列として返す 2645
« imap_scanmailbox imap_set_quota » PHP Manual IMAP 関数 指定した検索条件にマッチするメッセージを ... して返す 説明 imap_search ( IMAP\Connection $imap , string $criteria , int $flags = SE_FREE , string $charset ... ERED フラグが設定されているメッセージにマッチ BCC "string" - Bcc: フィールドに "string" を有するメッセージに ... e" より前の Date: を有するメッセージにマッチ BODY "string" - メッセージ本体に "string" を有するメッセージにマ ... ッチ CC "string" - Cc: フィールドに "string" を有するメッセージにマ ...
https://man.plustar.jp/php/function.imap-search.html - [similar]
SQL 文中で用いる文字列の特殊文字をエスケープする 2645
« mysql_query mysql_result » PHP Manual MySQL 関数 SQL 文中で用いる文字列の特殊文字をエスケープす ... る mysql_real_escape_string (PHP 4 >= 4.3.0, PHP 5) mysql_real_escape_string... の代替として、これらが使えます。 mysqli_real_escape_string() PDO::quote() 説明 mysql_real_escape_string ( str ... ing $unescaped_string , resource $link_identifier = NULL ): string 現在の ... 接続の文字セットで unescaped_string の特殊文字をエスケープし、 mysql_query() で安全に利 ...
https://man.plustar.jp/php/function.mysql-real-escape-string.html - [similar]
接続の現在の文字セットを考慮して、SQL 文で使用する文字列の特殊文字をエスケープす... 2645
« mysqli::real_connect mysqli::real_query » PHP Manual mysqli 接続の現在の文字セットを考慮して、 ... 文字列の特殊文字をエスケープする mysqli::real_escape_string mysqli_real_escape_string (PHP 5, PHP 7, PHP 8) my ... sqli::real_escape_string -- mysqli_real_escape_string — 接続の現在の文字セッ ... 説明 オブジェクト指向型 public mysqli::real_escape_string ( string $string ): string 手続き型 mysqli_real_es ... cape_string ( mysqli $mysql , string $string ): string この関数 ...
https://man.plustar.jp/php/mysqli.real-escape-string.html - [similar]
CURLFile クラス 2635
« CurlShareHandle CURLFile::__construct » PHP Manual cURL CURLFile クラス CURLFile クラス (PHP 5 ... ファイルのアップロードをするには、このクラスか、 CURLStringFile を使わなければいけません。 CURLFile のインスタ ... クラス概要 class CURLFile { /* プロパティ */ public string $ name = "" ; public string $ mime = "" ; public s ... ostname = "" ; /* メソッド */ public __construct ( string $filename , ? string $mime_type = null , ? string ... $posted_filename = null ) public getFilename (): string public getMimeType (): string public getPostFilena ...
https://man.plustar.jp/php/class.curlfile.html - [similar]