アルファベット順一覧 <s>

s の文字からから始まる関数の一覧です


set_error_handler ユーザー定義のエラーハンドラ関数を設定する
set_exception_handler ユーザー定義の例外ハンドラ関数を設定する
set_include_path include_path 設定オプションをセットする
set_time_limit 実行時間の最大値を制限する
sys_get_temp_dir 一時ファイル用に使用されるディレクトリのパスを返す
sodium_add Add large numbers
sodium_base642bin Description
sodium_bin2base64 Description
sodium_bin2hex Encode to hexadecimal
sodium_compare Compare large numbers
sodium_crypto_aead_aes256gcm_decrypt Decrypt in combined mode with precalculation
sodium_crypto_aead_aes256gcm_encrypt Encrypt in combined mode with precalculation
sodium_crypto_aead_aes256gcm_is_available Check if hardware supports AES256-GCM
sodium_crypto_aead_aes256gcm_keygen Get random bytes for key
sodium_crypto_aead_chacha20poly1305_decrypt Verify that the ciphertext includes a valid tag
sodium_crypto_aead_chacha20poly1305_encrypt Encrypt a message
sodium_crypto_aead_chacha20poly1305_ietf_decrypt Verify that the ciphertext includes a valid tag
sodium_crypto_aead_chacha20poly1305_ietf_encrypt Encrypt a message
sodium_crypto_aead_chacha20poly1305_ietf_keygen Get random bytes for key
sodium_crypto_aead_chacha20poly1305_keygen Get random bytes for key
sodium_crypto_aead_xchacha20poly1305_ietf_decrypt Description
sodium_crypto_aead_xchacha20poly1305_ietf_encrypt Description
sodium_crypto_aead_xchacha20poly1305_ietf_keygen Description
sodium_crypto_auth_keygen Get random bytes for key
sodium_crypto_auth_verify Verifies that the tag is valid for the message
sodium_crypto_auth Compute a tag for the message
sodium_crypto_box_keypair_from_secretkey_and_publickey Description
sodium_crypto_box_keypair Randomly generate a secret key and a corresponding public key
sodium_crypto_box_open Verify and decrypt a ciphertext
sodium_crypto_box_publickey_from_secretkey Description
sodium_crypto_box_publickey Description
sodium_crypto_box_seal_open Decrypt the ciphertext
sodium_crypto_box_seal Encrypt a message
sodium_crypto_box_secretkey Description
sodium_crypto_box_seed_keypair Deterministically derive the key pair from a single key
sodium_crypto_box Encrypt a message
sodium_crypto_generichash_final Complete the hash
sodium_crypto_generichash_init Initialize a hash
sodium_crypto_generichash_keygen Get random bytes for key
sodium_crypto_generichash_update Add message to a hash
sodium_crypto_generichash Get a hash of the message
sodium_crypto_kdf_derive_from_key Derive a subkey
sodium_crypto_kdf_keygen Get random bytes for key
sodium_crypto_kx_client_session_keys Description
sodium_crypto_kx_keypair Creates a new sodium keypair
sodium_crypto_kx_publickey Description
sodium_crypto_kx_secretkey Description
sodium_crypto_kx_seed_keypair Description
sodium_crypto_kx_server_session_keys Description
sodium_crypto_pwhash_scryptsalsa208sha256_str_verify Verify that the password is a valid password verification string
sodium_crypto_pwhash_scryptsalsa208sha256_str Get an ASCII encoded hash
sodium_crypto_pwhash_scryptsalsa208sha256 Derives a key from a password
sodium_crypto_pwhash_str_needs_rehash Description
sodium_crypto_pwhash_str_verify Verifies that a password matches a hash
sodium_crypto_pwhash_str Get an ASCII-encoded hash
sodium_crypto_pwhash Derive a key from a password
sodium_crypto_scalarmult_base のエイリアス sodium_crypto_box_publickey_from_secretkey()
sodium_crypto_scalarmult Compute a shared secret given a user's secret key and another user's public key
sodium_crypto_secretbox_keygen Get random bytes for key
sodium_crypto_secretbox_open Verify and decrypt a ciphertext
sodium_crypto_secretbox Encrypt a message
sodium_crypto_secretstream_xchacha20poly1305_init_pull Description
sodium_crypto_secretstream_xchacha20poly1305_init_push Description
sodium_crypto_secretstream_xchacha20poly1305_keygen Description
sodium_crypto_secretstream_xchacha20poly1305_pull Description
sodium_crypto_secretstream_xchacha20poly1305_push Description
sodium_crypto_secretstream_xchacha20poly1305_rekey Description
sodium_crypto_shorthash_keygen Get random bytes for key
sodium_crypto_shorthash Compute a fixed-size fingerprint for the message
sodium_crypto_sign_detached Sign the message
sodium_crypto_sign_ed25519_pk_to_curve25519 Convert an Ed25519 public key to a Curve25519 public key
sodium_crypto_sign_ed25519_sk_to_curve25519 Convert an Ed25519 secret key to a Curve25519 secret key
sodium_crypto_sign_keypair_from_secretkey_and_publickey Description
sodium_crypto_sign_keypair Randomly generate a secret key and a corresponding public key
sodium_crypto_sign_open Check that the signed message has a valid signature
sodium_crypto_sign_publickey_from_secretkey Extract the public key from the secret key
sodium_crypto_sign_publickey Description
sodium_crypto_sign_secretkey Description
sodium_crypto_sign_seed_keypair Deterministically derive the key pair from a single key
sodium_crypto_sign_verify_detached Verify signature for the message
sodium_crypto_sign Sign a message
sodium_crypto_stream_keygen Get random bytes for key
sodium_crypto_stream_xor Encrypt a message
sodium_crypto_stream Generate a deterministic sequence of bytes from a seed
sodium_hex2bin Decodes a hexadecimally encoded binary string
sodium_increment Increment large number
sodium_memcmp Test for equality in constant-time
sodium_memzero Overwrite buf with zeros
sodium_pad Add padding data
sodium_unpad Remove padding data
SQLite3::backup あるデータベースを、別のデータベースにバックアップする
SQLite3::busyTimeout 接続がビジー状態のときのハンドラを設定する
SQLite3::changes 直近の SQL 文で変更 (あるいは挿入、削除) された行の数を返す
SQLite3::close データベースとの接続を閉じる
SQLite3::__construct SQLite3 オブジェクトを作成し、SQLite 3 データベースをオープンする
SQLite3::createAggregate SQL の集約関数として使用する PHP 関数を登録する
SQLite3::createCollation SQLのcollate関数として使うPHP関数を登録する
SQLite3::createFunction SQL のスカラー関数として使用する PHP 関数を登録する
SQLite3::enableExceptions 例外のスローを有効にする
SQLite3::escapeString 適切にエスケープされた文字列を返す
SQLite3::exec 指定したデータベースに、結果を返さないクエリを実行する
SQLite3::lastErrorCode 直近で失敗した SQLite リクエストの結果コードを数値で返す
SQLite3::lastErrorMsg 直近で失敗した SQLite リクエストについての英文テキストの説明を返す
SQLite3::lastInsertRowID 直近の INSERT 文でデータベースに追加された行の ID を返す
SQLite3::loadExtension SQLite 拡張ライブラリを読み込む
SQLite3::open SQLite データベースをオープンする
SQLite3::openBlob BLOG を読み取るためのストリームリソースを開く
SQLite3::prepare 実行する SQL 文を準備する
SQLite3::query SQL クエリを実行する
SQLite3::querySingle クエリを実行し、単一の結果を返す
SQLite3::version SQLite3 ライブラリのバージョンを、文字列定数と数値で返す
SQLite3Stmt::bindParam パラメータを変数にバインドする
SQLite3Stmt::bindValue パラメータの値を変数にバインドする
SQLite3Stmt::clear 現在バインドされているすべてのパラメータをクリアする
SQLite3Stmt::close プリペアドステートメントを閉じる
SQLite3Stmt::execute プリペアドステートメントを実行し、結果セットオブジェクトを返す
SQLite3Stmt::getSQL ステートメントのSQLを取得する
SQLite3Stmt::paramCount プリペアドステートメント内のパラメータの数を返す
SQLite3Stmt::readOnly ステートメントが読み取り専用かどうかを返す
SQLite3Stmt::reset プリペアドステートメントをリセットする
SQLite3Result::columnName n 番目のカラムの名前を返す
SQLite3Result::columnType n 番目のカラムの型を返す
SQLite3Result::fetchArray 結果の行を、連想配列あるいは数値添字配列あるいはその両方で取得する
SQLite3Result::finalize 結果セットを閉じる
SQLite3Result::numColumns 結果セットのカラム数を返す
SQLite3Result::reset 結果セットを最初の行に戻す
sqlsrv_begin_transaction Begins a database transaction
sqlsrv_cancel Cancels a statement
sqlsrv_client_info Returns information about the client and specified connection
sqlsrv_close Closes an open connection and releases resourses associated with the connection
sqlsrv_commit Commits a transaction that was begun with sqlsrv_begin_transaction()
sqlsrv_configure Changes the driver error handling and logging configurations
sqlsrv_connect Opens a connection to a Microsoft SQL Server database
sqlsrv_errors Returns error and warning information about the last SQLSRV operation performed
sqlsrv_execute Executes a statement prepared with sqlsrv_prepare()
sqlsrv_fetch_array 行を配列として返す
sqlsrv_fetch_object Retrieves the next row of data in a result set as an object
sqlsrv_fetch Makes the next row in a result set available for reading
sqlsrv_field_metadata Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare() or sqlsrv_query()
sqlsrv_free_stmt Frees all resources for the specified statement
sqlsrv_get_config Returns the value of the specified configuration setting
sqlsrv_get_field Gets field data from the currently selected row
sqlsrv_has_rows Indicates whether the specified statement has rows
sqlsrv_next_result Makes the next result of the specified statement active
sqlsrv_num_fields Retrieves the number of fields (columns) on a statement
sqlsrv_num_rows Retrieves the number of rows in a result set
sqlsrv_prepare Prepares a query for execution
sqlsrv_query Prepares and executes a query
sqlsrv_rollback Rolls back a transaction that was begun with sqlsrv_begin_transaction()
sqlsrv_rows_affected Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query executed
sqlsrv_send_stream_data Sends data from parameter streams to the server
sqlsrv_server_info Returns information about the server
strftime ロケールの設定に基づいてローカルな日付・時間をフォーマットする
strptime strftime() が生成した日付/時刻をパースする
strtotime 英文形式の日付を Unix タイムスタンプに変換する
scandir 指定されたパスのファイルとディレクトリのリストを取得する
set_file_buffer stream_set_write_buffer() のエイリアス
stat ファイルに関する情報を取得する
symlink シンボリックリンクを作成する
setproctitle プロセスのタイトルを設定
setthreadtitle スレッドのタイトルを設定
Spoofchecker::areConfusable Checks if given strings can be confused
Spoofchecker::__construct Constructor
Spoofchecker::isSuspicious Checks if a given text contains any suspicious characters
Spoofchecker::setAllowedLocales チェック時に使うロケールを設定する
Spoofchecker::setChecks 実行するチェックを設定する
sin 正弦(サイン)
sinh 双曲線正弦(ハイパボリックサイン)
sqrt 平方根
srand 乱数生成器を初期化する
shell_exec シェルによりコマンドを実行し、文字列として出力全体を返す
system 外部プログラムを実行し、出力を表示する
sem_acquire セマフォを得る
sem_get セマフォ ID を得る
sem_release セマフォを解放する
sem_remove セマフォを削除する
shm_attach 共有メモリセグメントを作成またはオープンする
shm_detach 共有メモリセグメントへの接続を閉じる
shm_get_var 共有メモリから変数を返す
shm_has_var 特定のエントリが存在するかどうかを調べる
shm_put_var 共有メモリの変数を挿入または更新する
shm_remove_var 共有メモリから変数を削除する
shm_remove Unix システムから共有メモリを削除する
shmop_close Close shared memory block
shmop_delete Delete shared memory block
shmop_open 共有メモリブロックを作成またはオープンする
shmop_read Read data from shared memory block
shmop_size Get size of shared memory block
shmop_write Write data into shared memory block
SyncMutex::__construct Constructs a new SyncMutex object
SyncMutex::lock Waits for an exclusive lock
SyncMutex::unlock Unlocks the mutex
SyncSemaphore::__construct Constructs a new SyncSemaphore object
SyncSemaphore::lock Decreases the count of the semaphore or waits
SyncSemaphore::unlock Increases the count of the semaphore
SyncEvent::__construct Constructs a new SyncEvent object
SyncEvent::fire Fires/sets the event
SyncEvent::reset Resets a manual event
SyncEvent::wait Waits for the event to be fired/set
SyncReaderWriter::__construct Constructs a new SyncReaderWriter object
SyncReaderWriter::readlock Waits for a read lock
SyncReaderWriter::readunlock Releases a read lock
SyncReaderWriter::writelock Waits for an exclusive write lock
SyncReaderWriter::writeunlock Releases a write lock
SyncSharedMemory::__construct Constructs a new SyncSharedMemory object
SyncSharedMemory::first Check to see if the object is the first instance system-wide of named shared memory
SyncSharedMemory::read Copy data from named shared memory
SyncSharedMemory::size Returns the size of the named shared memory
SyncSharedMemory::write Copy data to named shared memory
sapi_windows_cp_conv 文字列のコードページを別のものに変換する
sapi_windows_cp_get 現在のプロセスのコードページを取得する
sapi_windows_cp_is_utf8 コードページがUTF-8と互換性があるかを返す
sapi_windows_cp_set 現在のプロセスのコードページを設定する
sapi_windows_generate_ctrl_event CTRLイベント を別プロセスに送信する
sapi_windows_set_ctrl_handler CTRLイベント のハンドラを設定したり削除したりする
sapi_windows_vt100_support Windows コンソールの出力バッファに関連付けられたストリームのVT100サポート状況を取得/設定する
show_source highlight_file() のエイリアス
sleep 実行を遅延させる
sys_getloadavg システムの平均負荷を取得する
seaslog_get_author Get SeasLog author.
seaslog_get_version Get SeasLog version.
SeasLog::alert Record alert log information
SeasLog::analyzerCount Get log count by level, log_path and key_word
SeasLog::analyzerDetail Get log detail by level, log_path, key_word, start, limit, order
SeasLog::closeLoggerStream Manually release stream flow from logger
SeasLog::__construct Description
SeasLog::critical Record critical log information
SeasLog::debug Record debug log information
SeasLog::__destruct Description
SeasLog::emergency Record emergency log information
SeasLog::error Record error log information
SeasLog::flushBuffer Flush logs buffer, dump to appender file, or send to remote api with tcp/udp
SeasLog::getBasePath Get SeasLog base path.
SeasLog::getBuffer Get the logs buffer in memory as array
SeasLog::getBufferEnabled Determin if buffer enabled
SeasLog::getDatetimeFormat Get SeasLog datetime format style
SeasLog::getLastLogger Get SeasLog last logger path
SeasLog::getRequestID Get SeasLog request_id differentiated requests
SeasLog::getRequestVariable Get SeasLog request variable
SeasLog::info Record info log information
SeasLog::log The Common Record Log Function
SeasLog::notice Record notice log information
SeasLog::setBasePath Set SeasLog base path
SeasLog::setDatetimeFormat Set SeasLog datetime format style
SeasLog::setLogger Set SeasLog logger name
SeasLog::setRequestID Set SeasLog request_id differentiated requests
SeasLog::setRequestVariable Manually set SeasLog request variable
SeasLog::warning Record warning log information
spl_autoload_call 要求されたクラスを読み込むために、すべての登録済みの __autoload() 関数を試す
spl_autoload_extensions spl_autoload 用のデフォルトの拡張子を登録し、それを返す
spl_autoload_functions すべての登録済み __autoload() 関数を返す
spl_autoload_register 指定した関数を __autoload() の実装として登録する
spl_autoload_unregister 指定した関数の、__autoload() の実装としての登録を解除する
spl_autoload __autoload() のデフォルト実装
spl_classes 利用可能な SPL クラスを返す
spl_object_hash 指定したオブジェクトのハッシュ ID を返す
spl_object_id 与えられたオブジェクトを扱う数値オブジェクトを返す
SplType::__construct 何らかの型の新しい値を作成する
SplEnum::getConstList すべての定数 (取り得る値) を配列で返す
streamWrapper::__construct 新しいストリームラッパーを作成する
streamWrapper::__destruct 既存のストリームラッパーを破棄する
streamWrapper::dir_closedir ディレクトリハンドルを閉じる
streamWrapper::dir_opendir ディレクトリハンドルをオープンする
streamWrapper::dir_readdir ディレクトリハンドルからエントリを読み込む
streamWrapper::dir_rewinddir ディレクトリハンドルを巻き戻す
streamWrapper::mkdir ディレクトリを作成する
streamWrapper::rename ファイルあるいはディレクトリの名前を変える
streamWrapper::rmdir ディレクトリを削除する
streamWrapper::stream_cast 元となるリソースを取得する
streamWrapper::stream_close リソースを閉じる
streamWrapper::stream_eof ファイルポインタが終端にあるかどうかを調べる
streamWrapper::stream_flush 出力をフラッシュする
streamWrapper::stream_lock ファイルのアドバイザリ・ロック
streamWrapper::stream_metadata ストリームメタデータを変更する
streamWrapper::stream_open ファイルあるいは URL をオープンする
streamWrapper::stream_read ストリームから読み込む
streamWrapper::stream_seek ストリーム内の特定の場所に移動する
streamWrapper::stream_set_option ストリームのオプションを変更する
streamWrapper::stream_stat ファイルリソースについての情報を取得する
streamWrapper::stream_tell ストリームの現在位置を取得する
streamWrapper::stream_truncate ストリームを丸める
streamWrapper::stream_write ストリームに書き込む
streamWrapper::unlink ファイルを削除する
streamWrapper::url_stat ファイルについての情報を取得する
stream_bucket_append bucket を brigade に追加する
stream_bucket_make_writeable 操作する brigade から bucket オブジェクトを返す
stream_bucket_new 現在のストリームで使用する新しい bucket を作成する
stream_bucket_prepend bucket を brigade の先頭に追加する
stream_context_create ストリームコンテキストを作成する
stream_context_get_default デフォルトのストリームコンテキストを取得する
stream_context_get_options ストリーム / ラッパー / コンテキストに設定されているオプションを取得する
stream_context_get_params コンテキストのパラメータを取得する
stream_context_set_default デフォルトのストリームコンテキストを設定する
stream_context_set_option ストリーム / ラッパー / コンテキストのオプションを設定する
stream_context_set_params ストリーム / ラッパー / コンテキストのパラメータを設定する
stream_copy_to_stream データをあるストリームから別のストリームにコピーする
stream_filter_append ストリームにフィルタを付加する
stream_filter_prepend フィルタをストリームに付加する
stream_filter_register ユーザー定義のストリームフィルタを登録する
stream_filter_remove ストリームからフィルタを取り除く
stream_get_contents 残りのストリームを文字列に読み込む
stream_get_filters 登録されているフィルタのリストを取得する
stream_get_line 指定されたデリミタの位置までのデータを一行分としてストリームから読み込む
stream_get_meta_data ヘッダーあるいはメタデータをストリームまたはファイルポインタから取得する
stream_get_transports 登録されたソケットのトランスポートの一覧を取得する
stream_get_wrappers 登録されているストリームのラッパーのリストを取得する
stream_is_local ローカルストリームかどうかを調べる
stream_isatty Check if a stream is a TTY
stream_notification_callback notification コンテキストパラメータ用のコールバック関数
stream_register_wrapper stream_wrapper_register() のエイリアス
stream_resolve_include_path インクルードパスに対してファイル名を解決する
stream_select select() システムコールと同等の操作を、 ストリームの配列に対して tv_sec と tv_usec で指定されたタイムアウト時間をもって行う
stream_set_blocking ストリームのブロックモードを有効にする / 解除する
stream_set_chunk_size ストリームのチャンクサイズを設定する
stream_set_read_buffer 指定したストリームのファイル読み込みバッファリングを有効にする
stream_set_timeout ストリームにタイムアウトを設定する
stream_set_write_buffer 指定されたストリームのファイル書き込みバッファリングを有効にする
stream_socket_accept stream_socket_server() で作られたソケットの接続を受け入れる
stream_socket_client インターネットドメインまたは Unix ドメインのソケット接続を開く
stream_socket_enable_crypto 接続済みのソケットについて暗号化の on/off を切り替える
stream_socket_get_name ローカルまたはリモートのソケットの名前を取得する
stream_socket_pair 接続された、区別できないソケットストリームの組を作成する
stream_socket_recvfrom 接続されているかどうかにかかわらず、ソケットからのデータを受信する
stream_socket_sendto 接続されているかどうかにかかわらず、ソケットにデータを送信する
stream_socket_server インターネットドメインまたは Unix ドメインのサーバーソケットを作成する
stream_socket_shutdown 全二重接続を終了する
stream_supports_lock ストリームがロックをサポートしているかどうかを調べる
stream_wrapper_register PHP のクラスとして実装された URL ラッパーを登録する
stream_wrapper_restore 事前に登録を解除された組み込みラッパーを復元する
stream_wrapper_unregister URL ラッパーの登録を解除する
swoole_async_dns_lookup Async and non-blocking hostname to IP lookup
swoole_async_read Read file stream asynchronously
swoole_async_readfile Read a file asynchronously
swoole_async_set Update the async I/O options
swoole_async_write Write data to a file stream asynchronously
swoole_async_writefile Write data to a file asynchronously
swoole_client_select Get the file description which are ready to read/write or error
swoole_cpu_num Get the number of CPU
swoole_errno Get the error code of the latest system call
swoole_event_add Add new callback functions of a socket into the EventLoop
swoole_event_defer Add callback function to the next event loop
swoole_event_del Remove all event callback functions of a socket
swoole_event_exit Exit the eventloop, only available at the client side
swoole_event_set Update the event callback functions of a socket
swoole_event_wait Start the event loop
swoole_event_write Write data to a socket
swoole_get_local_ip Get the IPv4 IP addresses of each NIC on the machine
swoole_last_error Get the lastest error message
swoole_load_module Load a swoole extension
swoole_select Select the file descriptions which are ready to read/write or error in the eventloop
swoole_set_process_name Set the process name
swoole_strerror Convert the Errno into error messages
swoole_timer_after Trigger a one time callback function in the future
swoole_timer_exists Check if a timer callback function is existed
swoole_timer_tick Trigger a timer tick callback function by time interval
swoole_version Get the version of Swoole
Swoole\Async::dnsLookup Async and non-blocking hostname to IP lookup.
Swoole\Async::read Read file stream asynchronously.
Swoole\Async::readFile Read a file asynchronously.
Swoole\Async::set Update the async I/O options.
Swoole\Async::write Write data to a file stream asynchronously.
Swoole\Async::writeFile Description
Swoole\Atomic::add Add a number to the value to the atomic object.
Swoole\Atomic::cmpset Compare and set the value of the atomic object.
Swoole\Atomic::__construct Construct a swoole atomic object.
Swoole\Atomic::get Get the current value of the atomic object.
Swoole\Atomic::set Set a new value to the atomic object.
Swoole\Atomic::sub Subtract a number to the value of the atomic object.
Swoole\Buffer::append Append the string or binary data at the end of the memory buffer and return the new size of memory allocated.
Swoole\Buffer::clear Reset the memory buffer.
Swoole\Buffer::__construct Fixed size memory blocks allocation.
Swoole\Buffer::__destruct Destruct the Swoole memory buffer.
Swoole\Buffer::expand Expand the size of memory buffer.
Swoole\Buffer::read Read data from the memory buffer based on offset and length.
Swoole\Buffer::recycle Release the memory to OS which is not used by the memory buffer.
Swoole\Buffer::substr Read data from the memory buffer based on offset and length. Or remove data from the memory buffer.
Swoole\Buffer::__toString Get the string value of the memory buffer.
Swoole\Buffer::write Write data to the memory buffer. The memory allocated for the buffer will not be changed.
Swoole\Channel::__construct Construct a Swoole Channel
Swoole\Channel::__destruct Destruct a Swoole channel.
Swoole\Channel::pop Read and pop data from swoole channel.
Swoole\Channel::push Write and push data into Swoole channel.
Swoole\Channel::stats Get stats of swoole channel.
Swoole\Client::close Close the connection established.
Swoole\Client::connect Connect to the remote TCP or UDP port.
Swoole\Client::__construct Create Swoole sync or async TCP/UDP client, with or without SSL.
Swoole\Client::__destruct Destruct the Swoole client.
Swoole\Client::getpeername Get the remote socket name of the connection.
Swoole\Client::getsockname Get the local socket name of the connection.
Swoole\Client::isConnected Check if the connection is established.
Swoole\Client::on Add callback functions triggered by events.
Swoole\Client::pause Pause receiving data.
Swoole\Client::pipe Redirect the data to another file descriptor.
Swoole\Client::recv Receive data from the remote socket.
Swoole\Client::resume Resume receiving data.
Swoole\Client::send Send data to the remote TCP socket.
Swoole\Client::sendfile Send file to the remote TCP socket.
Swoole\Client::sendto Send data to the remote UDP address.
Swoole\Client::set Set the Swoole client parameters before the connection is established.
Swoole\Client::sleep Remove the TCP client from system event loop.
Swoole\Client::wakeup Add the TCP client back into the system event loop.
Swoole\Connection\Iterator::count Count connections.
Swoole\Connection\Iterator::current Return current connection entry.
Swoole\Connection\Iterator::key Return key of the current connection.
Swoole\Connection\Iterator::next Move to the next connection.
Swoole\Connection\Iterator::offsetExists Check if offet exists.
Swoole\Connection\Iterator::offsetGet Offset to retrieve.
Swoole\Connection\Iterator::offsetSet Assign a Connection to the specified offset.
Swoole\Connection\Iterator::offsetUnset Unset an offset.
Swoole\Connection\Iterator::rewind Rewinds iterator
Swoole\Connection\Iterator::valid Check if current position is valid.
Swoole\Coroutine::call_user_func_array Call a callback with an array of parameters
Swoole\Coroutine::call_user_func Call a callback given by the first parameter
Swoole\Coroutine::cli_wait Description
Swoole\Coroutine::create Description
Swoole\Coroutine\Client::close Description
Swoole\Coroutine\Client::connect Description
Swoole\Coroutine\Client::__construct Description
Swoole\Coroutine\Client::__destruct Description
Swoole\Coroutine\Client::getpeername Description
Swoole\Coroutine\Client::getsockname Description
Swoole\Coroutine\Client::isConnected Description
Swoole\Coroutine\Client::recv Description
Swoole\Coroutine\Client::send Description
Swoole\Coroutine\Client::sendfile Description
Swoole\Coroutine\Client::sendto Description
Swoole\Coroutine\Client::set Description
Swoole\Coroutine\Http\Client::addFile Description
Swoole\Coroutine\Http\Client::close Description
Swoole\Coroutine\Http\Client::__construct Description
Swoole\Coroutine\Http\Client::__destruct Description
Swoole\Coroutine\Http\Client::execute Description
Swoole\Coroutine\Http\Client::get Description
Swoole\Coroutine\Http\Client::getDefer Description
Swoole\Coroutine\Http\Client::isConnected Description
Swoole\Coroutine\Http\Client::post Description
Swoole\Coroutine\Http\Client::recv Description
Swoole\Coroutine\Http\Client::set Description
Swoole\Coroutine\Http\Client::setCookies Description
Swoole\Coroutine\Http\Client::setData Description
Swoole\Coroutine\Http\Client::setDefer Description
Swoole\Coroutine\Http\Client::setHeaders Description
Swoole\Coroutine\Http\Client::setMethod Description
Swoole\Coroutine\MySQL::close Description
Swoole\Coroutine\MySQL::connect Description
Swoole\Coroutine\MySQL::__construct Description
Swoole\Coroutine\MySQL::__destruct Description
Swoole\Coroutine\MySQL::getDefer Description
Swoole\Coroutine\MySQL::query Description
Swoole\Coroutine\MySQL::recv Description
Swoole\Coroutine\MySQL::setDefer Description
Swoole\Coroutine::getuid Description
Swoole\Coroutine::resume Description
Swoole\Coroutine::suspend Description
Swoole\Event::add Add new callback functions of a socket into the EventLoop.
Swoole\Event::defer Add a callback function to the next event loop.
Swoole\Event::del Remove all event callback functions of a socket.
Swoole\Event::exit Exit the eventloop, only available at client side.
Swoole\Event::set Update the event callback functions of a socket.
Swoole\Event::wait Description
Swoole\Event::write Write data to the socket.
Swoole\Http\Client::addFile Add a file to the post form.
Swoole\Http\Client::close Close the http connection.
Swoole\Http\Client::__construct Construct the async HTTP client.
Swoole\Http\Client::__destruct Destruct the HTTP client.
Swoole\Http\Client::download Download a file from the remote server.
Swoole\Http\Client::execute Send the HTTP request after setting the parameters.
Swoole\Http\Client::get Send GET http request to the remote server.
Swoole\Http\Client::isConnected Check if the HTTP connection is connected.
Swoole\Http\Client::on Register callback function by event name.
Swoole\Http\Client::post Send POST http request to the remote server.
Swoole\Http\Client::push Push data to websocket client.
Swoole\Http\Client::set Update the HTTP client paramters.
Swoole\Http\Client::setCookies Set the http request cookies.
Swoole\Http\Client::setData Set the HTTP request body data.
Swoole\Http\Client::setHeaders Set the HTTP request headers.
Swoole\Http\Client::setMethod Set the HTTP request method.
Swoole\Http\Client::upgrade Upgrade to websocket protocol.
Swoole\Http\Request::__destruct Destruct the HTTP request.
Swoole\Http\Request::rawcontent Get the raw HTTP POST body.
Swoole\Http\Response::cookie Set the cookies of the HTTP response.
Swoole\Http\Response::__destruct Destruct the HTTP response.
Swoole\Http\Response::end Send data for the HTTP request and finish the response.
Swoole\Http\Response::gzip Enable the gzip of response content.
Swoole\Http\Response::header Set the HTTP response headers.
Swoole\Http\Response::initHeader Init the HTTP response header.
Swoole\Http\Response::rawcookie Set the raw cookies to the HTTP response.
Swoole\Http\Response::sendfile Send file through the HTTP response.
Swoole\Http\Response::status Set the status code of the HTTP response.
Swoole\Http\Response::write Append HTTP body content to the HTTP response.
Swoole\Http\Server::on Bind callback function to HTTP server by event name.
Swoole\Http\Server::start Start the swoole http server.
Swoole\Lock::__construct Construct a memory lock.
Swoole\Lock::__destruct Destory a Swoole memory lock.
Swoole\Lock::lock_read Lock a read-write lock for reading.
Swoole\Lock::lock Try to acquire the lock. It will block if the lock is not available.
Swoole\Lock::trylock_read Try to lock a read-write lock for reading and return straight away even the lock is not available.
Swoole\Lock::trylock Try to acquire the lock and return straight away even the lock is not available.
Swoole\Lock::unlock Release the lock.
Swoole\Mmap::open Map a file into memory and return the stream resource which can be used by PHP stream operations.
Swoole\MySQL::close Close the async MySQL connection.
Swoole\MySQL::connect Connect to the remote MySQL server.
Swoole\MySQL::__construct Construct an async MySQL client.
Swoole\MySQL::__destruct Destory the async MySQL client.
Swoole\MySQL::getBuffer Description
Swoole\MySQL::on Register callback function based on event name.
Swoole\MySQL::query Run the SQL query.
Swoole\Process::alarm High precision timer which triggers signal with fixed interval.
Swoole\Process::close Close the pipe to the child process.
Swoole\Process::__construct Construct a process.
Swoole\Process::daemon Change the process to be a daemon process.
Swoole\Process::__destruct Destory the process.
Swoole\Process::exec Execute system commands.
Swoole\Process::exit Stop the child processes.
Swoole\Process::freeQueue Destroy the message queue created by swoole_process::useQueue.
Swoole\Process::kill Send signal to the child process.
Swoole\Process::name Set name of the process.
Swoole\Process::pop Read and pop data from the message queue.
Swoole\Process::push Write and push data into the message queue.
Swoole\Process::read Read data sending to the process.
Swoole\Process::signal Send signal to the child processes.
Swoole\Process::start Start the process.
Swoole\Process::statQueue Get the stats of the message queue used as the communication method between processes.
Swoole\Process::useQueue Create a message queue as the communication method between the parent process and child processes.
Swoole\Process::wait Wait for the events of child processes.
Swoole\Process::write Write data into the pipe and communicate with the parent process or child processes.
Swoole\Redis\Server::format Description
Swoole\Redis\Server::setHandler Description
Swoole\Redis\Server::start Description
Swoole\Serialize::pack Serialize the data.
Swoole\Serialize::unpack Unserialize the data.
Swoole\Server::addlistener Add a new listener to the server.
Swoole\Server::addProcess Add a user defined swoole_process to the server.
Swoole\Server::after Trigger a callback function after a period of time.
Swoole\Server::bind Bind the connection to a user defined user ID.
Swoole\Server::clearTimer Stop and destory a timer.
Swoole\Server::close Close a connection to the client.
Swoole\Server::confirm Check status of the connection.
Swoole\Server::connection_info Get the connection info by file description.
Swoole\Server::connection_list Get all of the established connections.
Swoole\Server::__construct Construct a Swoole server.
Swoole\Server::defer Delay execution of the callback function at the end of current EventLoop.
Swoole\Server\Port::__construct Construct a server port
Swoole\Server\Port::__destruct Destory server port
Swoole\Server\Port::on Register callback functions by event.
Swoole\Server\Port::set Set protocol of the server port.
Swoole\Server::exist Check if the connection is existed.
Swoole\Server::finish Used in task process for sending result to the worker process when the task is finished.
Swoole\Server::getClientInfo Get the connection info by file description.
Swoole\Server::getClientList Get all of the established connections.
Swoole\Server::getLastError Get the error code of the most recent error.
Swoole\Server::heartbeat Check all the connections on the server.
Swoole\Server::listen Listen on the given IP and port, socket type.
Swoole\Server::on Register a callback function by event name.
Swoole\Server::pause Stop receiving data from the connection.
Swoole\Server::protect Set the connection to be protected mode.
Swoole\Server::reload Restart all the worker process.
Swoole\Server::resume Start receving data from the connection.
Swoole\Server::send Send data to the client.
Swoole\Server::sendfile Send file to the connection.
Swoole\Server::sendMessage Send message to worker processes by ID.
Swoole\Server::sendto Send data to the remote UDP address.
Swoole\Server::sendwait Send data to the remote socket in the blocking way.
Swoole\Server::set Set the runtime settings of the swoole server.
Swoole\Server::shutdown Shutdown the master server process, this function can be called in worker processes.
Swoole\Server::start Start the Swoole server.
Swoole\Server::stats Get the stats of the Swoole server.
Swoole\Server::stop Stop the Swoole server.
Swoole\Server::task Send data to the task worker processes.
Swoole\Server::taskwait Send data to the task worker processes in blocking way.
Swoole\Server::taskWaitMulti Execute multiple tasks concurrently.
Swoole\Server::tick Repeats a given function at every given time-interval.
Swoole\Table::column Set the data type and size of the columns.
Swoole\Table::__construct Construct a Swoole memory table with fixed size.
Swoole\Table::count Count the rows in the table, or count all the elements in the table if $mode = 1.
Swoole\Table::create Create the swoole memory table.
Swoole\Table::current Get the current row.
Swoole\Table::decr Decrement the value in the Swoole table by $row_key and $column_key.
Swoole\Table::del Delete a row in the Swoole table by $row_key.
Swoole\Table::destroy Destroy the Swoole table.
Swoole\Table::exist Check if a row is existed by $row_key.
Swoole\Table::get Get the value in the Swoole table by $row_key and $column_key.
Swoole\Table::incr Increment the value by $row_key and $column_key.
Swoole\Table::key Get the key of current row.
Swoole\Table::next Iterator the next row.
Swoole\Table::rewind Rewind the iterator.
Swoole\Table::set Update a row of the table by $row_key.
Swoole\Table::valid Check current if the current row is valid.
Swoole\Timer::after Trigger a callback function after a period of time.
Swoole\Timer::clear Delete a timer by timer ID.
Swoole\Timer::exists Check if a timer is existed.
Swoole\Timer::tick Repeats a given function at every given time-interval.
Swoole\WebSocket\Server::exist Check if the file descriptor exists.
Swoole\WebSocket\Server::on Register event callback function
Swoole\WebSocket\Server::pack Get a pack of binary data to send in a single frame.
Swoole\WebSocket\Server::push Push data to the remote client.
Swoole\WebSocket\Server::unpack Unpack the binary data received from the client.
setcookie クッキーを送信する
setrawcookie 値を URL エンコードせずにクッキーを送信する
socket_get_status stream_get_meta_data() のエイリアス
socket_set_blocking stream_set_blocking() のエイリアス
socket_set_timeout stream_set_timeout() のエイリアス
syslog システムログのメッセージを生成する
scoutapm_get_calls 収集する処理が呼ばれた情報の一覧を返す
scoutapm_list_instrumented_functions scoutapm がデータを収集する関数の一覧
snmp_get_quick_print UCD ライブラリの quick_print の現在の設定値を取得する
snmp_get_valueretrieval SNMP の値が返される方法を返す
snmp_read_mib アクティブな MIB ツリーの中に MIB ファイルを読み込んでパースする
snmp_set_enum_print すべての enum を、実際の整数値ではなく enum 値とともに返す
snmp_set_oid_numeric_print OID の出力フォーマットを設定する
snmp_set_oid_output_format OID の出力形式を設定する
snmp_set_quick_print UCB SNMP ライブラリで quick_print の値を設定する
snmp_set_valueretrieval SNMP の値が返される方法を設定する
snmp2_get SNMP オブジェクトを取得する
snmp2_getnext 指定したオブジェクト ID に続く SNMP オブジェクトを取得する
snmp2_real_walk 指定したすべてのオブジェクトとそのオブジェクト ID を返す
snmp2_set SNMP オブジェクトの値を設定する
snmp2_walk すべての SNMP オブジェクトをエージェントから取得する
snmp3_get SNMP オブジェクトを取得する
snmp3_getnext 指定したオブジェクト ID に続く SNMP オブジェクトを取得する
snmp3_real_walk 指定したすべてのオブジェクトとそのオブジェクト ID を返す
snmp3_set SNMP オブジェクトの値を設定する
snmp3_walk すべての SNMP オブジェクトをエージェントから取得する
snmpget SNMP オブジェクトを取得する
snmpgetnext 指定したオブジェクト ID に続く SNMP オブジェクトを取得する
snmprealwalk 指定したオブジェクトに関するオブジェクト ID を含むすべてのオブジェクトを返す
snmpset SNMP オブジェクトの値を設定する
snmpwalk エージェントから全ての SNMP オブジェクトを取得する
snmpwalkoid ネットワークエンティティに関する情報ツリーを検索する
SNMP::close SNMP セッションを閉じる
SNMP::__construct リモート SNMP エージェントへのセッションを表す SNMP インスタンスを作成する
SNMP::get SNMP オブジェクトを取得する
SNMP::getErrno 直近のエラーコードを取得する
SNMP::getError 直近のエラーメッセージを取得する
SNMP::getnext 指定したオブジェクト ID に続く SNMP オブジェクトを取得する
SNMP::set SNMP オブジェクトの値を設定する
SNMP::setSecurity セキュリティ関連の SNMPv3 セッションパラメータを設定する
SNMP::walk SNMP オブジェクトのサブツリーを取得する
socket_accept ソケットへの接続を許可する
socket_addrinfo_bind 与えられた addrinfo から、ソケットを作成してバインドする
socket_addrinfo_connect 与えられた addrinfo から、ソケットを作って接続する
socket_addrinfo_explain addrinfo に関する情報を取得する
socket_addrinfo_lookup 与えられたホスト名に関する getaddrinfo の内容を配列で取得する
socket_bind ソケットに名前をバインドする
socket_clear_error ソケットのエラーまたは直近のエラーコードをクリアする
socket_close ソケットリソースを閉じる
socket_cmsg_space メッセージバッファサイズを計算する
socket_connect ソケット上の接続を初期化する
socket_create_listen 接続を受けつけるためにポートにソケットをオープンする
socket_create_pair 区別できないソケットの組を作成し、配列に保存する
socket_create ソケット(通信時の終端)を作成する
socket_export_stream ソケットをカプセル化したストリームに、ソケット拡張リソースをエクスポートする
socket_get_option ソケットのオプションを取得する
socket_getopt socket_get_option() のエイリアス
socket_getpeername 指定したソケットのリモート側に問い合わせ、その型に応じてホスト/ポート、あるいは Unix ファイルシステムのパスを返す
socket_getsockname 指定したソケットのローカル側に問い合わせ、その型に応じてホスト/ポート、あるいは Unix ファイルシステムのパスを返す
socket_import_stream ストリームをインポートする
socket_last_error ソケットの直近のエラーを返す
socket_listen ソケット上で接続待ち(listen)する
socket_read ソケットから最大バイト長まで読みこむ
socket_recv 接続したソケットからデータを受信する
socket_recvfrom 接続しているかどうかによらず、ソケットからデータを受信する
socket_recvmsg メッセージを読む
socket_select 与えられたソケットの配列に対し、指定した有効時間で select() システムコールを実行する
socket_send 接続したソケットにデータを送信する
socket_sendmsg メッセージを送信する
socket_sendto 接続しているかどうかによらずソケットにメッセージを送信する
socket_set_block ソケットリソースをブロックモードに設定する
socket_set_nonblock ソケットリソースを非ブロックモードに設定する
socket_set_option ソケットのオプションを設定する
socket_setopt socket_set_option() のエイリアス
socket_shutdown 受信、送信、または送受信用のソケットをシャットダウンする
socket_strerror ソケットエラーの内容を文字列として返す
socket_write ソケットに書き込む
socket_wsaprotocol_info_export WSAPROTOCOL_INFO 構造体をエクスポートする
socket_wsaprotocol_info_import 別のプロセスからソケットをインポートする
socket_wsaprotocol_info_release エクスポートした WSAPROTOCOL_INF 構造体を解放する
ssh2_auth_agent SSH の認証を、ssh agent を使って行う
ssh2_auth_hostbased_file ホスト公開鍵を使用して認証を行う
ssh2_auth_none "none" として認証する
ssh2_auth_password SSH 上でプレーンなパスワードを使用した認証を行う
ssh2_auth_pubkey_file 公開鍵を使用した認証を行う
ssh2_connect SSH サーバーに接続する
ssh2_disconnect Close a connection to a remote SSH server
ssh2_exec リモートサーバー上でコマンドを実行する
ssh2_fetch_stream 拡張データストリームを取得する
ssh2_fingerprint リモートサーバーのフィンガープリントを処理する
ssh2_methods_negotiated ネゴシエートされたメソッドのリストを返す
ssh2_publickey_add 認証済み公開鍵を追加する
ssh2_publickey_init 公開鍵サブシステムを初期化する
ssh2_publickey_list 現在認証済みの公開鍵の一覧を表示する
ssh2_publickey_remove 認証済み公開鍵を取り除く
ssh2_scp_recv SCP 経由でファイルを要求する
ssh2_scp_send SCP 経由でファイルを送信する
ssh2_sftp_chmod ファイルのモードを変更する
ssh2_sftp_lstat シンボリックリンクの情報を取得する
ssh2_sftp_mkdir ディレクトリを作成する
ssh2_sftp_readlink シンボリックリンクのターゲットを返す
ssh2_sftp_realpath 指定されたパス文字列の実パスを解決する
ssh2_sftp_rename リモートファイルを改名する
ssh2_sftp_rmdir ディレクトリを削除する
ssh2_sftp_stat リモートファイルシステム上のファイルの情報を取得する
ssh2_sftp_symlink シンボリックリンクを作成する
ssh2_sftp_unlink ファイルを削除する
ssh2_sftp SFTP サブシステムを初期化する
ssh2_shell 対話式のシェルを要求する
ssh2_tunnel リモートサーバーを経由するトンネルをオープンする
stomp_connect_error Returns a string description of the last connect error
stomp_version Gets the current stomp extension version
Stomp::abort Rolls back a transaction in progress
Stomp::ack Acknowledges consumption of a message
Stomp::begin Starts a transaction
Stomp::commit Commits a transaction in progress
Stomp::__construct Opens a connection
Stomp::__destruct Closes stomp connection
Stomp::error Gets the last stomp error
Stomp::getReadTimeout Gets read timeout
Stomp::getSessionId Gets the current stomp session ID
Stomp::hasFrame Indicates whether or not there is a frame ready to read
Stomp::readFrame Reads the next frame
Stomp::send Sends a message
Stomp::setReadTimeout Sets read timeout
Stomp::subscribe Registers to listen to a given destination
Stomp::unsubscribe Removes an existing subscription
StompFrame::__construct Constructor
StompException::getDetails Get exception details
SVM::__construct SVM オブジェクトを新規構築
SVM::crossvalidate Test training params on subsets of the training data
SVM::getOptions 現在の訓練パラメータを返す
SVM::setOptions 訓練パラメータを設定
SVM::train Create a SVMModel based on training data
SVMModel::checkProbabilityModel モデルが確率情報を持つ場合 TRUE を返す
SVMModel::__construct SVMModel を新規構築
SVMModel::getLabels モデルが訓練されたラベルを取得
SVMModel::getNrClass モデルが訓練されたクラスの個数を返す
SVMModel::getSvmType モデルが訓練された SVM の種類を取得
SVMModel::getSvrProbability 回帰モデルに対するσ(シグマ)値を取得
SVMModel::load 保管された SVM モデルを読み込み
SVMModel::predict_probability Return class probabilities for previous unseen data
SVMModel::predict Predict a value for previously unseen data
SVMModel::save モデルをファイルに保管
svn_add Schedules the addition of an item in a working directory
svn_auth_get_parameter 認証パラメータを取得する
svn_auth_set_parameter 認証パラメータを設定する
svn_blame ファイルの SVN blame を取得する
svn_cat リポジトリ内のファイルの内容を返す
svn_checkout リポジトリから作業コピーをチェックアウトする
svn_cleanup 作業コピーディレクトリを再帰的にクリーンアップし、中途半端な操作を解消してロックを削除する
svn_client_version SVN クライアントライブラリのバージョンを返す
svn_commit Sends changes from the local working copy to the repository
svn_delete Delete items from a working copy or repository
svn_diff ふたつのパスの差分を再帰的に取得する
svn_export Export the contents of a SVN directory
svn_fs_abort_txn トランザクションを中断し、成功したら true、失敗したら false を返す
svn_fs_apply_text 置換に使用するストリームを作成して返す
svn_fs_begin_txn2 新しいトランザクションを作成する
svn_fs_change_node_prop 成功したら true、失敗したら false を返す
svn_fs_check_path 指定したリポジトリの fsroot パスにどんなアイテムが存在するかを調べる
svn_fs_contents_changed コンテンツが変更されている場合に true、されていない場合に false を返す
svn_fs_copy ファイルやディレクトリをコピーし、成功したら true、失敗したら false を返す
svn_fs_delete ファイルやディレクトリを削除し、成功したら true、失敗したら false を返す
svn_fs_dir_entries 指定したパスのディレクトリを列挙し、ディレクトリ名とファイルタイプのハッシュを返す
svn_fs_file_contents 指定したバージョンの fs から、ファイルの中身を読み込むためのストリームを返す
svn_fs_file_length 指定したバージョンの fs から、ファイルの長さを返す
svn_fs_is_dir ディレクトリを指すパスである場合に true、それ以外の場合に false を返す
svn_fs_is_file ファイルを指すパスである場合に true、それ以外の場合に false を返す
svn_fs_make_dir 空のディレクトリを作成し、成功したら true、失敗したら false を返す
svn_fs_make_file 空のファイルを作成し、成功したら true、失敗したら false を返す
svn_fs_node_created_rev fsroot 配下のパスが作成されたリビジョンを返す
svn_fs_node_prop ノードのプロパティの値を返す
svn_fs_props_changed プロパティが変更されている場合に true、それ以外の場合に false を返す
svn_fs_revision_prop 指定したプロパティの値を取得する
svn_fs_revision_root リポジトリのルートの指定したバージョンのハンドルを取得する
svn_fs_txn_root トランザクションのルートを作成して返す
svn_fs_youngest_rev ファイルシステム内で一番若いリビジョン番号を返す
svn_import バージョン管理されていないパスをリポジトリにインポートする
svn_log 指定したリポジトリ URL のコミットログメッセージを返す
svn_ls Returns list of directory contents in repository URL, optionally at revision number
svn_mkdir 作業コピーあるいはリポジトリ内にディレクトリを作成する
svn_repos_create 新しい subversion リポジトリを指定したパスに作成する
svn_repos_fs_begin_txn_for_commit 新しいトランザクションを作成する
svn_repos_fs_commit_txn トランザクションをコミットし、新しいリビジョンを返す
svn_repos_fs リポジトリ用に、ファイルシステム上のハンドルを取得する
svn_repos_hotcopy repospath にあるリポジトリのホットコピーを作成し、destpath にコピーする
svn_repos_open Open a shared lock on a repository
svn_repos_recover Run recovery procedures on the repository located at path
svn_revert Revert changes to the working copy
svn_status Returns the status of working copy files and directories
svn_update Update working copy
SolrUtils::digestXmlResponse Parses an response XML string into a SolrObject
SolrUtils::escapeQueryChars Escapes a lucene query string
SolrUtils::getSolrVersion Solr エクステンションの現行バージョンを返す
SolrUtils::queryPhrase Prepares a phrase from an unescaped lucene string
SolrInputDocument::addChildDocument Adds a child document for block indexing
SolrInputDocument::addChildDocuments Adds an array of child documents
SolrInputDocument::addField 文書にフィールドを追加
SolrInputDocument::clear 入力した文書をリセット
SolrInputDocument::__clone SolrDocument のコピーを作成
SolrInputDocument::__construct コンストラクタ
SolrInputDocument::deleteField 文書からフィールドを除去
SolrInputDocument::__destruct デストラクタ
SolrInputDocument::fieldExists フィールドが存在するかチェック
SolrInputDocument::getBoost 文書に対する現行の boost 値を取得
SolrInputDocument::getChildDocuments Returns an array of child documents (SolrInputDocument)
SolrInputDocument::getChildDocumentsCount Returns the number of child documents
SolrInputDocument::getField 名前でフィールドを取得
SolrInputDocument::getFieldBoost 特定のフィールドに対する boost 値を取得
SolrInputDocument::getFieldCount 文書内のフィールド数を返す
SolrInputDocument::getFieldNames 文書内のフィールドを全て含む配列を返す
SolrInputDocument::hasChildDocuments Returns true if the document has any child documents
SolrInputDocument::merge Merges one input document into another
SolrInputDocument::reset これは、SolrInputDocument::clear のエイリアスです
SolrInputDocument::setBoost この文書に対する boost 値を設定
SolrInputDocument::setFieldBoost フィールドに対するインデキシング時間の boost 値を設定
SolrInputDocument::sort Sorts the fields within the document
SolrInputDocument::toArray 入力した文書の配列表現を返す
SolrDocument::addField 文書にフィールドを追加
SolrDocument::clear Drops all the fields in the document
SolrDocument::__clone SolrDocument オブジェクトのコピーを作成
SolrDocument::__construct コンストラクタ
SolrDocument::current 現行のフィールドを取得
SolrDocument::deleteField 文書からフィールドを除去
SolrDocument::__destruct デストラクタ
SolrDocument::fieldExists Checks if a field exists in the document
SolrDocument::__get プロパティとしてフィールドにアクセス
SolrDocument::getChildDocuments Returns an array of child documents (SolrDocument)
SolrDocument::getChildDocumentsCount Returns the number of child documents
SolrDocument::getField 名前でフィールドを取得
SolrDocument::getFieldCount この文書内のフィールド数を返す
SolrDocument::getFieldNames 文書内のフィールド名の配列を返す
SolrDocument::getInputDocument Returns a SolrInputDocument equivalent of the object
SolrDocument::hasChildDocuments Checks whether the document has any child documents
SolrDocument::__isset フィールドが存在するかチェック
SolrDocument::key 現行のキーを返す
SolrDocument::merge Merges source to the current SolrDocument
SolrDocument::next 内部ポインタを次のフィールドに移動
SolrDocument::offsetExists 特定のフィールドが存在するかどうかチェック
SolrDocument::offsetGet フィールドを取得
SolrDocument::offsetSet 文書にフィールドを追加
SolrDocument::offsetUnset フィールドを除去
SolrDocument::reset SolrDocument::clear()へのエイリアス
SolrDocument::rewind 内部ポインタを先頭にリセット
SolrDocument::serialize カスタムのシリアライズで使われます
SolrDocument::__set Adds another field to the document
SolrDocument::sort Sorts the fields in the document
SolrDocument::toArray 文書の配列表現を返す
SolrDocument::unserialize Custom serialization of SolrDocument objects
SolrDocument::__unset 文書からフィールドを除去
SolrDocument::valid Checks if the current position internally is still valid
SolrDocumentField::__construct コンストラクタ
SolrDocumentField::__destruct デストラクタ
SolrObject::__construct Solr オブジェクトを生成
SolrObject::__destruct デストラクタ
SolrObject::getPropertyNames 全てのプロパティ名の配列を返す
SolrObject::offsetExists プロパティが存在するかチェック
SolrObject::offsetGet プロパティを取得するために使用される
SolrObject::offsetSet プロパティに対して値を設定
SolrObject::offsetUnset プロパティに対して値の設定を解除
SolrClient::addDocument Adds a document to the index
SolrClient::addDocuments Adds a collection of SolrInputDocument instances to the index
SolrClient::commit Finalizes all add/deletes made to the index
SolrClient::__construct Constructor for the SolrClient object
SolrClient::deleteById Delete by Id
SolrClient::deleteByIds Deletes by Ids
SolrClient::deleteByQueries Removes all documents matching any of the queries
SolrClient::deleteByQuery Deletes all documents matching the given query
SolrClient::__destruct SolrClient に対するデストラクタ
SolrClient::getById Get Document By Id. Utilizes Solr Realtime Get (RTG)
SolrClient::getByIds Get Documents by their Ids. Utilizes Solr Realtime Get (RTG)
SolrClient::getDebug Returns the debug data for the last connection attempt
SolrClient::getOptions Returns the client options set internally
SolrClient::optimize Defragments the index
SolrClient::ping Checks if Solr server is still up
SolrClient::query Sends a query to the server
SolrClient::request Sends a raw update request
SolrClient::rollback Rollbacks all add/deletes made to the index since the last commit
SolrClient::setResponseWriter Sets the response writer used to prepare the response from Solr
SolrClient::setServlet Changes the specified servlet type to a new value
SolrClient::system Retrieve Solr Server information
SolrClient::threads スレッドの状態をチェック
SolrResponse::getDigestedResponse シリアライズされた PHP データとして XML レスポンスを返す
SolrResponse::getHttpStatus レスポンスの HTTP ステータスを返す
SolrResponse::getHttpStatusMessage HTTP ステータスに関する詳細を返す
SolrResponse::getRawRequest Solr サーバーに送られた生のリクエストを返す
SolrResponse::getRawRequestHeaders Solr サーバーに送られた生のリクエストヘッダを返す
SolrResponse::getRawResponse Solr サーバーからの生のレスポンスを返す
SolrResponse::getRawResponseHeaders Solr サーバーからの生のレスポンスヘッダを返す
SolrResponse::getRequestUrl リクエストが送られた完全な URL を返す
SolrResponse::getResponse サーバーからの XML レスポンスを表現する SolrObject を返す
SolrResponse::setParseMode パースモードを設定
SolrResponse::success リクエストが成功したか
SolrQueryResponse::__construct コンストラクタ
SolrQueryResponse::__destruct デストラクタ
SolrUpdateResponse::__construct コンストラクタ
SolrUpdateResponse::__destruct デストラクタ
SolrPingResponse::__construct コンストラクタ
SolrPingResponse::__destruct デストラクタ
SolrPingResponse::getResponse サーバーからのレスポンスを返す
SolrGenericResponse::__construct コンストラクタ
SolrGenericResponse::__destruct デストラクタ
SolrParams::add これは、SolrParams::addParam に対するエイリアスです
SolrParams::addParam オブジェクトにパラメータを追加
SolrParams::get これは、SolrParams::getParam に対するエイリアスです。
SolrParams::getParam パラメータ値を返す
SolrParams::getParams URL エンコードされていないパラメータの配列を返す
SolrParams::getPreparedParams URL エンコードされたパラメータの配列を返す
SolrParams::serialize カスタムのシリアライズで使われます
SolrParams::set SolrParams::setParam のエイリアス
SolrParams::setParam パラメータを指定された値に設定
SolrParams::toString オブジェクト内の名前と値のペアのパラメータを全て返します
SolrParams::unserialize カスタムのシリアライズで使われます
SolrModifiableParams::__construct コンストラクタ
SolrModifiableParams::__destruct デストラクタ
SolrQuery::addExpandFilterQuery Overrides main filter query, determines which documents to include in the main group
SolrQuery::addExpandSortField Orders the documents within the expanded groups (expand.sort parameter)
SolrQuery::addFacetDateField Maps to facet.date
SolrQuery::addFacetDateOther Adds another facet.date.other parameter
SolrQuery::addFacetField Adds another field to the facet
SolrQuery::addFacetQuery Adds a facet query
SolrQuery::addField Specifies which fields to return in the result
SolrQuery::addFilterQuery Specifies a filter query
SolrQuery::addGroupField Add a field to be used to group results
SolrQuery::addGroupFunction Allows grouping results based on the unique values of a function query (group.func parameter)
SolrQuery::addGroupQuery Allows grouping of documents that match the given query
SolrQuery::addGroupSortField Add a group sort field (group.sort parameter)
SolrQuery::addHighlightField Maps to hl.fl
SolrQuery::addMltField Sets a field to use for similarity
SolrQuery::addMltQueryField Maps to mlt.qf
SolrQuery::addSortField Used to control how the results should be sorted
SolrQuery::addStatsFacet Requests a return of sub results for values within the given facet
SolrQuery::addStatsField Maps to stats.field parameter
SolrQuery::collapse Collapses the result set to a single document per group
SolrQuery::__construct コンストラクタ
SolrQuery::__destruct デストラクタ
SolrQuery::getExpand Returns true if group expanding is enabled
SolrQuery::getExpandFilterQueries Returns the expand filter queries
SolrQuery::getExpandQuery Returns the expand query expand.q parameter
SolrQuery::getExpandRows Returns The number of rows to display in each group (expand.rows)
SolrQuery::getExpandSortFields Returns an array of fields
SolrQuery::getFacet Returns the value of the facet parameter
SolrQuery::getFacetDateEnd Returns the value for the facet.date.end parameter
SolrQuery::getFacetDateFields Returns all the facet.date fields
SolrQuery::getFacetDateGap Returns the value of the facet.date.gap parameter
SolrQuery::getFacetDateHardEnd Returns the value of the facet.date.hardend parameter
SolrQuery::getFacetDateOther Returns the value for the facet.date.other parameter
SolrQuery::getFacetDateStart Returns the lower bound for the first date range for all date faceting on this field
SolrQuery::getFacetFields Returns all the facet fields
SolrQuery::getFacetLimit Returns the maximum number of constraint counts that should be returned for the facet fields
SolrQuery::getFacetMethod Returns the value of the facet.method parameter
SolrQuery::getFacetMinCount Returns the minimum counts for facet fields should be included in the response
SolrQuery::getFacetMissing Returns the current state of the facet.missing parameter
SolrQuery::getFacetOffset Returns an offset into the list of constraints to be used for pagination
SolrQuery::getFacetPrefix Returns the facet prefix
SolrQuery::getFacetQueries Returns all the facet queries
SolrQuery::getFacetSort Returns the facet sort type
SolrQuery::getFields Returns the list of fields that will be returned in the response
SolrQuery::getFilterQueries Returns an array of filter queries
SolrQuery::getGroup Returns true if grouping is enabled
SolrQuery::getGroupCachePercent Returns group cache percent value
SolrQuery::getGroupFacet Returns the group.facet parameter value
SolrQuery::getGroupFields Returns group fields (group.field parameter values)
SolrQuery::getGroupFormat Returns the group.format value
SolrQuery::getGroupFunctions Returns group functions (group.func parameter values)
SolrQuery::getGroupLimit Returns the group.limit value
SolrQuery::getGroupMain Returns the group.main value
SolrQuery::getGroupNGroups Returns the group.ngroups value
SolrQuery::getGroupOffset Returns the group.offset value
SolrQuery::getGroupQueries Returns all the group.query parameter values
SolrQuery::getGroupSortFields Returns the group.sort value
SolrQuery::getGroupTruncate Returns the group.truncate value
SolrQuery::getHighlight Returns the state of the hl parameter
SolrQuery::getHighlightAlternateField Returns the highlight field to use as backup or default
SolrQuery::getHighlightFields Returns all the fields that Solr should generate highlighted snippets for
SolrQuery::getHighlightFormatter Returns the formatter for the highlighted output
SolrQuery::getHighlightFragmenter Returns the text snippet generator for highlighted text
SolrQuery::getHighlightFragsize Returns the number of characters of fragments to consider for highlighting
SolrQuery::getHighlightHighlightMultiTerm Returns whether or not to enable highlighting for range/wildcard/fuzzy/prefix queries
SolrQuery::getHighlightMaxAlternateFieldLength Returns the maximum number of characters of the field to return
SolrQuery::getHighlightMaxAnalyzedChars Returns the maximum number of characters into a document to look for suitable snippets
SolrQuery::getHighlightMergeContiguous Returns whether or not the collapse contiguous fragments into a single fragment
SolrQuery::getHighlightRegexMaxAnalyzedChars Returns the maximum number of characters from a field when using the regex fragmenter
SolrQuery::getHighlightRegexPattern Returns the regular expression for fragmenting
SolrQuery::getHighlightRegexSlop Returns the deviation factor from the ideal fragment size
SolrQuery::getHighlightRequireFieldMatch Returns if a field will only be highlighted if the query matched in this particular field
SolrQuery::getHighlightSimplePost Returns the text which appears after a highlighted term
SolrQuery::getHighlightSimplePre Returns the text which appears before a highlighted term
SolrQuery::getHighlightSnippets Returns the maximum number of highlighted snippets to generate per field
SolrQuery::getHighlightUsePhraseHighlighter Returns the state of the hl.usePhraseHighlighter parameter
SolrQuery::getMlt Returns whether or not MoreLikeThis results should be enabled
SolrQuery::getMltBoost Returns whether or not the query will be boosted by the interesting term relevance
SolrQuery::getMltCount Returns the number of similar documents to return for each result
SolrQuery::getMltFields Returns all the fields to use for similarity
SolrQuery::getMltMaxNumQueryTerms Returns the maximum number of query terms that will be included in any generated query
SolrQuery::getMltMaxNumTokens Returns the maximum number of tokens to parse in each document field that is not stored with TermVector support
SolrQuery::getMltMaxWordLength Returns the maximum word length above which words will be ignored
SolrQuery::getMltMinDocFrequency Returns the treshold frequency at which words will be ignored which do not occur in at least this many docs
SolrQuery::getMltMinTermFrequency Returns the frequency below which terms will be ignored in the source document
SolrQuery::getMltMinWordLength Returns the minimum word length below which words will be ignored
SolrQuery::getMltQueryFields Returns the query fields and their boosts
SolrQuery::getQuery 主なクエリーを返す
SolrQuery::getRows Returns the maximum number of documents
SolrQuery::getSortFields Returns all the sort fields
SolrQuery::getStart Returns the offset in the complete result set
SolrQuery::getStats Returns whether or not stats is enabled
SolrQuery::getStatsFacets Returns all the stats facets that were set
SolrQuery::getStatsFields Returns all the statistics fields
SolrQuery::getTerms Returns whether or not the TermsComponent is enabled
SolrQuery::getTermsField Returns the field from which the terms are retrieved
SolrQuery::getTermsIncludeLowerBound Returns whether or not to include the lower bound in the result set
SolrQuery::getTermsIncludeUpperBound Returns whether or not to include the upper bound term in the result set
SolrQuery::getTermsLimit Returns the maximum number of terms Solr should return
SolrQuery::getTermsLowerBound Returns the term to start at
SolrQuery::getTermsMaxCount Returns the maximum document frequency
SolrQuery::getTermsMinCount Returns the minimum document frequency to return in order to be included
SolrQuery::getTermsPrefix Returns the term prefix
SolrQuery::getTermsReturnRaw Whether or not to return raw characters
SolrQuery::getTermsSort Returns an integer indicating how terms are sorted
SolrQuery::getTermsUpperBound Returns the term to stop at
SolrQuery::getTimeAllowed Returns the time in milliseconds allowed for the query to finish
SolrQuery::removeExpandFilterQuery Removes an expand filter query
SolrQuery::removeExpandSortField Removes an expand sort field from the expand.sort parameter
SolrQuery::removeFacetDateField Removes one of the facet date fields
SolrQuery::removeFacetDateOther Removes one of the facet.date.other parameters
SolrQuery::removeFacetField Removes one of the facet.date parameters
SolrQuery::removeFacetQuery Removes one of the facet.query parameters
SolrQuery::removeField Removes a field from the list of fields
SolrQuery::removeFilterQuery Removes a filter query
SolrQuery::removeHighlightField Removes one of the fields used for highlighting
SolrQuery::removeMltField Removes one of the moreLikeThis fields
SolrQuery::removeMltQueryField Removes one of the moreLikeThis query fields
SolrQuery::removeSortField Removes one of the sort fields
SolrQuery::removeStatsFacet Removes one of the stats.facet parameters
SolrQuery::removeStatsField Removes one of the stats.field parameters
SolrQuery::setEchoHandler Toggles the echoHandler parameter
SolrQuery::setEchoParams Determines what kind of parameters to include in the response
SolrQuery::setExpand Enables/Disables the Expand Component
SolrQuery::setExpandQuery Sets the expand.q parameter
SolrQuery::setExpandRows Sets the number of rows to display in each group (expand.rows). Server Default 5
SolrQuery::setExplainOther Sets the explainOther common query parameter
SolrQuery::setFacet Maps to the facet parameter. Enables or disables facetting
SolrQuery::setFacetDateEnd Maps to facet.date.end
SolrQuery::setFacetDateGap Maps to facet.date.gap
SolrQuery::setFacetDateHardEnd Maps to facet.date.hardend
SolrQuery::setFacetDateStart Maps to facet.date.start
SolrQuery::setFacetEnumCacheMinDefaultFrequency Sets the minimum document frequency used for determining term count
SolrQuery::setFacetLimit Maps to facet.limit
SolrQuery::setFacetMethod Specifies the type of algorithm to use when faceting a field
SolrQuery::setFacetMinCount Maps to facet.mincount
SolrQuery::setFacetMissing Maps to facet.missing
SolrQuery::setFacetOffset Sets the offset into the list of constraints to allow for pagination
SolrQuery::setFacetPrefix Specifies a string prefix with which to limits the terms on which to facet
SolrQuery::setFacetSort Determines the ordering of the facet field constraints
SolrQuery::setGroup Enable/Disable result grouping (group parameter)
SolrQuery::setGroupCachePercent Enables caching for result grouping
SolrQuery::setGroupFacet Sets group.facet parameter
SolrQuery::setGroupFormat Sets the group format, result structure (group.format parameter)
SolrQuery::setGroupLimit Specifies the number of results to return for each group. The server default value is 1
SolrQuery::setGroupMain If true, the result of the first field grouping command is used as the main result list in the response, using group.format=simple
SolrQuery::setGroupNGroups If true, Solr includes the number of groups that have matched the query in the results
SolrQuery::setGroupOffset Sets the group.offset parameter
SolrQuery::setGroupTruncate If true, facet counts are based on the most relevant document of each group matching the query
SolrQuery::setHighlight Enables or disables highlighting
SolrQuery::setHighlightAlternateField Specifies the backup field to use
SolrQuery::setHighlightFormatter Specify a formatter for the highlight output
SolrQuery::setHighlightFragmenter Sets a text snippet generator for highlighted text
SolrQuery::setHighlightFragsize The size of fragments to consider for highlighting
SolrQuery::setHighlightHighlightMultiTerm Use SpanScorer to highlight phrase terms
SolrQuery::setHighlightMaxAlternateFieldLength Sets the maximum number of characters of the field to return
SolrQuery::setHighlightMaxAnalyzedChars Specifies the number of characters into a document to look for suitable snippets
SolrQuery::setHighlightMergeContiguous Whether or not to collapse contiguous fragments into a single fragment
SolrQuery::setHighlightRegexMaxAnalyzedChars Specify the maximum number of characters to analyze
SolrQuery::setHighlightRegexPattern Specify the regular expression for fragmenting
SolrQuery::setHighlightRegexSlop Sets the factor by which the regex fragmenter can stray from the ideal fragment size
SolrQuery::setHighlightRequireFieldMatch Require field matching during highlighting
SolrQuery::setHighlightSimplePost Sets the text which appears after a highlighted term
SolrQuery::setHighlightSimplePre Sets the text which appears before a highlighted term
SolrQuery::setHighlightSnippets Sets the maximum number of highlighted snippets to generate per field
SolrQuery::setHighlightUsePhraseHighlighter Whether to highlight phrase terms only when they appear within the query phrase
SolrQuery::setMlt Enables or disables moreLikeThis
SolrQuery::setMltBoost Set if the query will be boosted by the interesting term relevance
SolrQuery::setMltCount Set the number of similar documents to return for each result
SolrQuery::setMltMaxNumQueryTerms Sets the maximum number of query terms included
SolrQuery::setMltMaxNumTokens Specifies the maximum number of tokens to parse
SolrQuery::setMltMaxWordLength Sets the maximum word length
SolrQuery::setMltMinDocFrequency Sets the mltMinDoc frequency
SolrQuery::setMltMinTermFrequency Sets the frequency below which terms will be ignored in the source docs
SolrQuery::setMltMinWordLength Sets the minimum word length
SolrQuery::setOmitHeader Exclude the header from the returned results
SolrQuery::setQuery 検索クエリーを設定
SolrQuery::setRows Specifies the maximum number of rows to return in the result
SolrQuery::setShowDebugInfo Flag to show debug information
SolrQuery::setStart Specifies the number of rows to skip
SolrQuery::setStats Enables or disables the Stats component
SolrQuery::setTerms Enables or disables the TermsComponent
SolrQuery::setTermsField Sets the name of the field to get the Terms from
SolrQuery::setTermsIncludeLowerBound Include the lower bound term in the result set
SolrQuery::setTermsIncludeUpperBound Include the upper bound term in the result set
SolrQuery::setTermsLimit Sets the maximum number of terms to return
SolrQuery::setTermsLowerBound Specifies the Term to start from
SolrQuery::setTermsMaxCount Sets the maximum document frequency
SolrQuery::setTermsMinCount Sets the minimum document frequency
SolrQuery::setTermsPrefix Restrict matches to terms that start with the prefix
SolrQuery::setTermsReturnRaw Return the raw characters of the indexed term
SolrQuery::setTermsSort Specifies how to sort the returned terms
SolrQuery::setTermsUpperBound Sets the term to stop at
SolrQuery::setTimeAllowed The time allowed for search to finish
SolrDisMaxQuery::addBigramPhraseField Adds a Phrase Bigram Field (pf2 parameter)
SolrDisMaxQuery::addBoostQuery Adds a boost query field with value and optional boost (bq parameter)
SolrDisMaxQuery::addPhraseField Adds a Phrase Field (pf parameter)
SolrDisMaxQuery::addQueryField Add a query field with optional boost (qf parameter)
SolrDisMaxQuery::addTrigramPhraseField Adds a Trigram Phrase Field (pf3 parameter)
SolrDisMaxQuery::addUserField Adds a field to User Fields Parameter (uf)
SolrDisMaxQuery::__construct Class Constructor
SolrDisMaxQuery::removeBigramPhraseField Removes phrase bigram field (pf2 parameter)
SolrDisMaxQuery::removeBoostQuery Removes a boost query partial by field name (bq)
SolrDisMaxQuery::removePhraseField Removes a Phrase Field (pf parameter)
SolrDisMaxQuery::removeQueryField Removes a Query Field (qf parameter)
SolrDisMaxQuery::removeTrigramPhraseField Removes a Trigram Phrase Field (pf3 parameter)
SolrDisMaxQuery::removeUserField Removes a field from The User Fields Parameter (uf)
SolrDisMaxQuery::setBigramPhraseFields Sets Bigram Phrase Fields and their boosts (and slops) using pf2 parameter
SolrDisMaxQuery::setBigramPhraseSlop Sets Bigram Phrase Slop (ps2 parameter)
SolrDisMaxQuery::setBoostFunction Sets a Boost Function (bf parameter)
SolrDisMaxQuery::setBoostQuery Directly Sets Boost Query Parameter (bq)
SolrDisMaxQuery::setMinimumMatch Set Minimum "Should" Match (mm)
SolrDisMaxQuery::setPhraseFields Sets Phrase Fields and their boosts (and slops) using pf2 parameter
SolrDisMaxQuery::setPhraseSlop Sets the default slop on phrase queries (ps parameter)
SolrDisMaxQuery::setQueryAlt Set Query Alternate (q.alt parameter)
SolrDisMaxQuery::setQueryPhraseSlop Specifies the amount of slop permitted on phrase queries explicitly included in the user's query string (qf parameter)
SolrDisMaxQuery::setTieBreaker Sets Tie Breaker parameter (tie parameter)
SolrDisMaxQuery::setTrigramPhraseFields Directly Sets Trigram Phrase Fields (pf3 parameter)
SolrDisMaxQuery::setTrigramPhraseSlop Sets Trigram Phrase Slop (ps3 parameter)
SolrDisMaxQuery::setUserFields Sets User Fields parameter (uf)
SolrDisMaxQuery::useDisMaxQueryParser Switch QueryParser to be DisMax Query Parser
SolrDisMaxQuery::useEDisMaxQueryParser Switch QueryParser to be EDisMax
SolrCollapseFunction::__construct Constructor
SolrCollapseFunction::getField Returns the field that is being collapsed on
SolrCollapseFunction::getHint Returns collapse hint
SolrCollapseFunction::getMax Returns max parameter
SolrCollapseFunction::getMin Returns min parameter
SolrCollapseFunction::getNullPolicy Returns null policy
SolrCollapseFunction::getSize Returns size parameter
SolrCollapseFunction::setField Sets the field to collapse on
SolrCollapseFunction::setHint Sets collapse hint
SolrCollapseFunction::setMax Selects the group heads by the max value of a numeric field or function query
SolrCollapseFunction::setMin Sets the initial size of the collapse data structures when collapsing on a numeric field only
SolrCollapseFunction::setNullPolicy Sets the NULL Policy
SolrCollapseFunction::setSize Sets the initial size of the collapse data structures when collapsing on a numeric field only
SolrCollapseFunction::__toString Returns a string representing the constructed collapse function
SolrException::getInternalInfo 例外がスローされた際の内部情報を返す
SolrClientException::getInternalInfo 例外がスローされた際の内部情報を返す
SolrServerException::getInternalInfo 例外がスローされた際の内部情報を返す
SolrIllegalArgumentException::getInternalInfo 例外がスローされた際の内部情報を返す
SolrIllegalOperationException::getInternalInfo 例外がスローされた際の内部情報を返す
SphinxClient::addQuery マルチクエリバッチにクエリを追加する
SphinxClient::buildExcerpts テキストの抜粋を作成する
SphinxClient::buildKeywords キーワードをクエリから抽出する
SphinxClient::close Closes previously opened persistent connection
SphinxClient::__construct 新しい SphinxClient オブジェクトを作成する
SphinxClient::escapeString 特殊文字をエスケープする
SphinxClient::getLastError 直近のエラーメッセージを取得する
SphinxClient::getLastWarning 直近の警告を取得する
SphinxClient::open Opens persistent connection to the server
SphinxClient::query Execute search query
SphinxClient::resetFilters Clear all filters
SphinxClient::resetGroupBy Clear all group-by settings
SphinxClient::runQueries Run a batch of search queries
SphinxClient::setArrayResult Change the format of result set array
SphinxClient::setConnectTimeout Set connection timeout
SphinxClient::setFieldWeights Set field weights
SphinxClient::setFilter Add new integer values set filter
SphinxClient::setFilterFloatRange Add new float range filter
SphinxClient::setFilterRange Add new integer range filter
SphinxClient::setGeoAnchor Set anchor point for a geosphere distance calculations
SphinxClient::setGroupBy Set grouping attribute
SphinxClient::setGroupDistinct Set attribute name for per-group distinct values count calculations
SphinxClient::setIDRange Set a range of accepted document IDs
SphinxClient::setIndexWeights Set per-index weights
SphinxClient::setLimits Set offset and limit of the result set
SphinxClient::setMatchMode Set full-text query matching mode
SphinxClient::setMaxQueryTime Set maximum query time
SphinxClient::setOverride Sets temporary per-document attribute value overrides
SphinxClient::setRankingMode Set ranking mode
SphinxClient::setRetries Set retry count and delay
SphinxClient::setSelect Set select clause
SphinxClient::setServer Set searchd host and port
SphinxClient::setSortMode Set matches sorting mode
SphinxClient::status Queries searchd status
SphinxClient::updateAttributes Update document attributes
session_abort session 配列の変更を破棄してセッションを終了します
session_cache_expire 現在のキャッシュの有効期限を取得/設定する
session_cache_limiter 現在のキャッシュリミッタを取得または設定する
session_commit session_write_close() のエイリアス
session_create_id 新しいセッションIDを作成する
session_decode セッションエンコードされた文字列からセッションデータをデコードする
session_destroy セッションに登録されたデータを全て破棄する
session_encode 現在のセッションデータを、セッションエンコードされた文字列に変換する
session_gc セッションデータのガベージコレクションを実行する
session_get_cookie_params セッションクッキーのパラメータを得る
session_id 現在のセッション ID を取得または設定する
session_is_registered 変数がセッションに登録されているかどうかを調べる
session_module_name 現在のセッションモジュールを取得または設定する
session_name 現在のセッション名を取得または設定する
session_regenerate_id 現在のセッションIDを新しく生成したものと置き換える
session_register_shutdown セッションのシャットダウン関数
session_register 現在のセッションに1つ以上の変数を登録する
session_reset session 配列を元の値で再初期化します
session_save_path 現在のセッションデータ保存パスを取得または設定する
session_set_cookie_params セッションクッキーパラメータを設定する
session_set_save_handler ユーザー定義のセッション保存関数を設定する
session_start 新しいセッションを開始、あるいは既存のセッションを再開する
session_status 現在のセッションの状態を返す
session_unregister 現在のセッションから変数の登録を削除する
session_unset 全てのセッション変数を開放する
session_write_close セッションデータを書き込んでセッションを終了する
split 正規表現により文字列を分割し、配列に格納する
spliti 大文字小文字を区別しない正規表現により文字列を分割し、配列に格納する
sql_regcase 大文字小文字を区別しないマッチングのための正規表現を作成する
ssdeep_fuzzy_compare Calculates the match score between two fuzzy hash signatures
ssdeep_fuzzy_hash_filename Create a fuzzy hash from a file
ssdeep_fuzzy_hash Create a fuzzy hash from a string
setlocale ロケール情報を設定する
sha1_file ファイルの sha1 ハッシュを計算する
sha1 文字列の sha1 ハッシュを計算する
similar_text 二つの文字列の間の類似性を計算する
soundex 文字列の soundex キーを計算する
sprintf フォーマットされた文字列を返す
sscanf フォーマット文字列に基づき入力を処理する
str_getcsv CSV 文字列をパースして配列に格納する
str_ireplace 大文字小文字を区別しない str_replace()
str_pad 文字列を固定長の他の文字列で埋める
str_repeat 文字列を反復する
str_replace 検索文字列に一致したすべての文字列を置換する
str_rot13 文字列に rot13 変換を行う
str_shuffle 文字列をランダムにシャッフルする
str_split 文字列を配列に変換する
str_word_count 文字列に使用されている単語についての情報を返す
strcasecmp 大文字小文字を区別しないバイナリセーフな文字列比較を行う
strchr strstr() のエイリアス
strcmp バイナリセーフな文字列比較
strcoll ロケールに基づく文字列比較
strcspn マスクにマッチしない最初のセグメントの長さを返す
strip_tags 文字列から HTML および PHP タグを取り除く
stripcslashes addcslashes() でクォートされた文字列をアンクォートする
stripos 大文字小文字を区別せずに文字列が最初に現れる位置を探す
stripslashes クォートされた文字列のクォート部分を取り除く
stristr 大文字小文字を区別しない strstr()
strlen 文字列の長さを得る
strnatcasecmp "自然順"アルゴリズムにより大文字小文字を区別しない文字列比較を行う
strnatcmp "自然順"アルゴリズムにより文字列比較を行う
strncasecmp バイナリセーフで大文字小文字を区別しない文字列比較を、最初の n 文字について行う
strncmp 最初の n 文字についてバイナリセーフな文字列比較を行う
strpbrk 文字列の中から任意の文字を探す
strpos 文字列内の部分文字列が最初に現れる場所を見つける
strrchr 文字列中に文字が最後に現れる場所を取得する
strrev 文字列を逆順にする
strripos 文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す
strrpos 文字列中に、ある部分文字列が最後に現れる場所を探す
strspn 指定したマスク内に含まれる文字からなる文字列の最初のセグメントの長さを探す
strstr 文字列が最初に現れる位置を見つける
strtok 文字列をトークンに分割する
strtolower 文字列を小文字にする
strtoupper 文字列を大文字にする
strtr 文字の変換あるいは部分文字列の置換を行う
substr_compare 指定した位置から指定した長さの 2 つの文字列について、バイナリ対応で比較する
substr_count 副文字列の出現回数を数える
substr_replace 文字列の一部を置換する
substr 文字列の一部分を返す
SessionHandler::close セッションを閉じる
SessionHandler::create_sid 新規セッション ID を返す
SessionHandler::destroy セッションを破棄する
SessionHandler::gc 古いセッションを削除する
SessionHandler::open セッションを開始する
SessionHandler::read セッションのデータを読み込む
SessionHandler::write セッションのデータを書き込む
SessionHandlerInterface::close セッションを閉じる
SessionHandlerInterface::destroy セッションを破棄する
SessionHandlerInterface::gc 古いセッションを削除する
SessionHandlerInterface::open セッションを開始する
SessionHandlerInterface::read セッションのデータを読み込む
SessionHandlerInterface::write セッションのデータを書き込む
SessionIdInterface::create_sid セッションIDを作成する
SessionUpdateTimestampHandlerInterface::updateTimestamp タイムスタンプを更新する
SessionUpdateTimestampHandlerInterface::validateId セッションIDを検証する
shuffle 配列をシャッフルする
sizeof count() のエイリアス
sort 配列をソートする
serialize 値の保存可能な表現を生成する
settype 変数の型をセットする
strval 変数の文字列としての値を取得する
SoapClient::__call SOAP 関数をコールする (非推奨)
SoapClient::__construct SoapClient constructor
SoapClient::__doRequest SOAP リクエストを実行する
SoapClient::__getCookies Get list of cookies
SoapClient::__getFunctions SOAP 関数の一覧を返す
SoapClient::__getLastRequest 直近の SOAP リクエストを返す
SoapClient::__getLastRequestHeaders 直近の SOAP リクエストヘッダを返す
SoapClient::__getLastResponse 直近の SOAP レスポンスを返す
SoapClient::__getLastResponseHeaders 直近の SOAP レスポンスヘッダを返す
SoapClient::__getTypes SOAP 型の一覧を返す
SoapClient::__setCookie SOAP リクエストと共に送信されるクッキーを設定する
SoapClient::__setLocation 使用するウェブサービスの場所を設定する
SoapClient::__setSoapHeaders 以降のコール用の SOAP ヘッダを設定する
SoapClient::__soapCall SOAP 関数をコールする
SoapClient::SoapClient SoapClient コンストラクタ
SoapServer::addFunction SOAP リクエストによって処理される単一もしくはいくつかの関数を追加する
SoapServer::addSoapHeader SOAP ヘッダをレスポンスに追加する
SoapServer::__construct SoapServer コンストラクタ
SoapServer::fault エラーを示す SoapServer フォールト を発行する
SoapServer::getFunctions 定義されている関数の一覧を返す
SoapServer::handle SOAP リクエストを処理する
SoapServer::setClass SOAP リクエストを処理するクラスを設定する
SoapServer::setObject SOAP リクエストの処理に使用するオブジェクトを設定する
SoapServer::setPersistence SoapServer の持続モードを設定する
SoapServer::SoapServer SoapServer コンストラクタ
SoapFault::__construct SoapFault コンストラクタ
SoapFault::SoapFault SoapFault コンストラクタ
SoapFault::__toString SoapFault の文字列表現を取得する
SoapHeader::__construct SoapHeader コンストラクタ
SoapHeader::SoapHeader SoapHeader コンストラクタ
SoapParam::__construct SoapParam コンストラクタ
SoapParam::SoapParam SoapParam コンストラクタ
SoapVar::__construct SoapVar コンストラクタ
SoapVar::SoapVar SoapVar コンストラクタ
SDO_DAS_ChangeSummary::beginLogging 変更内容の記録を開始する
SDO_DAS_ChangeSummary::endLogging 変更内容の記録を終了する
SDO_DAS_ChangeSummary::getChangeType SDO_DataObject への変更の型を取得する
SDO_DAS_ChangeSummary::getChangedDataObjects 変更内容から、変更されたデータオブジェクトを取得する
SDO_DAS_ChangeSummary::getOldContainer 削除された SDO_DataObject の削除前のコンテナを取得する
SDO_DAS_ChangeSummary::getOldValues 変更された SDO_DataObject の変更前の値を取得する
SDO_DAS_ChangeSummary::isLogging 変更内容が記録されるようになっているかどうかを調べる
SDO_DAS_DataFactory::addPropertyToType 型にプロパティを追加する
SDO_DAS_DataFactory::addType モデルに新しい型を追加する
SDO_DAS_DataFactory::getDataFactory データファクトリのインスタンスを取得する
SDO_DAS_DataObject::getChangeSummary データオブジェクトの変更内容を取得する
SDO_DAS_Setting::getListIndex 複数の値を持つプロパティのインデックスを取得する
SDO_DAS_Setting::getPropertyIndex 変更されたプロパティのプロパティインデックスを取得する
SDO_DAS_Setting::getPropertyName 変更されたプロパティのプロパティ名を取得する
SDO_DAS_Setting::getValue 変更されたプロパティの変更前の値を取得する
SDO_DAS_Setting::isSet 変更前にプロパティが設定されていたかどうかを調べる
SDO_DataFactory::create SDO_DataObject を作成する
SDO_DataObject::clear SDO_DataObject のプロパティを消去する
SDO_DataObject::createDataObject 新しい子 SDO_DataObject を作成する
SDO_DataObject::getContainer データオブジェクトのコンテナを取得する
SDO_DataObject::getSequence データオブジェクトのシーケンスを取得する
SDO_DataObject::getTypeName Return the name of the type for a data object
SDO_DataObject::getTypeNamespaceURI Return the namespace URI of the type for a data object
SDO_Exception::getCause Get the cause of the exception
SDO_List::insert リストに挿入する
SDO_Model_Property::getContainingType このプロパティを含む SDO_Model_Type を取得する
SDO_Model_Property::getDefault プロパティのデフォルト値を取得する
SDO_Model_Property::getName SDO_Model_Property の名前を取得する
SDO_Model_Property::getType プロパティの SDO_Model_Type を取得する
SDO_Model_Property::isContainment プロパティが包含関係を定義しているかどうかを調べる
SDO_Model_Property::isMany プロパティが複数の値を持つかどうかを調べる
SDO_Model_ReflectionDataObject::__construct SDO_Model_ReflectionDataObject を作成する
SDO_Model_ReflectionDataObject::export Get a string describing the SDO_DataObject
SDO_Model_ReflectionDataObject::getContainmentProperty データオブジェクトとの包含関係を定義しているプロパティを取得する
SDO_Model_ReflectionDataObject::getInstanceProperties SDO_DataObject のインスタンスプロパティを取得する
SDO_Model_ReflectionDataObject::getType SDO_DataObject の SDO_Model_Type を取得する
SDO_Model_Type::getBaseType この型の基底型を取得する
SDO_Model_Type::getName 型の名前を取得する
SDO_Model_Type::getNamespaceURI 型の名前空間 URI を取得する
SDO_Model_Type::getProperties 型で定義されている SDO_Model_Property オブジェクトを取得する
SDO_Model_Type::getProperty 型の SDO_Model_Property を取得する
SDO_Model_Type::isAbstractType この SDO_Model_Type が抽象データ型であるかどうかを調べる
SDO_Model_Type::isDataType この SDO_Model_Type がプリミティブなデータ型であるかどうかを調べる
SDO_Model_Type::isInstance SDO_DataObject が、この SDO_Model_Type のインスタンスであるかどうかを調べる
SDO_Model_Type::isOpenType この型がオープン型であるかどうかを調べる
SDO_Model_Type::isSequencedType この型がシーケンス型であるかどうかを調べる
SDO_Sequence::getProperty Return the property for the specified sequence index
SDO_Sequence::insert シーケンスに挿入する
SDO_Sequence::move シーケンス上の指定した位置に項目を移動する
SDO_DAS_Relational::applyChanges Applies the changes made to a data graph back to the database
SDO_DAS_Relational::__construct リレーショナルデータアクセスサービスのインスタンスを作成する
SDO_DAS_Relational::createRootDataObject Returns the special root object in an otherwise empty data graph. Used when creating a data graph from scratch
SDO_DAS_Relational::executePreparedQuery Executes an SQL query passed as a prepared statement, with a list of values to substitute for placeholders, and return the results as a normalised data graph
SDO_DAS_Relational::executeQuery Executes a given SQL query against a relational database and returns the results as a normalised data graph
SDO_DAS_XML::addTypes 2 番目以降のスキーマファイルを SDO_DAS_XML オブジェクトに読み込む
SDO_DAS_XML::create スキーマファイルを指定して SDO_DAS_XML オブジェクトを作成する
SDO_DAS_XML::createDataObject 名前空間 URI および型名を指定して SDO_DataObject を作成する
SDO_DAS_XML::createDocument Creates an XML Document object from scratch, without the need to load a document from a file or string
SDO_DAS_XML::loadFile xml インスタンスドキュメントへのパスを指定し、 SDO_DAS_XML_Document オブジェクトを返す
SDO_DAS_XML::loadString xml インスタンス文字列を指定し、 SDO_DAS_XML_Document オブジェクトを返す
SDO_DAS_XML::saveFile SDO_DAS_XML_Document オブジェクトをファイルに保存する
SDO_DAS_XML::saveString SDO_DAS_XML_Document オブジェクトを文字列に保存する
SDO_DAS_XML_Document::getRootDataObject ルート SDO_DataObject を返す
SDO_DAS_XML_Document::getRootElementName ルート要素の名前を返す
SDO_DAS_XML_Document::getRootElementURI ルート要素の URI 文字列を返す
SDO_DAS_XML_Document::setEncoding エンコーディングを文字列で設定する
SDO_DAS_XML_Document::setXMLDeclaration xml 宣言を設定する
SDO_DAS_XML_Document::setXMLVersion xml バージョンを文字列で設定する
SimpleXMLElement::addAttribute SimpleXML 要素に属性を追加する
SimpleXMLElement::addChild XML ノードに子要素を追加する
SimpleXMLElement::asXML SimpleXML 要素に基づき整形式の XML 文字列を返す
SimpleXMLElement::attributes 要素の属性を定義する
SimpleXMLElement::children 指定したノードの子ノードを見付ける
SimpleXMLElement::__construct 新しい SimpleXMLElement オブジェクトを作成する
SimpleXMLElement::count 子要素を数える
SimpleXMLElement::getDocNamespaces ドキュメントで宣言されている名前空間を返す
SimpleXMLElement::getName XML 要素の名前を取得する
SimpleXMLElement::getNamespaces ドキュメントで使用している名前空間を返す
SimpleXMLElement::registerXPathNamespace 次の XPath クエリ用の prefix/ns コンテキストを作成する
SimpleXMLElement::saveXML SimpleXMLElement::asXML() のエイリアス
SimpleXMLElement::__toString 文字列で要素の内容を返す
SimpleXMLElement::xpath XML データに Xpath クエリを実行する
SimpleXMLIterator::current 現在の SimpleXML エントリを返す
SimpleXMLIterator::getChildren 現在の要素の子要素を返す
SimpleXMLIterator::hasChildren 現在の要素が子要素を持つかどうかを調べる
SimpleXMLIterator::key 現在のキーを返す
SimpleXMLIterator::next 次の要素に移動する
SimpleXMLIterator::rewind 最初の要素に巻き戻す
SimpleXMLIterator::valid 現在の要素が有効かどうかを調べる
simplexml_import_dom DOM ノードから SimpleXMLElement オブジェクトを取得する
simplexml_load_file XMLファイルをパースし、オブジェクトに代入する
simplexml_load_string XML 文字列をオブジェクトに代入する

ワード検索


※入力キーワードが、関数名・説明文・タグに含まれるものを検索

関数名アルファベット別

A B C D E F G H I J
K L M N O P Q R S T
U V W X Y Z _

最終更新一覧

stristr
 大文字小文字を区別せず文字列を検索し、ヒット箇所以降(あるいは以前)の文字列を返却

stripslashes
 バックスラッシュでエスケープされた文字列から、バックスラッシュを取り除く

stripos
 大文字小文字を区別せずに文字列が最初に現れる位置を取得する

stripcslashes
 addcslashes() でクォートされた文字列をアンクォートする

strip_tags
 文字列から HTML と PHP のタグを除去して返却

strcspn
 指定した文字が最初に現れる位置を調べる

strcoll
 ロケールに基づいて2つの文字列を比較し同じか(あるいは大小)を判定する

strcmp
 2つの文字列を比較し同じか(あるいは大小)を判定する

strchr
 strstr() のエイリアス

strcasecmp
 2つの文字列を比較(大文字小文字を区別せず同じとみなす)

カテゴリー一覧

PHP の振る舞いの変更
音声フォーマットの操作
認証サービス
コマンドライン関連
圧縮およびアーカイブ
暗号
データベース関連
日付および時刻関連
ファイルシステム
自然言語および文字エンコーディング
画像処理および作成
メール関連
数学
テキスト以外の MIME 型
プロセス制御
その他の基本モジュール
その他のサービス
検索エンジン用の拡張モジュール
サーバー固有のモジュール
セッション関連
テキスト処理
変数・データ型関連
ウェブサービス
Windows 用のモジュール
XML 操作
GUI用の拡張モジュール