|
|
![]() |
PHP учебник для администраторов чатов (часть 2)
XCIX. oggvorbisC. OpenAL Audio Bindings
- Содержание
- openal_buffer_create --
Generate OpenAL buffer
- openal_buffer_data --
Load a buffer with data
- openal_buffer_destroy --
Destroys an OpenAL buffer
- openal_buffer_get --
Retrieve an OpenAL buffer property
- openal_buffer_loadwav --
Load a .wav file into a buffer
- openal_context_create --
Create an audio processing context
- openal_context_current --
Make the specified context current
- openal_context_destroy --
Destroys a context
- openal_context_process --
Process the specified context
- openal_context_suspend --
Suspend the specified context
- openal_device_close --
Close an OpenAL device
- openal_device_open --
Initialize the OpenAL audio layer
- openal_listener_get --
Retrieve a listener property
- openal_listener_set --
Set a listener property
- openal_source_create --
Generate a source resource
- openal_source_destroy --
Destroy a source resource
- openal_source_get --
Retrieve an OpenAL source property
- openal_source_pause --
Pause the source
- openal_source_play --
Start playing the source
- openal_source_rewind --
Rewind the source
- openal_source_set --
Set source property
- openal_source_stop --
Stop playing the source
- openal_stream --
Begin streaming on a source
CI. OpenSSL Functions
- Содержание
- openssl_csr_export_to_file -- Exports a CSR to a file
- openssl_csr_export -- Exports a CSR as a string
- openssl_csr_new -- Generates a CSR
- openssl_csr_sign -- Sign a CSR with another certificate (or itself) and generate a certificate
- openssl_error_string -- Return openSSL error message
- openssl_free_key -- Free key resource
- openssl_get_privatekey -- Alias of openssl_pkey_get_private()
- openssl_get_publickey -- Alias of openssl_pkey_get_public()
- openssl_open -- Open sealed data
- openssl_pkcs7_decrypt -- Decrypts an S/MIME encrypted message
- openssl_pkcs7_encrypt -- Encrypt an S/MIME message
- openssl_pkcs7_sign -- Sign an S/MIME message
- openssl_pkcs7_verify -- Verifies the signature of an S/MIME signed message
- openssl_pkey_export_to_file -- Gets an exportable representation of a key into a file
- openssl_pkey_export -- Gets an exportable representation of a key into a string
- openssl_pkey_free -- Frees a private key
- openssl_pkey_get_private -- Get a private key
- openssl_pkey_get_public -- Extract public key from certificate and prepare it for use
- openssl_pkey_new -- Generates a new private key
- openssl_private_decrypt -- Decrypts data with private key
- openssl_private_encrypt -- Encrypts data with private key
- openssl_public_decrypt -- Decrypts data with public key
- openssl_public_encrypt -- Encrypts data with public key
- openssl_seal -- Seal (encrypt) data
- openssl_sign -- Generate signature
- openssl_verify -- Verify signature
- openssl_x509_check_private_key -- Checks if a private key corresponds to a certificate
- openssl_x509_checkpurpose -- Verifies if a certificate can be used for a particular
purpose
- openssl_x509_export_to_file -- Exports a certificate to file
- openssl_x509_export -- Exports a certificate as a string
- openssl_x509_free -- Free certificate resource
- openssl_x509_parse -- Parse an X509 certificate and return the information as an
array
- openssl_x509_read -- Parse an X.509 certificate and return a resource identifier for
it
CII. Oracle Functions [deprecated]
- Содержание
- ora_bind -- Binds a PHP variable to an Oracle parameter
- ora_close -- Closes an Oracle cursor
- ora_columnname -- Gets the name of an Oracle result column
- ora_columnsize -- Returns the size of an Oracle result column
- ora_columntype -- Gets the type of an Oracle result column
- ora_commit -- Commit an Oracle transaction
- ora_commitoff -- Disable automatic commit
- ora_commiton -- Enable automatic commit
- ora_do -- Parse, Exec, Fetch
- ora_error -- Gets an Oracle error message
- ora_errorcode -- Gets an Oracle error code
- ora_exec -- Execute a parsed statement on an Oracle cursor
- ora_fetch_into -- Fetch a row into the specified result array
- ora_fetch -- Fetch a row of data from a cursor
- ora_getcolumn -- Get data from a fetched column
- ora_logoff -- Close an Oracle connection
- ora_logon -- Open an Oracle connection
- ora_numcols -- Returns the number of columns
- ora_numrows -- Returns the number of rows
- ora_open -- Opens an Oracle cursor
- ora_parse -- Parse an SQL statement with Oracle
- ora_plogon --
Open a persistent Oracle connection
- ora_rollback -- Rolls back a transaction
CIII. Oracle Functions (PDO_OCI)CIV. Output Control Functions
- Содержание
- flush -- Flush the output buffer
- ob_clean --
Clean (erase) the output buffer
- ob_end_clean --
Clean (erase) the output buffer and turn off output buffering
- ob_end_flush --
Flush (send) the output buffer and turn off output buffering
- ob_flush --
Flush (send) the output buffer
- ob_get_clean --
Get current buffer contents and delete current output buffer
- ob_get_contents --
Return the contents of the output buffer
- ob_get_flush --
Flush the output buffer, return it as a string and turn off output buffering
- ob_get_length --
Return the length of the output buffer
- ob_get_level --
Return the nesting level of the output buffering mechanism
- ob_get_status --
Get status of output buffers
- ob_gzhandler --
ob_start callback function to gzip output buffer
- ob_implicit_flush --
Turn implicit flush on/off
- ob_list_handlers --
List all output handlers in use
- ob_start -- Turn on output buffering
- output_add_rewrite_var --
Add URL rewriter values
- output_reset_rewrite_vars --
Reset URL rewriter values
CV. Ovrimos SQL Functions
- Содержание
- ovrimos_close -- Closes the connection to ovrimos
- ovrimos_commit -- Commits the transaction
- ovrimos_connect -- Connect to the specified database
- ovrimos_cursor -- Returns the name of the cursor
- ovrimos_exec -- Executes an SQL statement
- ovrimos_execute -- Executes a prepared SQL statement
- ovrimos_fetch_into -- Fetches a row from the result set
- ovrimos_fetch_row -- Fetches a row from the result set
- ovrimos_field_len -- Returns the length of the output column
- ovrimos_field_name -- Returns the output column name
- ovrimos_field_num --
Returns the (1-based) index of the output column
- ovrimos_field_type --
Returns the (numeric) type of the output column
- ovrimos_free_result -- Frees the specified result_id
- ovrimos_longreadlen --
Specifies how many bytes are to be retrieved from long datatypes
- ovrimos_num_fields -- Returns the number of columns
- ovrimos_num_rows --
Returns the number of rows affected by update operations
- ovrimos_prepare -- Prepares an SQL statement
- ovrimos_result_all --
Prints the whole result set as an HTML table
- ovrimos_result -- Retrieves the output column
- ovrimos_rollback -- Rolls back the transaction
CVI. Paradox File Access
- Содержание
- px_close -- Closes a paradox database
- px_create_fp -- Create a new paradox database
- px_delete -- Deletes resource of paradox database
- px_get_field -- Returns the specification of a single field
- px_get_info -- Return lots of information about a paradox file
- px_get_parameter -- Gets a parameter
- px_get_record -- Returns record of paradox database
- px_get_schema -- Returns the database schema
- px_get_value -- Gets a value
- px_new -- Create a new paradox object
- px_numfields -- Returns number of fields in a database
- px_numrecords -- Returns number of records in a database
- px_open_fp -- Open paradox database
- px_put_record -- Stores record into paradox database
- px_set_blob_file -- Sets the file where blobs are read from
- px_set_parameter -- Sets a parameter
- px_set_tablename -- Sets the name of a table (deprecated)
- px_set_targetencoding -- Sets the encoding for character fields (deprecated)
- px_set_value -- Sets a value
- px_timestamp2string --
Converts the timestamp into a string.
CVII. Parsekit FunctionsCVIII. Process Control Functions
- Содержание
- pcntl_alarm --
Set an alarm clock for delivery of a signal
- pcntl_exec --
Executes specified program in current process space
- pcntl_fork -- Forks the currently running process
- pcntl_getpriority --
Get the priority of any process
- pcntl_setpriority --
Change the priority of any process
- pcntl_signal -- Installs a signal handler
- pcntl_wait --
Waits on or returns the status of a forked child
- pcntl_waitpid -- Waits on or returns the status of a forked child
- pcntl_wexitstatus --
Returns the return code of a terminated child
- pcntl_wifexited --
Returns TRUE if status code represents a successful exit
- pcntl_wifsignaled --
Returns TRUE if status code represents a termination due to a
signal
- pcntl_wifstopped --
Returns TRUE if child process is currently stopped
- pcntl_wstopsig --
Returns the signal which caused the child to stop
- pcntl_wtermsig --
Returns the signal which caused the child to terminate
CIX. Функции для работы с регулярными выражениями (Perl-совместимые)
- Содержание
- Модификаторы шаблонов -- Описывает возможные модификаторы шаблонов Perl-совместимых регулярных выражений (PCRE)
- Синтаксис регулярных выражений -- Описание синтаксиса Perl-совместимых регулярных выражений (PCRE)
- preg_grep --
Возвращает массив вхождений, которые соответствуют шаблону
- preg_match_all -- Выполняет глобальный поиск шаблона в строке
- preg_match -- Выполняет проверку на соответствие регулярному выражению
- preg_quote -- Экранирует символы в регулярных выражениях
- preg_replace_callback -- Выполняет поиск по регулярному выражению и замену с использованием функции обратного вызова
- preg_replace -- Выполняет поиск и замену по регулярному выражению
- preg_split -- Разбивает строку по регулярному выражению
CX. PDF functions
- Содержание
- pdf_add_annotation -- Deprecated: Adds annotation
- pdf_add_bookmark -- Adds bookmark for current page
- pdf_add_launchlink -- Add a launch annotation for current page
- pdf_add_locallink -- Add a link annotation for current page
- pdf_add_note -- Sets annotation for current page
- pdf_add_outline -- Deprecated: Adds bookmark for current page
- pdf_add_pdflink -- Adds file link annotation for current page
- pdf_add_thumbnail -- Adds thumbnail for current page
- pdf_add_weblink -- Adds weblink for current page
- pdf_arc -- Draws an arc (counterclockwise)
- pdf_arcn -- Draws an arc (clockwise)
- pdf_attach_file -- Adds a file attachment for current page
- pdf_begin_page -- Starts new page
- pdf_begin_pattern -- Starts new pattern
- pdf_begin_template -- Starts new template
- pdf_circle -- Draws a circle
- pdf_clip -- Clips to current path
- pdf_close_image -- Closes an image
- pdf_close_pdi_page --
Close the page handle
- pdf_close_pdi --
Close the input PDF document
- pdf_close -- Closes a pdf resource
- pdf_closepath_fill_stroke -- Closes, fills and strokes current path
- pdf_closepath_stroke -- Closes path and draws line along path
- pdf_closepath -- Closes path
- pdf_concat -- Concatenate a matrix to the CTM
- pdf_continue_text -- Outputs text in next line
- pdf_curveto -- Draws a curve
- pdf_delete -- Deletes a PDF object
- pdf_end_page -- Ends a page
- pdf_end_pattern -- Finish pattern
- pdf_end_template -- Finish template
- pdf_endpath -- Deprecated: Ends current path
- pdf_fill_stroke -- Fills and strokes current path
- pdf_fill -- Fills current path
- pdf_findfont -- Prepare font for later use with pdf_setfont()
- pdf_get_buffer -- Fetch the buffer containing the generated PDF data
- pdf_get_font -- Deprecated: font handling
- pdf_get_fontname -- Deprecated: font handling
- pdf_get_fontsize -- Deprecated: font handling
- pdf_get_image_height -- Deprecated: returns height of an image
- pdf_get_image_width -- Deprecated: Returns width of an image
- pdf_get_majorversion --
Returns the major version number of the PDFlib
- pdf_get_minorversion --
Returns the minor version number of the PDFlib
- pdf_get_parameter -- Gets certain parameters
- pdf_get_pdi_parameter -- Get some PDI string parameters
- pdf_get_pdi_value -- Gets some PDI numerical parameters
- pdf_get_value -- Gets certain numerical value
- pdf_initgraphics -- Resets graphic state
- pdf_lineto -- Draws a line
- pdf_makespotcolor -- Makes a spotcolor
- pdf_moveto -- Sets current point
- pdf_new -- Creates a new pdf resource
- pdf_open_ccitt -- Opens a new image file with raw CCITT data
- pdf_open_file -- Opens a new pdf object
- pdf_open_gif -- Deprecated: Opens a GIF image
- pdf_open_image_file -- Reads an image from a file
- pdf_open_image -- Versatile function for images
- pdf_open_jpeg -- Deprecated: Opens a JPEG image
- pdf_open_memory_image -- Opens an image created with PHP's image functions
- pdf_open_pdi_page --
Prepare a page
- pdf_open_pdi --
Opens a PDF file
- pdf_open_png --
Deprecated: Opens a PNG image
- pdf_open_tiff -- Deprecated: Opens a TIFF image
- pdf_open -- Deprecated: Open a new pdf object
- pdf_place_image -- Places an image on the page
- pdf_place_pdi_page -- Places an image on the page
- pdf_rect -- Draws a rectangle
- pdf_restore -- Restores formerly saved environment
- pdf_rotate -- Sets rotation
- pdf_save -- Saves the current environment
- pdf_scale -- Sets scaling
- pdf_set_border_color -- Sets color of border around links and annotations
- pdf_set_border_dash -- Sets dash style of border around links and annotations
- pdf_set_border_style -- Sets style of border around links and annotations
- pdf_set_char_spacing -- Deprecated: Sets character spacing
- pdf_set_duration -- Deprecated: Sets duration between pages
- pdf_set_font -- Deprecated: Selects a font face and size
- pdf_set_horiz_scaling -- Sets horizontal scaling of text [deprecated]
- pdf_set_info_author --
Deprecated: Fills the author field of the document
- pdf_set_info_creator --
Deprecated: Fills the creator field of the document
- pdf_set_info_keywords --
Deprecated: Fills the keywords field of the document
- pdf_set_info_subject --
Deprecated: Fills the subject field of the document
- pdf_set_info_title --
Deprecated: Fills the title field of the document
- pdf_set_info -- Fills a field of the document information
- pdf_set_leading -- Deprecated: Sets distance between text lines
- pdf_set_parameter -- Sets certain parameters
- pdf_set_text_matrix -- Deprecated: Sets the text matrix
- pdf_set_text_pos -- Sets text position
- pdf_set_text_rendering -- Deprecated: Determines how text is rendered
- pdf_set_text_rise -- Deprecated: Sets the text rise
- pdf_set_value -- Sets certain numerical value
- pdf_set_word_spacing -- Deprecated: Sets spacing between words
- pdf_setcolor -- Sets fill and stroke color
- pdf_setdash -- Sets dash pattern
- pdf_setflat -- Sets flatness
- pdf_setfont -- Set the current font
- pdf_setgray_fill -- Sets filling color to gray value
- pdf_setgray_stroke -- Sets drawing color to gray value
- pdf_setgray -- Sets drawing and filling color to gray value
- pdf_setlinecap -- Sets linecap parameter
- pdf_setlinejoin -- Sets linejoin parameter
- pdf_setlinewidth -- Sets line width
- pdf_setmatrix -- Sets current transformation matrix
- pdf_setmiterlimit -- Sets miter limit
- pdf_setpolydash -- Deprecated: Sets complicated dash pattern
- pdf_setrgbcolor_fill -- Sets filling color to rgb color value
- pdf_setrgbcolor_stroke -- Sets drawing color to rgb color value
- pdf_setrgbcolor -- Sets drawing and filling color to rgb color value
- pdf_show_boxed -- Output text in a box
- pdf_show_xy -- Output text at given position
- pdf_show -- Output text at current position
- pdf_skew -- Skews the coordinate system
- pdf_stringwidth -- Returns width of text using current font
- pdf_stroke -- Draws line along path
- pdf_translate -- Sets origin of coordinate system
CXI. PDO Functions
- Содержание
- PDO::beginTransaction --
Initiates a transaction
- PDO::commit --
Commits a transaction
- PDO::__construct --
Creates a PDO instance representing a connection to a database
- PDO::errorCode --
Fetch the SQLSTATE associated with the last operation on the database handle
- PDO::errorInfo --
Fetch extended error information associated with the last operation on the database handle
- PDO::exec --
Execute an SQL statement and return the number of affected rows
- PDO::getAttribute --
Retrieve a database connection attribute
- PDO::getAvailableDrivers --
Return an array of available PDO drivers
- PDO::lastInsertId --
Returns the ID of the last inserted row or sequence value
- PDO::prepare --
Prepares a statement for execution and returns a statement object
- PDO::query --
Executes an SQL statement, returning a result set as a PDOStatement object
- PDO::quote --
Quotes a string for use in a query.
- PDO::rollBack --
Rolls back a transaction
- PDO::setAttribute --
Set an attribute
- PDOStatement::bindColumn --
Bind a column to a PHP variable
- PDOStatement::bindParam --
Binds a parameter to the specified variable name
- PDOStatement::bindValue --
Binds a value to a parameter
- PDOStatement::closeCursor --
Closes the cursor, enabling the statement to be executed again.
- PDOStatement::columnCount --
Returns the number of columns in the result set
- PDOStatement::errorCode --
Fetch the SQLSTATE associated with the last operation on the statement handle
- PDOStatement::errorInfo --
Fetch extended error information associated with the last operation on the statement handle
- PDOStatement::execute --
Executes a prepared statement
- PDOStatement::fetch --
Fetches the next row from a result set
- PDOStatement::fetchAll --
Returns an array containing all of the result set rows
- PDOStatement::fetchColumn --
Returns a single column from the next row of a result set
- PDOStatement::getAttribute --
Retrieve a statement attribute
- PDOStatement::getColumnMeta --
Returns metadata for a column in a result set
- PDOStatement::nextRowset --
Advances to the next rowset in a multi-rowset statement handle
- PDOStatement::rowCount --
Returns the number of rows affected by the last SQL statement
- PDOStatement::setAttribute --
Set a statement attribute
- PDOStatement::setFetchMode --
Set the default fetch mode for this statement
CXII. PHP Options&Information
- Содержание
- assert_options -- Set/get the various assert flags
- assert -- Checks if assertion is FALSE
- dl -- Loads a PHP extension at runtime
- extension_loaded -- Find out whether an extension is loaded
- get_cfg_var --
Gets the value of a PHP configuration option
- get_current_user --
Gets the name of the owner of the current PHP script
- get_defined_constants --
Returns an associative array with the names of all the constants
and their values
- get_extension_funcs --
Returns an array with the names of the functions of a module
- get_include_path --
Gets the current include_path configuration option
- get_included_files --
Returns an array with the names of included or required files
- get_loaded_extensions --
Returns an array with the names of all modules compiled and
loaded
- get_magic_quotes_gpc --
Gets the current configuration setting of magic quotes gpc
- get_magic_quotes_runtime --
Gets the current active configuration setting of
magic_quotes_runtime
- get_required_files -- Alias of get_included_files()
- getenv -- Gets the value of an environment variable
- getlastmod -- Gets time of last page modification
- getmygid -- Get PHP script owner's GID
- getmyinode -- Gets the inode of the current script
- getmypid -- Gets PHP's process ID
- getmyuid -- Gets PHP script owner's UID
- getopt -- Gets options from the command line argument list
- getrusage -- Gets the current resource usages
- ini_alter -- Alias of ini_set()
- ini_get_all -- Gets all configuration options
- ini_get -- Gets the value of a configuration option
- ini_restore -- Restores the value of a configuration option
- ini_set -- Sets the value of a configuration option
- main -- Dummy for main()
- memory_get_usage -- Returns the amount of memory allocated to PHP
- php_ini_scanned_files -- Return a list of .ini files parsed from the additional ini dir
- php_logo_guid -- Gets the logo guid
- php_sapi_name --
Returns the type of interface between web server and PHP
- php_uname --
Returns information about the operating system PHP is running on
- phpcredits -- Prints out the credits for PHP
- phpinfo -- Outputs lots of PHP information
- phpversion -- Gets the current PHP version
- putenv -- Sets the value of an environment variable
- restore_include_path --
Restores the value of the include_path configuration option
- set_include_path --
Sets the include_path configuration option
- set_magic_quotes_runtime --
Sets the current active configuration setting of
magic_quotes_runtime
- set_time_limit -- Limits the maximum execution time
- version_compare --
Compares two "PHP-standardized" version number strings
- zend_logo_guid -- Gets the Zend guid
- zend_version -- Gets the version of the current Zend engine
CXIII. POSIX Functions
- Содержание
- posix_access --
Determine accessibility of a file
- posix_ctermid -- Get path name of controlling terminal
- posix_get_last_error --
Retrieve the error number set by the last posix function
that failed
- posix_getcwd -- Pathname of current directory
- posix_getegid --
Return the effective group ID of the current process
- posix_geteuid --
Return the effective user ID of the current process
- posix_getgid --
Return the real group ID of the current process
- posix_getgrgid -- Return info about a group by group id
- posix_getgrnam -- Return info about a group by name
- posix_getgroups --
Return the group set of the current process
- posix_getlogin -- Return login name
- posix_getpgid -- Get process group id for job control
- posix_getpgrp --
Return the current process group identifier
- posix_getpid -- Return the current process identifier
- posix_getppid -- Return the parent process identifier
- posix_getpwnam -- Return info about a user by username
- posix_getpwuid -- Return info about a user by user id
- posix_getrlimit -- Return info about system resource limits
- posix_getsid -- Get the current sid of the process
- posix_getuid --
Return the real user ID of the current process
- posix_isatty --
Determine if a file descriptor is an interactive terminal
- posix_kill -- Send a signal to a process
- posix_mkfifo --
Create a fifo special file (a named pipe)
- posix_mknod --
Create a special or ordinary file (POSIX.1)
- posix_setegid --
Set the effective GID of the current process
- posix_seteuid --
Set the effective UID of the current process
- posix_setgid --
Set the GID of the current process
- posix_setpgid -- Set process group id for job control
- posix_setsid -- Make the current process a session leader
- posix_setuid --
Set the UID of the current process
- posix_strerror --
Retrieve the system error message associated with the given errno
- posix_times -- Get process times
- posix_ttyname -- Determine terminal device name
- posix_uname -- Get system name
CXIV. Regular Expression Functions (POSIX Extended)CXV. PostgreSQL Functions
- Содержание
- pg_affected_rows -- Returns number of affected records (tuples)
- pg_cancel_query --
Cancel an asynchronous query
- pg_client_encoding --
Gets the client encoding
- pg_close -- Closes a PostgreSQL connection
- pg_connect -- Open a PostgreSQL connection
- pg_connection_busy --
Get connection is busy or not
- pg_connection_reset --
Reset connection (reconnect)
- pg_connection_status --
Get connection status
- pg_convert --
Convert associative array values into suitable for SQL statement
- pg_copy_from --
Insert records into a table from an array
- pg_copy_to --
Copy a table to an array
- pg_dbname -- Get the database name
- pg_delete --
Deletes records
- pg_end_copy -- Sync with PostgreSQL backend
- pg_escape_bytea --
Escape a string for insertion into a bytea field
- pg_escape_string --
Escape a string for insertion into a text field
- pg_execute -- Sends a request to execute a prepared statement with given parameters, and waits for the result.
- pg_fetch_all_columns -- Fetches all rows in a particular result column as an array
- pg_fetch_all -- Fetches all rows from a result as an array
- pg_fetch_array -- Fetch a row as an array
- pg_fetch_assoc -- Fetch a row as an associative array
- pg_fetch_object -- Fetch a row as an object
- pg_fetch_result -- Returns values from a result resource
- pg_fetch_row -- Get a row as an enumerated array
- pg_field_is_null -- Test if a field is SQL NULL
- pg_field_name -- Returns the name of a field
- pg_field_num -- Returns the field number of the named field
- pg_field_prtlen -- Returns the printed length
- pg_field_size --
Returns the internal storage size of the named field
- pg_field_type_oid --
Returns the type ID (OID) for the corresponding field number
- pg_field_type --
Returns the type name for the corresponding field number
- pg_free_result -- Free result memory
- pg_get_notify -- Gets SQL NOTIFY message
- pg_get_pid -- Gets the backend's process ID
- pg_get_result --
Get asynchronous query result
- pg_host --
Returns the host name associated with the connection
- pg_insert --
Insert array into table
- pg_last_error -- Get the last error message string of a connection
- pg_last_notice --
Returns the last notice message from PostgreSQL server
- pg_last_oid -- Returns the last row's OID
- pg_lo_close -- Close a large object
- pg_lo_create -- Create a large object
- pg_lo_export -- Export a large object to file
- pg_lo_import -- Import a large object from file
- pg_lo_open -- Open a large object
- pg_lo_read_all --
Reads an entire large object and send straight to browser
- pg_lo_read -- Read a large object
- pg_lo_seek --
Seeks position within a large object
- pg_lo_tell --
Returns current seek position a of large object
- pg_lo_unlink -- Delete a large object
- pg_lo_write -- Write to a large object
- pg_meta_data --
Get meta data for table
- pg_num_fields -- Returns the number of fields in a result
- pg_num_rows -- Returns the number of rows in a result
- pg_options -- Get the options associated with the connection
- pg_parameter_status -- Looks up a current parameter setting of the server.
- pg_pconnect -- Open a persistent PostgreSQL connection
- pg_ping -- Ping database connection
- pg_port --
Return the port number associated with the connection
- pg_prepare -- Submits a request to create a prepared statement with the
given parameters, and waits for completion.
- pg_put_line -- Send a NULL-terminated string to PostgreSQL backend
- pg_query_params -- Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text.
- pg_query -- Execute a query
- pg_result_error_field -- Returns an individual field of an error report.
- pg_result_error --
Get error message associated with result
- pg_result_seek -- Set internal row offset in result resource
- pg_result_status --
Get status of query result
- pg_select --
Select records
- pg_send_execute -- Sends a request to execute a prepared statement with given parameters, without waiting for the result(s).
- pg_send_prepare -- Sends a request to create a prepared statement with the given parameters, without waiting for completion.
- pg_send_query_params -- Submits a command and separate parameters to the server without waiting for the result(s).
- pg_send_query --
Sends asynchronous query
- pg_set_client_encoding --
Set the client encoding
- pg_set_error_verbosity --
Determines the verbosity of messages returned by pg_last_error()
and pg_result_error().
- pg_trace -- Enable tracing a PostgreSQL connection
- pg_transaction_status -- Returns the current in-transaction status of the server.
- pg_tty --
Return the TTY name associated with the connection
- pg_unescape_bytea --
Unescape binary for bytea type
- pg_untrace -- Disable tracing of a PostgreSQL connection
- pg_update --
Update table
- pg_version --
Returns an array with client, protocol and server version (when available)
CXVI. PostgreSQL Functions (PDO_PGSQL)CXVII. Printer Functions
- Содержание
- printer_abort -- Deletes the printer's spool file
- printer_close -- Close an open printer connection
- printer_create_brush -- Create a new brush
- printer_create_dc -- Create a new device context
- printer_create_font -- Create a new font
- printer_create_pen -- Create a new pen
- printer_delete_brush -- Delete a brush
- printer_delete_dc -- Delete a device context
- printer_delete_font -- Delete a font
- printer_delete_pen -- Delete a pen
- printer_draw_bmp -- Draw a bmp
- printer_draw_chord -- Draw a chord
- printer_draw_elipse -- Draw an ellipse
- printer_draw_line -- Draw a line
- printer_draw_pie -- Draw a pie
- printer_draw_rectangle -- Draw a rectangle
- printer_draw_roundrect -- Draw a rectangle with rounded corners
- printer_draw_text -- Draw text
- printer_end_doc -- Close document
- printer_end_page -- Close active page
- printer_get_option -- Retrieve printer configuration data
- printer_list -- Return an array of printers attached to the server
- printer_logical_fontheight -- Get logical font height
- printer_open -- Open connection to a printer
- printer_select_brush -- Select a brush
- printer_select_font -- Select a font
- printer_select_pen -- Select a pen
- printer_set_option -- Configure the printer connection
- printer_start_doc -- Start a new document
- printer_start_page -- Start a new page
- printer_write -- Write data to the printer
CXVIII. Program Execution Functions
- Содержание
- escapeshellarg -- Escape a string to be used as a shell argument
- escapeshellcmd -- Escape shell metacharacters
- exec -- Execute an external program
- passthru -- Execute an external program and display raw output
- proc_close -- Close a process opened by proc_open() and return the exit code of that process.
- proc_get_status -- Get information about a process opened by proc_open()
- proc_nice -- Change the priority of the current process
- proc_open --
Execute a command and open file pointers for input/output
- proc_terminate -- kills a process opened by proc_open
- shell_exec -- Execute command via shell and return the complete output as a string
- system -- Execute an external program and display the output
CXIX. PostScript document creation
- Содержание
- ps_add_bookmark -- Add bookmark to current page
- ps_add_launchlink -- Adds link which launches file
- ps_add_locallink -- Adds link to a page in the same document
- ps_add_note -- Adds note to current page
- ps_add_pdflink -- Adds link to a page in a second pdf document
- ps_add_weblink -- Adds link to a web location
- ps_arc -- Draws an arc counterclockwise
- ps_arcn -- Draws an arc clockwise
- ps_begin_page -- Start a new page
- ps_begin_pattern -- Start a new pattern
- ps_begin_template -- Start a new template
- ps_circle -- Draws a circle
- ps_clip -- Clips drawing to current path
- ps_close_image -- Closes image and frees memory
- ps_close -- Closes a PostScript document
- ps_closepath_stroke -- Closes and strokes path
- ps_closepath -- Closes path
- ps_continue_text -- Continue text in next line
- ps_curveto -- Draws a curve
- ps_delete -- Deletes all resources of a PostScript document
- ps_end_page -- End a page
- ps_end_pattern -- End a pattern
- ps_end_template -- End a template
- ps_fill_stroke -- Fills and strokes the current path
- ps_fill -- Fills the current path
- ps_findfont -- Loads a font
- ps_get_buffer -- Fetches the full buffer containig the generated PS data
- ps_get_parameter -- Gets certain parameters
- ps_get_value -- Gets certain values
- ps_hyphenate -- Hyphenates a word
- ps_lineto -- Draws a line
- ps_makespotcolor -- Create spot color
- ps_moveto -- Sets current point
- ps_new -- Creates a new PostScript document object
- ps_open_file -- Opens a file for output
- ps_open_image_file -- Opens image from file
- ps_open_image -- Reads an image for later placement
- ps_place_image -- Places image on the page
- ps_rect -- Draws a rectangle
- ps_restore -- Restore previously save context
- ps_rotate -- Sets rotation factor
- ps_save -- Save current context
- ps_scale -- Sets scaling factor
- ps_set_border_color -- Sets color of border for annotations
- ps_set_border_dash -- Sets length of dashes for border of annotations
- ps_set_border_style -- Sets border style of annotations
- ps_set_info -- Sets information fields of document
- ps_set_parameter -- Sets certain parameters
- ps_set_text_pos -- Sets position for text output
- ps_set_value -- Sets certain values
- ps_setcolor -- Sets current color
- ps_setdash -- Sets appearance of a dashed line
- ps_setflat -- Sets flatness
- ps_setfont -- Sets font to use for following output
- ps_setgray -- Sets gray value
- ps_setlinecap -- Sets appearance of line ends
- ps_setlinejoin -- Sets how contected lines are joined
- ps_setlinewidth -- Sets width of a line
- ps_setmiterlimit -- Sets the miter limit
- ps_setpolydash -- Sets appearance of a dashed line
- ps_shading_pattern -- Creates a pattern based on a shading
- ps_shading -- Creates a shading for later use
- ps_shfill -- Fills an area with a shading
- ps_show_boxed -- Output text in a box
- ps_show_xy -- Output text at given position
- ps_show -- Output text
- ps_string_geometry -- Gets geometry of a string
- ps_stringwidth -- Gets width of a string
- ps_stroke -- Draws the current path
- ps_symbol_name -- Gets name of a glyph
- ps_symbol_width -- Gets width of a glyph
- ps_symbol -- Output a glyph
- ps_translate -- Sets translation
CXX. Pspell Functions
- Содержание
- pspell_add_to_personal -- Add the word to a personal wordlist
- pspell_add_to_session -- Add the word to the wordlist in the current session
- pspell_check -- Check a word
- pspell_clear_session -- Clear the current session
- pspell_config_create -- Create a config used to open a dictionary
- pspell_config_data_dir --
location of language data files
- pspell_config_dict_dir --
Location of the main word list
- pspell_config_ignore -- Ignore words less than N characters long
- pspell_config_mode -- Change the mode number of suggestions returned
- pspell_config_personal -- Set a file that contains personal wordlist
- pspell_config_repl -- Set a file that contains replacement pairs
- pspell_config_runtogether -- Consider run-together words as valid compounds
- pspell_config_save_repl -- Determine whether to save a replacement pairs list
along with the wordlist
- pspell_new_config -- Load a new dictionary with settings based on a given config
- pspell_new_personal -- Load a new dictionary with personal wordlist
- pspell_new -- Load a new dictionary
- pspell_save_wordlist -- Save the personal wordlist to a file
- pspell_store_replacement -- Store a replacement pair for a word
- pspell_suggest -- Suggest spellings of a word
CXXI. qtdom FunctionsCXXII. Radius
- Содержание
- radius_acct_open -- Creates a Radius handle for accounting
- radius_add_server -- Adds a server
- radius_auth_open -- Creates a Radius handle for authentication
- radius_close -- Frees all ressources
- radius_config -- Causes the library to read the given configuration file
- radius_create_request -- Create accounting or authentication request
- radius_cvt_addr -- Converts raw data to IP-Address
- radius_cvt_int -- Converts raw data to integer
- radius_cvt_string -- Converts raw data to string
- radius_demangle_mppe_key -- Derives mppe-keys from mangled data
- radius_demangle -- Demangles data
- radius_get_attr -- Extracts an attribute
- radius_get_vendor_attr -- Extracts a vendor specific attribute
- radius_put_addr -- Attaches an IP-Address attribute
- radius_put_attr -- Attaches a binary attribute
- radius_put_int -- Attaches an integer attribute
- radius_put_string -- Attaches a string attribute
- radius_put_vendor_addr -- Attaches a vendor specific IP-Address attribute
- radius_put_vendor_attr -- Attaches a vendor specific binary attribute
- radius_put_vendor_int -- Attaches a vendor specific integer attribute
- radius_put_vendor_string -- Attaches a vendor specific string attribute
- radius_request_authenticator -- Returns the request authenticator
- radius_send_request -- Sends the request and waites for a reply
- radius_server_secret -- Returns the shared secret
- radius_strerror -- Returns an error message
CXXIII. Rar функции
- Содержание
- rar_close -- Закрывает Rar архив и высвобождает занятые ресурсы
- rar_entry_get -- Возвращает объект из Rar архива
- Rar::extract -- Извлекает элемент из архива
- Rar::getAttr -- Возвращает атрибуты элемента архива
- Rar::getCrc -- Возвращает CRC элемента архива
- Rar::getFileTime -- Возвращает время последней модификации элемента архива
- Rar::getHostOs -- Возвращает данные об операционной системе хоста
- Rar::getMethod -- Возвращает метод компрессии элемента массива
- Rar::getName -- Возвращает имя элемента архива
- Rar::getPackedSize -- Возвращает размер сжатого элемента
- Rar::getUnpackedSize -- Возвращает размер элемента в распакованном состоянии
- Rar::getVersion -- Возвращает версию архиватора, использованного для компрессии элемента архива
- rar_list -- Возвращает список элементов, входящих в Rar архив
- rar_open -- Открывает Rar архив
CXXIV. GNU Readline
- Содержание
- readline_add_history -- Adds a line to the history
- readline_callback_handler_install -- Initializes the readline callback interface and terminal, prints the prompt and returns immediately
- readline_callback_handler_remove -- Removes a previously installed callback handler and restores terminal settings
- readline_callback_read_char -- Reads a character and informs the readline callback interface when a line is received
- readline_clear_history -- Clears the history
- readline_completion_function -- Registers a completion function
- readline_info -- Gets/sets various internal readline variables
- readline_list_history -- Lists the history
- readline_on_new_line --
Inform readline that the cursor has moved to a new line
- readline_read_history -- Reads the history
- readline_redisplay --
Ask readline to redraw the display
- readline_write_history -- Writes the history
- readline -- Reads a line
CXXV. GNU Recode FunctionsCXXVI. RPM Header Reading ФункцииCXXVII. runkit Functions
- Содержание
- Runkit_Sandbox --
Runkit Sandbox Class -- PHP Virtual Machine
- Runkit_Sandbox_Parent --
Runkit Anti-Sandbox Class
- runkit_class_adopt --
Convert a base class to an inherited class, add ancestral methods when appropriate
- runkit_class_emancipate --
Convert an inherited class to a base class, removes any method whose scope is ancestral
- runkit_constant_add --
Similar to define(), but allows defining in class definitions as well
- runkit_constant_redefine --
Redefine an already defined constant
- runkit_constant_remove --
Remove/Delete an already defined constant
- runkit_function_add --
Add a new function, similar to create_function()
- runkit_function_copy --
Copy a function to a new function name
- runkit_function_redefine --
Replace a function definition with a new implementation
- runkit_function_remove --
Remove a function definition
- runkit_function_rename --
Change a function's name
- runkit_import --
Process a PHP file importing function and class definitions, overwriting where appropriate
- runkit_lint_file --
Check the PHP syntax of the specified file
- runkit_lint --
Check the PHP syntax of the specified php code
- runkit_method_add -- Dynamically adds a new method to a given class
- runkit_method_copy -- Copies a method from class to another
- runkit_method_redefine -- Dynamically changes the code of the given method
- runkit_method_remove -- Dynamically removes the given method
- runkit_method_rename -- Dynamically changes the name of the given method
- runkit_sandbox_output_handler --
Specify a function to capture and/or process output from a runkit sandbox
- runkit_superglobals --
Return numerically indexed array of registered superglobals
CXXVIII. Satellite CORBA client extension [deprecated]
- Содержание
- OrbitEnum -- Use CORBA enums
- OrbitObject -- Access CORBA objects
- OrbitStruct -- Use CORBA structs
- satellite_caught_exception -- See if an exception was caught from the previous function
- satellite_exception_id -- Get the repository id for the latest exception.
- satellite_exception_value -- Get the exception struct for the latest exception
- satellite_get_repository_id -- NOT IMPLEMENTED
- satellite_load_idl -- Instruct the type manager to load an IDL file
- satellite_object_to_string -- Convert an object to its string representation
CXXIX. SDO Functions
- Содержание
- SDO_DAS_ChangeSummary::beginLogging --
Begin change logging.
- SDO_DAS_ChangeSummary::endLogging --
End change logging.
- SDO_DAS_ChangeSummary::getChangeType --
Get the type of change made to an SDO_DataObject.
- SDO_DAS_ChangeSummary::getChangedDataObjects --
Get the changed data objects from a change summary.
- SDO_DAS_ChangeSummary::getOldContainer --
Get the old container for a deleted SDO_DataObject.
- SDO_DAS_ChangeSummary::getOldValues --
Get the old values for a given changed SDO_DataObject.
- SDO_DAS_ChangeSummary::isLogging --
Test to see whether change logging is switched on.
- SDO_DAS_DataFactory::addPropertyToType --
Adds a property to a type.
- SDO_DAS_DataFactory::addType --
Add a new type to a model.
- SDO_DAS_DataFactory::getDataFactory --
Get a data factory instance.
- SDO_DAS_DataObject::getChangeSummary --
Get a data object's change summary.
- SDO_DAS_Setting::getListIndex --
Get the list index for a changed many-valued property.
- SDO_DAS_Setting::getPropertyIndex --
Get the property index for a changed property.
- SDO_DAS_Setting::getPropertyName --
Get the property name for a changed property.
- SDO_DAS_Setting::getValue --
Get the old value for the changed property.
- SDO_DAS_Setting::isSet --
Test whether a property was set prior to being modified.
- SDO_DataFactory::create --
Create an SDO_DataObject.
- SDO_DataObject::clear --
Clear an SDO_DataObject's properties.
- SDO_DataObject::createDataObject --
Create a child SDO_DataObject.
- SDO_DataObject::getContainer --
Get a data object's container.
- SDO_DataObject::getContainmentPropertyName --
Get the container's property name.
- SDO_DataObject::getSequence --
Get the sequence for a data object.
- SDO_DataObject::getType --
Get the type of a data object.
- SDO_List::insert --
Insert into a list.
- SDO_Sequence::getPropertyIndex --
Return the property index for the specified sequence index.
- SDO_Sequence::getPropertyName --
Return the property name for the specified sequence index.
- SDO_Sequence::insert --
Insert into a sequence.
- SDO_Sequence::move --
Move an item to another sequence position.
CXXX. SDO XML Data Access Service Functions
- Содержание
- SDO_DAS_XML_Document::getEncoding --
Returns encoding string.
- SDO_DAS_XML_Document::getNoNamespaceSchemaLocation --
Returns no namespace schema location.
- SDO_DAS_XML_Document::getRootDataObject -- Returns the root SDO_DataObject.
- SDO_DAS_XML_Document::getRootElementName --
Returns root element's name.
- SDO_DAS_XML_Document::getRootElementURI --
Returns root element's URI string.
- SDO_DAS_XML_Document::getSchemaLocation --
Returns schema location.
- SDO_DAS_XML_Document::getXMLDeclaration --
Returns whether the xml declaration is set or not.
- SDO_DAS_XML_Document::getXMLVersion --
Returns xml declaration string.
- SDO_DAS_XML_Document::setEncoding --
Sets the given string as encoding.
- SDO_DAS_XML_Document::setNoNamespaceSchemaLocation --
Sets the given string as no namespace schema location.
- SDO_DAS_XML_Document::setSchemaLocation --
Sets the given string as schema location.
- SDO_DAS_XML_Document::setXMLDeclaration --
Sets the xml declaration.
- SDO_DAS_XML_Document::setXMLVersion --
Sets the given string as xml version.
- SDO_DAS_XML::create --
To create SDO_DAS_XML object for a given schema file.
- SDO_DAS_XML::createDataObject --
Creates SDO_DataObject for a given namespace URI and type name.
- SDO_DAS_XML::loadFromFile --
Returns SDO_DAS_XML_Document object for a given path to xml instance document.
- SDO_DAS_XML::loadFromString --
Returns SDO_DAS_XML_Document for a given xml instance string.
- SDO_DAS_XML::saveDataObjectToFile --
Saves the SDO_DataObject object to File.
- SDO_DAS_XML::saveDataObjectToString --
Saves the SDO_DataObject object to string.
- SDO_DAS_XML::saveDocumentToFile --
Saves the SDO_DAS_XML_Document object to a file.
- SDO_DAS_XML::saveDocumentToString --
Saves the SDO_DAS_XML_Document object to a string.
CXXXI. SDO Relational Data Access Service FunctionsCXXXII. Semaphore, Shared Memory and IPC Functions
- Содержание
- ftok --
Convert a pathname and a project identifier to a System V IPC key
- msg_get_queue --
Create or attach to a message queue
- msg_receive --
Receive a message from a message queue
- msg_remove_queue --
Destroy a message queue
- msg_send --
Send a message to a message queue
- msg_set_queue --
Set information in the message queue data structure
- msg_stat_queue --
Returns information from the message queue data structure
- sem_acquire -- Acquire a semaphore
- sem_get -- Get a semaphore id
- sem_release -- Release a semaphore
- sem_remove -- Remove a semaphore
- shm_attach -- Creates or open a shared memory segment
- shm_detach -- Disconnects from shared memory segment
- shm_get_var -- Returns a variable from shared memory
- shm_put_var --
Inserts or updates a variable in shared memory
- shm_remove_var -- Removes a variable from shared memory
- shm_remove -- Removes shared memory from Unix systems
CXXXIII. SESAM Database Functions
- Содержание
- sesam_affected_rows --
Get number of rows affected by an immediate query
- sesam_commit --
Commit pending updates to the SESAM database
- sesam_connect -- Open SESAM database connection
- sesam_diagnostic --
Return status information for last SESAM call
- sesam_disconnect -- Detach from SESAM connection
- sesam_errormsg -- Returns error message of last SESAM call
- sesam_execimm -- Execute an "immediate" SQL-statement
- sesam_fetch_array -- Fetch one row as an associative array
- sesam_fetch_result -- Return all or part of a query result
- sesam_fetch_row -- Fetch one row as an array
- sesam_field_array --
Return meta information about individual columns in a result
- sesam_field_name --
Return one column name of the result set
- sesam_free_result -- Releases resources for the query
- sesam_num_fields --
Return the number of fields/columns in a result set
- sesam_query -- Perform a SESAM SQL query and prepare the result
- sesam_rollback --
Discard any pending updates to the SESAM database
- sesam_seek_row --
Set scrollable cursor mode for subsequent fetches
- sesam_settransaction -- Set SESAM transaction parameters
CXXXIV. PostgreSQL Session Save HandlerCXXXV. Session Handling Functions
- Содержание
- session_cache_expire -- Return current cache expire
- session_cache_limiter -- Get and/or set the current cache limiter
- session_commit -- Alias of session_write_close()
- session_decode -- Decodes session data from a string
- session_destroy -- Destroys all data registered to a session
- session_encode --
Encodes the current session data as a string
- session_get_cookie_params --
Get the session cookie parameters
- session_id -- Get and/or set the current session id
- session_is_registered --
Find out whether a global variable is registered in a session
- session_module_name -- Get and/or set the current session module
- session_name -- Get and/or set the current session name
- session_regenerate_id --
Update the current session id with a newly generated one
- session_register --
Register one or more global variables with the current session
- session_save_path -- Get and/or set the current session save path
- session_set_cookie_params --
Set the session cookie parameters
- session_set_save_handler --
Sets user-level session storage functions
- session_start -- Initialize session data
- session_unregister --
Unregister a global variable from the current session
- session_unset --
Free all session variables
- session_write_close -- Write session data and end session
CXXXVI. Shared Memory FunctionsCXXXVII. SimpleXML functions
- Содержание
- SimpleXMLElement->asXML --
Return a well-formed XML string based on SimpleXML element
- SimpleXMLElement->attributes --
Identifies an element's attributes
- SimpleXMLElement->children --
Finds children of given node
- SimpleXMLElement->xpath --
Runs Xpath query on XML data
- simplexml_import_dom --
Get a SimpleXMLElement object from a
DOM node.
- simplexml_load_file --
Interprets an XML file into an object
- simplexml_load_string --
Interprets a string of XML into an object
CXXXVIII. SNMP Functions
- Содержание
- snmp_get_quick_print --
Fetches the current value of the UCD library's quick_print setting
- snmp_get_valueretrieval --
Return the method how the SNMP values will be returned
- snmp_read_mib --
Reads and parses a MIB file into the active MIB tree
- snmp_set_enum_print --
Return all values that are enums with their enum value instead of the raw integer
- snmp_set_oid_numeric_print --
Return all objects including their respective object id within the specified one
- snmp_set_quick_print -- Set the value of quick_print within the UCD SNMP library
- snmp_set_valueretrieval --
Specify the method how the SNMP values will be returned
- snmpget -- Fetch an SNMP object
- snmpgetnext --
Fetch a SNMP object
- snmprealwalk --
Return all objects including their respective object ID within the specified one
- snmpset -- Set an SNMP object
- snmpwalk -- Fetch all the SNMP objects from an agent
- snmpwalkoid -- Query for a tree of information about a network entity
CXXXIX. SOAP Functions
- Содержание
- is_soap_fault --
Checks if SOAP call was failed
- SoapClient->__call() --
Calls a SOAP function (deprecated)
- SoapClient->__construct() --
SoapClient constructor
- SoapClient->__doRequest() --
Performs a SOAP request
- SoapClient->__getFunctions() --
Returns list of SOAP functions
- SoapClient->__getLastRequest() --
Returns last SOAP request
- SoapClient->__getLastRequestHeaders() --
Returns last SOAP request headers
- SoapClient->__getLastResponse() --
Returns last SOAP response.
- SoapClient->__getLastResponseHeaders() --
Returns last SOAP response headers.
- SoapClient->__getTypes() --
Returns list of SOAP types
- SoapClient->__setCookie() --
Sets the cookie that will be sent with the SOAP request
- SoapClient->__soapCall() --
Calls a SOAP function
- SoapFault->__construct() --
SoapFault constructor
- SoapHeader->__construct() --
SoapHeader constructor
- SoapParam->__construct() --
SoapParam constructor
- SoapServer->addFunction() --
Adds one or several functions those will handle SOAP requests
- SoapServer->__construct() --
SoapServer constructor
- SoapServer->fault() -- Issue SoapServer fault indicating an error
- SoapServer->getFunctions() --
Returns list of defined functions
- SoapServer->handle() --
Handles a SOAP request
- SoapServer->setClass() --
Sets class which will handle SOAP requests
- SoapServer->setPersistence() --
Sets persistence mode of SoapServer
- SoapVar->__construct() --
SoapVar constructor
- use_soap_error_handler -- Set whether to use the SOAP error handler and return the former value
CXL. Socket Functions
- Содержание
- socket_accept -- Accepts a connection on a socket
- socket_bind -- Binds a name to a socket
- socket_clear_error -- Clears the error on the socket or the last error code
- socket_close -- Closes a socket resource
- socket_connect -- Initiates a connection on a socket
- socket_create_listen -- Opens a socket on port to accept connections
- socket_create_pair -- Creates a pair of indistinguishable sockets and stores them in an array
- socket_create -- Create a socket (endpoint for communication)
- socket_get_option -- Gets socket options for the socket
- socket_getpeername --
Queries the remote side of the given socket which may either result in host/port
or in a Unix filesystem path, dependent on its type
- socket_getsockname --
Queries the local side of the given socket which may either result in host/port
or in a Unix filesystem path, dependent on its type
- socket_last_error -- Returns the last error on the socket
- socket_listen -- Listens for a connection on a socket
- socket_read -- Reads a maximum of length bytes from a socket
- socket_recv -- Receives data from a connected socket
- socket_recvfrom -- Receives data from a socket, connected or not
- socket_select --
Runs the select() system call on the given arrays of sockets
with a specified timeout
- socket_send -- Sends data to a connected socket
- socket_sendto -- Sends a message to a socket, whether it is connected or not
- socket_set_block --
Sets blocking mode on a socket resource
- socket_set_nonblock -- Sets nonblocking mode for file descriptor fd
- socket_set_option -- Sets socket options for the socket
- socket_shutdown -- Shuts down a socket for receiving, sending, or both
- socket_strerror -- Return a string describing a socket error
- socket_write -- Write to a socket
CXLI. Standard PHP Library (SPL) Functions
- Содержание
- ArrayIterator::current --
Return current array entry
- ArrayIterator::key --
Return current array key
- ArrayIterator::next --
Move to next entry
- ArrayIterator::rewind --
Rewind array back to the start
- ArrayIterator::seek --
Seek to position
- ArrayIterator::valid --
Check whether array contains more entries
- ArrayObject::append --
Appends the value
- ArrayObject::__construct --
Construct a new array object
- ArrayObject::count --
Return the number of elements in the Iterator
- ArrayObject::getIterator --
Create a new iterator from an ArrayObject instance
- ArrayObject::offsetExists --
Returns whether the requested $index exists
- ArrayObject::offsetGet --
Returns the value at the specified $index
- ArrayObject::offsetSet --
Sets the value at the specified $index to $newval
- ArrayObject::offsetUnset --
Unsets the value at the specified $index
- CachingIterator::hasNext --
Check whether the inner iterator has a valid next element
- CachingIterator::next --
Move the iterator forward
- CachingIterator::rewind --
Rewind the iterator
- CachingIterator::__toString --
Return the string representation of the current element
- CachingIterator::valid --
Check whether the current element is valid
- CachingRecursiveIterator::getChildren --
Return the inner iterator's children as a CachingRecursiveIterator
- CachingRecursiveIterator::hasChildren --
Check whether the current element of the inner iterator has children
- DirectoryIterator::__construct --
Constructs a new dir iterator from a path
- DirectoryIterator::current --
Return this (needed for Iterator interface)
- DirectoryIterator::getATime --
Get last access time of file
- DirectoryIterator::getCTime --
Get inode modification time of file
- DirectoryIterator::getChildren --
Returns an iterator for the current entry if it is a directory
- DirectoryIterator::getFilename --
Return filename of current dir entry
- DirectoryIterator::getGroup --
Get file group
- DirectoryIterator::getInode --
Get file inode
- DirectoryIterator::getMTime --
Get last modification time of file
- DirectoryIterator::getOwner --
Get file owner
- DirectoryIterator::getPath --
Return directory path
- DirectoryIterator::getPathname --
Return path and filename of current dir entry
- DirectoryIterator::getPerms --
Get file permissions
- DirectoryIterator::getSize --
Get file size
- DirectoryIterator::getType --
Get file type
- DirectoryIterator::isDir --
Returns true if file is directory
- DirectoryIterator::isDot --
Returns true if current entry is '.' or '..'
- DirectoryIterator::isExecutable --
Returns true if file is executable
- DirectoryIterator::isFile --
Returns true if file is a regular file
- DirectoryIterator::isLink --
Returns true if file is symbolic link
- DirectoryIterator::isReadable --
Returns true if file can be read
- DirectoryIterator::isWritable --
Returns true if file can be written
- DirectoryIterator::key --
Return current dir entry
- DirectoryIterator::next --
Move to next entry
- DirectoryIterator::rewind --
Rewind dir back to the start
- DirectoryIterator::valid --
Check whether dir contains more entries
- FilterIterator::current --
Get the current element value
- FilterIterator::getInnerIterator --
Get the inner iterator
- FilterIterator::key --
Get the current key
- FilterIterator::next --
Move the iterator forward
- FilterIterator::rewind --
Rewind the iterator
- FilterIterator::valid --
Check whether the current element is valid
- LimitIterator::getPosition --
Return the current position
- LimitIterator::next --
Move the iterator forward
- LimitIterator::rewind --
Rewind the iterator to the specified starting offset
- LimitIterator::seek --
Seek to the given position
- LimitIterator::valid --
Check whether the current element is valid
- ParentIterator::getChildren --
Return the inner iterator's children contained in a ParentIterator
- ParentIterator::hasChildren --
Check whether the inner iterator's current element has children
- ParentIterator::next --
Move the iterator forward
- ParentIterator::rewind --
Rewind the iterator
- RecursiveDirectoryIterator::getChildren --
Returns an iterator for the current entry if it is a directory
- RecursiveDirectoryIterator::hasChildren --
Returns whether current entry is a directory and not '.' or '..'
- RecursiveDirectoryIterator::key --
Return path and filename of current dir entry
- RecursiveDirectoryIterator::next --
Move to next entry
- RecursiveDirectoryIterator::rewind --
Rewind dir back to the start
- RecursiveIteratorIterator::current --
Access the current element value
- RecursiveIteratorIterator::getDepth --
Get the current depth of the recursive iteration
- RecursiveIteratorIterator::getSubIterator --
The current active sub iterator
- RecursiveIteratorIterator::key --
Access the current key
- RecursiveIteratorIterator::next --
Move forward to the next element
- RecursiveIteratorIterator::rewind --
Rewind the iterator to the first element of the top level inner iterator
- RecursiveIteratorIterator::valid --
Check whether the current position is valid
- SimpleXMLIterator::current --
Return current SimpleXML entry
- SimpleXMLIterator::getChildren --
Returns an iterator for the current entry if it is a SimpleXML object
- SimpleXMLIterator::hasChildren --
Returns whether current entry is a SimpleXML object
- SimpleXMLIterator::key --
Return current SimpleXML key
- SimpleXMLIterator::next --
Move to next entry
- SimpleXMLIterator::rewind --
Rewind SimpleXML back to the start
- SimpleXMLIterator::valid --
Check whether SimpleXML contains more entries
- class_implements --
Return the interfaces which are implemented by the given class
- class_parents --
Return the parent classes of the given class
- iterator_count --
Count the elements in an iterator
- iterator_to_array --
Copy the iterator into an array
- spl_classes --
Return available SPL classes
CXLII. SQLite
- Содержание
- sqlite_array_query --
Выполняет запрос к базе данных и возвращает результат в виде массива
- sqlite_busy_timeout -- Устанавливает время ожидания
- sqlite_changes --
Возвращает количество записей, которые были изменены последним SQL запросом
- sqlite_close -- Закрывает базу данных SQLite
- sqlite_column -- Выбирает одно поле из текущей записи результата запроса
- sqlite_create_aggregate --
Регистрирует агрегатную функцию для использования в SQL запросах
- sqlite_create_function --
Регистрирует функцию для использования в SQL запросах
- sqlite_current --
Возвращает текущую запись результата запроса в массиве
- sqlite_error_string -- Возвращает строку с описанием ошибки
- sqlite_escape_string -- Экранирует спецсимволы в строке для использования в запросе
- sqlite_exec --
Выполняет запрос, не возвращающий записей
- sqlite_factory --
Открывает базу данных SQLite и возвращает объект
- sqlite_fetch_all --
Выбирает все записи из результата запроса и возвращает массив массивов
- sqlite_fetch_array --
Выбирает следующую запись из результата запроса и возвращает массив
- sqlite_fetch_column_types --
Возвращает массив, содержащий информацию о типах полей в таблице
- sqlite_fetch_object --
Выбирает следующую запись из результата запроса и возвращает объект
- sqlite_fetch_single --
Выбирает значение первого поля из результат запроса в виде строки
- sqlite_fetch_string --
Псевдоним функции sqlite_fetch_single()
- sqlite_field_name -- Возвращает имя указанного поля результата запроса
- sqlite_has_more --
Определяет, есть ли еще записи в результате запроса
- sqlite_has_prev --
Определяет, доступна ли предыдущая запись
- sqlite_key -- Returns the current row index
- sqlite_last_error -- Возвращает код ошибки последней операции с SQLite
- sqlite_last_insert_rowid --
Возвращает идентификатор последней вставленной записи
- sqlite_libencoding --
Возвращает кодировку, используемую подключенной библиотекой SQLite
- sqlite_libversion -- Возвращает версию подключенной библиотеки SQLite
- sqlite_next -- Переходит на следующую запись
- sqlite_num_fields -- Возвращает количество полей в результате запроса
- sqlite_num_rows -- Возвращает количество записей в результате запроса
- sqlite_open -- Открывает или создает базу данных SQLite
- sqlite_popen --
Открывает или создает базу данных SQLite, делая подключение постоянным
- sqlite_prev -- Переходит на предыдущую запись
- sqlite_query --
Выполняет запрос к базе данных и возвращает идентификатор результата
- sqlite_rewind -- Переходит к первой записи
- sqlite_seek -- Переходит к определенному номеру записи
- sqlite_single_query --
Выполняет SQL зпрос и возвращает массив со значениями одного поля или
первую запись
- sqlite_udf_decode_binary --
Декодирует бинарные данные, переданные в пользовательскую функцию
- sqlite_udf_encode_binary --
Кодирует бинарные данные, возвращаемые пользовательской функцией
- sqlite_unbuffered_query --
Выполняет запрос без буферизации результатов
- sqlite_valid -- Returns whether more rows are available
CXLIII. SQLite Functions (PDO_SQLITE)CXLIV. Secure Shell2 Functions
- Содержание
- ssh2_auth_hostbased_file --
Authenticate using a public hostkey
- ssh2_auth_none --
Authenticate as "none"
- ssh2_auth_password --
Authenticate over SSH using a plain password
- ssh2_auth_pubkey_file --
Authenticate using a public key
- ssh2_connect --
Connect to an SSH server
- ssh2_exec --
Execute a command on a remote server
- ssh2_fetch_stream --
Fetch an extended data stream
- ssh2_fingerprint --
Retreive fingerprint of remote server
- ssh2_methods_negotiated --
Return list of negotiated methods
- ssh2_publickey_add --
Add an authorized publickey
- ssh2_publickey_init --
Initialize Publickey subsystem
- ssh2_publickey_list --
List currently authorized publickeys
- ssh2_publickey_remove --
Remove an authorized publickey
- ssh2_scp_recv --
Request a file via SCP
- ssh2_scp_send --
Send a file via SCP
- ssh2_sftp_lstat --
Stat a symbolic link
- ssh2_sftp_mkdir --
Create a directory
- ssh2_sftp_readlink --
Return the target of a symbolic link
- ssh2_sftp_realpath --
Resolve the realpath of a provided path string
- ssh2_sftp_rename --
Rename a remote file
- ssh2_sftp_rmdir --
Remove a directory
- ssh2_sftp_stat --
Stat a file on a remote filesystem
- ssh2_sftp_symlink --
Create a symlink
- ssh2_sftp_unlink --
Delete a file
- ssh2_sftp --
Initialize SFTP subsystem
- ssh2_shell --
Request an interactive shell
- ssh2_tunnel --
Open a tunnel through a remote server
CXLV. Stream Functions
- Содержание
- stream_bucket_append --
Append bucket to brigade
- stream_bucket_make_writeable --
Return a bucket object from the brigade for operating on
- stream_bucket_new --
Create a new bucket for use on the current stream
- stream_bucket_prepend --
Prepend bucket to brigade
- stream_context_create -- Create a streams context
- stream_context_get_default -- Retreive the default streams context
- stream_context_get_options -- Retrieve options for a stream/wrapper/context
- stream_context_set_option -- Sets an option for a stream/wrapper/context
- stream_context_set_params -- Set parameters for a stream/wrapper/context
- stream_copy_to_stream -- Copies data from one stream to another
- stream_filter_append -- Attach a filter to a stream
- stream_filter_prepend -- Attach a filter to a stream
- stream_filter_register --
Register a stream filter implemented as a PHP class
derived from php_user_filter
- stream_filter_remove -- Remove a filter from a stream
- stream_get_contents -- Reads remainder of a stream into a string
- stream_get_filters -- Retrieve list of registered filters
- stream_get_line -- Gets line from stream resource up to a given delimiter
- stream_get_meta_data -- Retrieves header/meta data from streams/file pointers
- stream_get_transports -- Retrieve list of registered socket transports
- stream_get_wrappers -- Retrieve list of registered streams
- stream_register_wrapper -- Alias of stream_wrapper_register()
- stream_select -- Runs the equivalent of the select() system call on the given
arrays of streams with a timeout specified by tv_sec and tv_usec
- stream_set_blocking -- Set blocking/non-blocking mode on a stream
- stream_set_timeout -- Set timeout period on a stream
- stream_set_write_buffer -- Sets file buffering on the given stream
- stream_socket_accept --
Accept a connection on a socket created by stream_socket_server()
- stream_socket_client --
Open Internet or Unix domain socket connection
- stream_socket_enable_crypto --
Turns encryption on/off on an already connected socket
- stream_socket_get_name -- Retrieve the name of the local or remote sockets
- stream_socket_pair --
Creates a pair of connected, indistinguishable socket streams
- stream_socket_recvfrom -- Receives data from a socket, connected or not
- stream_socket_sendto -- Sends a message to a socket, whether it is connected or not
- stream_socket_server --
Create an Internet or Unix domain server socket
- stream_wrapper_register -- Register a URL wrapper implemented as a PHP class
- stream_wrapper_restore -- Restores a previously unregistered built-in wrapper
- stream_wrapper_unregister -- Unregister a URL wrapper
CXLVI. Функции обработки строк
- Содержание
- addcslashes -- Экранирует спецсимволы в стиле языка C
- addslashes -- Экранирует спецсимволы в строке
- bin2hex --
Преобразует бинарные данные в шестнадцатиричное представление
- chop -- Псевдоним функции rtrim()
- chr -- Возвращает символ по его коду
- chunk_split -- Разбивает строку на фрагменты
- convert_cyr_string --
Преобразует строку из одной кириллической кодировки в другую
- convert_uudecode --
Преобразует строку из формата uuencode в обычный вид
- convert_uuencode --
Преобразует строку в формат uuencode
- count_chars --
Возвращает информацию о символах, входящих в строку
- crc32 -- Вычисляет CRC32 для строки
- crypt -- Необратимое шифрование (хэширование)
- echo -- Выводит одну или более строк
- explode -- Разбивает строку на подстроки
- fprintf -- Записывает отформатированную строку в поток
- get_html_translation_table --
Возвращает таблицу преобразований, используемую функциями
htmlspecialchars() и
htmlentities()
- hebrev --
Преобразует текст на иврите из логической кодировки в визуальную.
- hebrevc --
Преобразует текст на иврите из логической кодировки в визуальную с
преобразованием перевода строки.
- html_entity_decode --
Преобразует HTML сущности в соответствующие символы
- htmlentities --
Преобразует символы в соответствующие HTML сущности.
- htmlspecialchars_decode --
Преобразует специальные HTML-сущности обратно в соответствующие символы
- htmlspecialchars --
Преобразует специальные символы в HTML сущности
- implode -- Объединяет элементы массива в строку
- join -- Псевдоним функции implode()
- levenshtein --
Вычисляет расстояние Левенштейна между двумя строками
- localeconv -- Возвращает информацию о числовых форматах
- ltrim --
Удаляет пробелы из начала строки
- md5_file -- Возвращает MD5 хэш файла
- md5 -- Возвращает MD5 хэш строки
- metaphone -- Возвращает ключ metaphone для строки
- money_format -- Форматирует число как денежную величину
- nl_langinfo --
Возвращает информацию о языке и локали
- nl2br --
Вставляет HTML код разрыва строки перед каждым переводом строки
- number_format -- Форматирует число с разделением групп
- ord -- Возвращает ASCII код символа
- parse_str -- Разбирает строку в переменные
- print -- Выводит строку
- printf -- Выводит отформатированную строку
- quoted_printable_decode --
Раскодирует строку, закодированную методом quoted printable
- quotemeta -- Экранирует специальные символы
- rtrim --
Удаляет пробелы из конца строки
- setlocale -- Устанавливает локаль
- sha1_file -- Возвращает SHA1 хэш файла
- sha1 -- Возвращает SHA1 хэш строки
- similar_text --
Вычисляет степень похожести двух строк
- soundex -- Возвращает ключ soundex для строки
- sprintf -- Возвращает отформатированную строку
- sscanf --
Разбирает строку в соответствии с заданным форматом
- 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 --
Удаляет экранирование символов, произведенное функцией
addslashes()
- 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 -- Возвращает подстроку
- trim --
Удаляет пробелы из начала и конца строки
- ucfirst --
Преобразует первый символ строки в верхний регистр
- ucwords --
Преобразует в верхний регистр первый символ каждого слова в строке
- vfprintf -- Write a formatted string to a stream
- vprintf -- Выводит отформатированную строку
- vsprintf -- Возвращает отформатированную строку
- wordwrap --
Выполняет перенос строки на данное количество символов с
использованием символа разрыва строки.
CXLVII. Shockwave Flash Functions
- Содержание
- swf_actiongeturl -- Get a URL from a Shockwave Flash movie
- swf_actiongotoframe -- Play a frame and then stop
- swf_actiongotolabel --
Display a frame with the specified label
- swf_actionnextframe -- Go forward one frame
- swf_actionplay --
Start playing the flash movie from the current frame
- swf_actionprevframe -- Go backwards one frame
- swf_actionsettarget -- Set the context for actions
- swf_actionstop --
Stop playing the flash movie at the current frame
- swf_actiontogglequality --
Toggle between low and high quality
- swf_actionwaitforframe --
Skip actions if a frame has not been loaded
- swf_addbuttonrecord --
Controls location, appearance and active area of the current button
- swf_addcolor --
Set the global add color to the rgba value specified
- swf_closefile -- Close the current Shockwave Flash file
- swf_definebitmap -- Define a bitmap
- swf_definefont --
Defines a font
- swf_defineline -- Define a line
- swf_definepoly --
Define a polygon
- swf_definerect -- Define a rectangle
- swf_definetext -- Define a text string
- swf_endbutton --
End the definition of the current button
- swf_enddoaction -- End the current action
- swf_endshape --
Completes the definition of the current shape
- swf_endsymbol -- End the definition of a symbol
- swf_fontsize -- Change the font size
- swf_fontslant -- Set the font slant
- swf_fonttracking -- Set the current font tracking
- swf_getbitmapinfo -- Get information about a bitmap
- swf_getfontinfo --
The height in pixels of a capital A and a lowercase x
- swf_getframe -- Get the frame number of the current frame
- swf_labelframe -- Label the current frame
- swf_lookat -- Define a viewing transformation
- swf_modifyobject -- Modify an object
- swf_mulcolor --
Sets the global multiply color to the rgba value specified
- swf_nextid -- Returns the next free object id
- swf_oncondition --
Describe a transition used to trigger an action list
- swf_openfile -- Open a new Shockwave Flash file
- swf_ortho2 --
Defines 2D orthographic mapping of user coordinates onto the
current viewport
- swf_ortho --
Defines an orthographic mapping of user coordinates onto the
current viewport
- swf_perspective --
Define a perspective projection transformation
- swf_placeobject -- Place an object onto the screen
- swf_polarview --
Define the viewer's position with polar coordinates
- swf_popmatrix --
Restore a previous transformation matrix
- swf_posround --
Enables or Disables the rounding of the translation when objects
are placed or moved
- swf_pushmatrix --
Push the current transformation matrix back unto the stack
- swf_removeobject -- Remove an object
- swf_rotate -- Rotate the current transformation
- swf_scale -- Scale the current transformation
- swf_setfont -- Change the current font
- swf_setframe -- Switch to a specified frame
- swf_shapearc -- Draw a circular arc
- swf_shapecurveto3 -- Draw a cubic bezier curve
- swf_shapecurveto --
Draw a quadratic bezier curve between two points
- swf_shapefillbitmapclip --
Set current fill mode to clipped bitmap
- swf_shapefillbitmaptile --
Set current fill mode to tiled bitmap
- swf_shapefilloff -- Turns off filling
- swf_shapefillsolid --
Set the current fill style to the specified color
- swf_shapelinesolid -- Set the current line style
- swf_shapelineto -- Draw a line
- swf_shapemoveto -- Move the current position
- swf_showframe -- Display the current frame
- swf_startbutton -- Start the definition of a button
- swf_startdoaction --
Start a description of an action list for the current frame
- swf_startshape -- Start a complex shape
- swf_startsymbol -- Define a symbol
- swf_textwidth -- Get the width of a string
- swf_translate -- Translate the current transformations
- swf_viewport -- Select an area for future drawing
CXLVIII. Sybase Functions
- Содержание
- sybase_affected_rows -- Gets number of affected rows in last query
- sybase_close -- Closes a Sybase connection
- sybase_connect -- Opens a Sybase server connection
- sybase_data_seek -- Moves internal row pointer
- sybase_deadlock_retry_count -- Sets the deadlock retry count
- sybase_fetch_array -- Fetch row as array
- sybase_fetch_assoc -- Fetch a result row as an associative array
- sybase_fetch_field -- Get field information from a result
- sybase_fetch_object -- Fetch a row as an object
- sybase_fetch_row -- Get a result row as an enumerated array
- sybase_field_seek -- Sets field offset
- sybase_free_result -- Frees result memory
- sybase_get_last_message -- Returns the last message from the server
- sybase_min_client_severity -- Sets minimum client severity
- sybase_min_error_severity -- Sets minimum error severity
- sybase_min_message_severity -- Sets minimum message severity
- sybase_min_server_severity -- Sets minimum server severity
- sybase_num_fields -- Gets the number of fields in a result set
- sybase_num_rows -- Get number of rows in a result set
- sybase_pconnect -- Open persistent Sybase connection
- sybase_query -- Sends a Sybase query
- sybase_result -- Get result data
- sybase_select_db -- Selects a Sybase database
- sybase_set_message_handler -- Sets the handler called when a server message is raised
- sybase_unbuffered_query -- Send a Sybase query and do not block
CXLIX. TCP Wrappers FunctionsCL. Tidy Functions
- Содержание
- ob_tidyhandler --
ob_start callback function to repair the buffer
- tidy_access_count --
Returns the Number of Tidy accessibility warnings encountered for specified document
- tidy_clean_repair --
Execute configured cleanup and repair operations on parsed markup
- tidy_config_count --
Returns the Number of Tidy configuration errors encountered for specified document
- tidy::__construct --
Constructs a new tidy object
- tidy_diagnose --
Run configured diagnostics on parsed and repaired markup
- tidy_error_count --
Returns the Number of Tidy errors encountered for specified document
- tidy_get_body --
Returns a tidyNode Object starting from the <body> tag of the tidy parse tree
- tidy_get_config --
Get current Tidy configuration
- tidy_get_error_buffer --
Return warnings and errors which occurred parsing the specified document
- tidy_get_head --
Returns a tidyNode Object starting from the <head> tag of the tidy parse tree
- tidy_get_html_ver --
Get the Detected HTML version for the specified document
- tidy_get_html --
Returns a tidyNode Object starting from the <html> tag of the tidy parse tree
- tidy_get_opt_doc --
Returns the documentation for the given option name
- tidy_get_output --
Return a string representing the parsed tidy markup
- tidy_get_release --
Get release date (version) for Tidy library
- tidy_get_root --
Returns a tidyNode object representing the root of the tidy parse tree
- tidy_get_status --
Get status of specified document
- tidy_getopt --
Returns the value of the specified configuration option for the tidy document
- tidy_is_xhtml --
Indicates if the document is a XHTML document
- tidy_is_xml --
Indicates if the document is a generic (non HTML/XHTML) XML document
- tidy_load_config --
Load an ASCII Tidy configuration file with the specified encoding
- tidy_node->get_attr --
Return the attribute with the provided attribute id
- tidy_node->get_nodes --
Return an array of nodes under this node with the specified id
- tidy_node->next --
Returns the next sibling to this node
- tidy_node->prev --
Returns the previous sibling to this node
- tidy_parse_file --
Parse markup in file or URI
- tidy_parse_string --
Parse a document stored in a string
- tidy_repair_file --
Repair a file and return it as a string
- tidy_repair_string --
Repair a string using an optionally provided configuration file
- tidy_reset_config --
Restore Tidy configuration to default values
- tidy_save_config --
Save current settings to named file
- tidy_set_encoding --
Set the input/output character encoding for parsing markup
- tidy_setopt --
Updates the configuration settings for the specified tidy document
- tidy_warning_count --
Returns the Number of Tidy warnings encountered for specified document
- tidyNode->hasChildren --
Returns true if this node has children
- tidyNode->hasSiblings --
Returns true if this node has siblings
- tidyNode->isAsp --
Returns true if this node is ASP
- tidyNode->isComment --
Returns true if this node represents a comment
- tidyNode->isHtml --
Returns true if this node is part of a HTML document
- tidyNode->isJste --
Returns true if this node is JSTE
- tidyNode->isPhp --
Returns true if this node is PHP
- tidyNode->isText --
Returns true if this node represents text (no markup)
CLI. Tokenizer FunctionsCLII. Unicode FunctionsCLIII. URL Functions
- Содержание
- base64_decode -- Decodes data encoded with MIME base64
- base64_encode -- Encodes data with MIME base64
- get_headers --
Fetches all the headers sent by the server in response to a HTTP request
- get_meta_tags --
Extracts all meta tag content attributes from a file and returns
an array
- http_build_query -- Generate URL-encoded query string
- parse_url -- Parse a URL and return its components
- rawurldecode -- Decode URL-encoded strings
- rawurlencode -- URL-encode according to RFC 1738
- urldecode -- Decodes URL-encoded string
- urlencode -- URL-encodes string
CLIV. Variable Handling Functions
- Содержание
- debug_zval_dump -- Dumps a string representation of an internal zend value to output
- doubleval -- Alias of floatval()
- empty -- Determine whether a variable is empty
- floatval -- Get float value of a variable
- get_defined_vars --
Returns an array of all defined variables
- get_resource_type --
Returns the resource type
- gettype -- Get the type of a variable
- import_request_variables -- Import GET/POST/Cookie variables into the global scope
- intval -- Get the integer value of a variable
- is_array -- Finds whether a variable is an array
- is_bool --
Finds out whether a variable is a boolean
- is_callable --
Verify that the contents of a variable can be called as a function
- is_double -- Alias of is_float()
- is_float -- Finds whether a variable is a float
- is_int -- Find whether a variable is an integer
- is_integer -- Alias of is_int()
- is_long -- Alias of is_int()
- is_null --
Finds whether a variable is NULL
- is_numeric --
Finds whether a variable is a number or a numeric string
- is_object -- Finds whether a variable is an object
- is_real -- Alias of is_float()
- is_resource --
Finds whether a variable is a resource
- is_scalar --
Finds whether a variable is a scalar
- is_string -- Finds whether a variable is a string
- isset -- Determine whether a variable is set
- print_r --
Prints human-readable information about a variable
- serialize --
Generates a storable representation of a value
- settype -- Set the type of a variable
- strval -- Get string value of a variable
- unserialize --
Creates a PHP value from a stored representation
- unset -- Unset a given variable
- var_dump -- Dumps information about a variable
- var_export -- Outputs or returns a parsable string representation of a variable
CLV. Verisign Payflow Pro FunctionsCLVI. vpopmail Functions
- Содержание
- vpopmail_add_alias_domain_ex -- Add alias to an existing virtual domain
- vpopmail_add_alias_domain -- Add an alias for a virtual domain
- vpopmail_add_domain_ex -- Add a new virtual domain
- vpopmail_add_domain -- Add a new virtual domain
- vpopmail_add_user -- Add a new user to the specified virtual domain
- vpopmail_alias_add -- Insert a virtual alias
- vpopmail_alias_del_domain -- Deletes all virtual aliases of a domain
- vpopmail_alias_del -- Deletes all virtual aliases of a user
- vpopmail_alias_get_all -- Get all lines of an alias for a domain
- vpopmail_alias_get -- Get all lines of an alias for a domain
- vpopmail_auth_user -- Attempt to validate a username/domain/password
- vpopmail_del_domain_ex -- Delete a virtual domain
- vpopmail_del_domain -- Delete a virtual domain
- vpopmail_del_user -- Delete a user from a virtual domain
- vpopmail_error -- Get text message for last vpopmail error
- vpopmail_passwd -- Change a virtual user's password
- vpopmail_set_user_quota -- Sets a virtual user's quota
CLVII. W32api FunctionsCLVIII. WDDX FunctionsCLIX. win32service Functions
- Содержание
- win32_create_service -- Creates a new service entry in the SCM database
- win32_delete_service -- Deletes a service entry from the SCM database
- win32_get_last_control_message -- Returns the last control message that was sent to this service
- win32_query_service_status -- Queries the status of a service
- win32_set_service_status -- Update the service status
- win32_start_service_ctrl_dispatcher -- Registers the script with the SCM, so that it can act as the service with the given name
- win32_start_service -- Starts a service
- win32_stop_service -- Stops a service
CLX. xattr FunctionsCLXI. xdiff Functions
- Содержание
- xdiff_file_diff_binary --
Make binary diff of two files
- xdiff_file_diff --
Make unified diff of two files
- xdiff_file_merge3 --
Merge 3 files into one
- xdiff_file_patch_binary --
Patch a file with a binary diff
- xdiff_file_patch --
Patch a file with an unified diff
- xdiff_string_diff_binary --
Make binary diff of two strings
- xdiff_string_diff --
Make unified diff of two strings
- xdiff_string_merge3 --
Merge 3 strings into one
- xdiff_string_patch_binary --
Patch a string with a binary diff
- xdiff_string_patch --
Patch a string with an unified diff
CLXII. XML Parser Functions
- Содержание
- utf8_decode --
Converts a string with ISO-8859-1 characters encoded with UTF-8
to single-byte ISO-8859-1
- utf8_encode -- Encodes an ISO-8859-1 string to UTF-8
- xml_error_string -- Get XML parser error string
- xml_get_current_byte_index -- Get current byte index for an XML parser
- xml_get_current_column_number --
Get current column number for an XML parser
- xml_get_current_line_number -- Get current line number for an XML parser
- xml_get_error_code -- Get XML parser error code
- xml_parse_into_struct -- Parse XML data into an array structure
- xml_parse -- Start parsing an XML document
- xml_parser_create_ns --
Create an XML parser with namespace support
- xml_parser_create -- Create an XML parser
- xml_parser_free -- Free an XML parser
- xml_parser_get_option -- Get options from an XML parser
- xml_parser_set_option -- Set options in an XML parser
- xml_set_character_data_handler -- Set up character data handler
- xml_set_default_handler -- Set up default handler
- xml_set_element_handler -- Set up start and end element handlers
- xml_set_end_namespace_decl_handler --
Set up end namespace declaration handler
- xml_set_external_entity_ref_handler -- Set up external entity reference handler
- xml_set_notation_decl_handler -- Set up notation declaration handler
- xml_set_object -- Use XML Parser within an object
- xml_set_processing_instruction_handler --
Set up processing instruction (PI) handler
- xml_set_start_namespace_decl_handler --
Set up start namespace declaration handler
- xml_set_unparsed_entity_decl_handler --
Set up unparsed entity declaration handler
CLXIII. XML-RPC Functions
- Содержание
- xmlrpc_decode_request -- Decodes XML into native PHP types
- xmlrpc_decode -- Decodes XML into native PHP types
- xmlrpc_encode_request -- Generates XML for a method request
- xmlrpc_encode -- Generates XML for a PHP value
- xmlrpc_get_type -- Gets xmlrpc type for a PHP value
- xmlrpc_is_fault --
Determines if an array value represents an XMLRPC fault
- xmlrpc_parse_method_descriptions -- Decodes XML into a list of method descriptions
- xmlrpc_server_add_introspection_data -- Adds introspection documentation
- xmlrpc_server_call_method -- Parses XML requests and call methods
- xmlrpc_server_create -- Creates an xmlrpc server
- xmlrpc_server_destroy -- Destroys server resources
- xmlrpc_server_register_introspection_callback -- Register a PHP function to generate documentation
- xmlrpc_server_register_method -- Register a PHP function to resource method matching method_name
- xmlrpc_set_type -- Sets xmlrpc type, base64 or datetime, for a PHP string value
CLXIV. XMLReader functions
- Содержание
- XMLReader->close() -- Close the XMLReader input
- XMLReader->expand() -- Returns a copy of the current node as a DOM object
- XMLReader->getAttribute() -- Get the value of a named attribute
- XMLReader->getAttributeNo() -- Get the value of an attribute by index
- XMLReader->getAttributeNS() -- Get the value of an attribute by localname and URI
- XMLReader->getParserProperty() --
Indicates if specified property has been set
- XMLReader->isValid() -- Indicates if the parsed document is valid
- XMLReader->lookupNamespace() -- Lookup namespace for a prefix
- XMLReader->moveToAttribute() -- Move cursor to a named attribute
- XMLReader->moveToAttributeNo() -- Move cursor to an attribute by index
- XMLReader->moveToAttributeNs() -- Move cursor to a named attribute
- XMLReader->moveToElement() -- Position cursor on the parent Element of current Attribute
- XMLReader->moveToFirstAttribute() -- Position cursor on the first Attribute
- XMLReader->moveToNextAttribute() -- Position cursor on the next Attribute
- XMLReader->next() -- Move cursor to next node skipping all subtrees
- XMLReader->open() -- Set the URI containing the XML to parse
- XMLReader->read() -- Move to next node in document
- XMLReader->setParserProperty() -- Set or Unset parser options
- XMLReader->setRelaxNGSchema() -- Set the filename or URI for a RelaxNG Schema
- XMLReader->setRelaxNGSchemaSource() -- Set the data containing a RelaxNG Schema
- XMLReader->XML() -- Set the data containing the XML to parse
CLXV. XSL functions
- Содержание
- XSLTProcessor->__construct() -- Creates a new XSLTProcessor object
- XSLTProcessor->getParameter() -- Get value of a parameter
- XSLTProcessor->hasExsltSupport() -- Determine if PHP has EXSLT support
- XSLTProcessor->importStylesheet() -- Import stylesheet
- XSLTProcessor->registerPHPFunctions() -- Enables the ability to use PHP functions as XSLT functions
- XSLTProcessor->removeParameter() -- Remove parameter
- XSLTProcessor->setParameter() -- Set value for a parameter
- XSLTProcessor->transformToDoc() -- Transform to a DOMDocument
- XSLTProcessor->transformToURI() -- Transform to URI
- XSLTProcessor->transformToXML() -- Transform to XML
CLXVI. XSLT Functions
- Содержание
- xslt_backend_info --
Returns the information on the compilation settings of the backend
- xslt_backend_name --
Returns the name of the backend
- xslt_backend_version --
Returns the version number of Sablotron
- xslt_create -- Create a new XSLT processor
- xslt_errno -- Returns an error number
- xslt_error -- Returns an error string
- xslt_free -- Free XSLT processor
- xslt_getopt --
Get options on a given xsl processor
- xslt_process -- Perform an XSLT transformation
- xslt_set_base -- Set the base URI for all XSLT transformations
- xslt_set_encoding -- Set the encoding for the parsing of XML documents
- xslt_set_error_handler -- Set an error handler for a XSLT processor
- xslt_set_log -- Set the log file to write log messages to
- xslt_set_object --
Sets the object in which to resolve callback functions
- xslt_set_sax_handler -- Set SAX handlers for a XSLT processor
- xslt_set_sax_handlers --
Set the SAX handlers to be called when the XML document gets processed
- xslt_set_scheme_handler -- Set Scheme handlers for a XSLT processor
- xslt_set_scheme_handlers --
Set the scheme handlers for the XSLT processor
- xslt_setopt --
Set options on a given xsl processor
CLXVII. YAZ Functions
- Содержание
- yaz_addinfo -- Returns additional error information
- yaz_ccl_conf -- Configure CCL parser
- yaz_ccl_parse -- Invoke CCL Parser
- yaz_close -- Close YAZ connection
- yaz_connect --
Prepares for a connection to a Z39.50 server
- yaz_database --
Specifies the databases within a session
- yaz_element --
Specifies Element-Set Name for retrieval
- yaz_errno -- Returns error number
- yaz_error -- Returns error description
- yaz_es_result --
Inspects Extended Services Result
- yaz_get_option -- Returns value of option for connection
- yaz_hits -- Returns number of hits for last search
- yaz_itemorder --
Prepares for Z39.50 Item Order with an ILL-Request package
- yaz_present --
Prepares for retrieval (Z39.50 present)
- yaz_range --
Specifies a range of records to retrieve
- yaz_record -- Returns a record
- yaz_scan_result -- Returns Scan Response result
- yaz_scan -- Prepares for a scan
- yaz_schema --
Specifies schema for retrieval
- yaz_search -- Prepares for a search
- yaz_set_option -- Sets one or more options for connection
- yaz_sort -- Sets sorting criteria
- yaz_syntax --
Specifies the preferred record syntax for retrieval
- yaz_wait -- Wait for Z39.50 requests to complete
CLXVIII. YP/NIS Functions
- Содержание
- yp_all --
Traverse the map and call a function on each entry
- yp_cat --
Return an array containing the entire map
- yp_err_string --
Returns the error string associated with the given error code
- yp_errno --
Returns the error code of the previous operation
- yp_first --
Returns the first key-value pair from the named map
- yp_get_default_domain -- Fetches the machine's default NIS domain
- yp_master --
Returns the machine name of the master NIS server for a map
- yp_match -- Returns the matched line
- yp_next -- Returns the next key-value pair in the named map
- yp_order -- Returns the order number for a map
CLXIX. Zip File Functions (Read Only Access)
- Содержание
- zip_close -- Close a ZIP file archive
- zip_entry_close -- Close a directory entry
- zip_entry_compressedsize -- Retrieve the compressed size of a directory entry
- zip_entry_compressionmethod -- Retrieve the compression method of a directory entry
- zip_entry_filesize -- Retrieve the actual file size of a directory entry
- zip_entry_name -- Retrieve the name of a directory entry
- zip_entry_open -- Open a directory entry for reading
- zip_entry_read -- Read from an open directory entry
- zip_open -- Open a ZIP file archive
- zip_read -- Read next entry in a ZIP file archive
CLXX. Функции сжатия Zlib
- Содержание
- gzclose -- Закрывает открытый gz-указатель
- gzcompress -- Сжимает строку
- gzdeflate -- Сжимает строку
- gzencode -- Сжимает строку в формате gzip
- gzeof -- Проверяет, находится ли текущая позиция в конце gz-файла
- gzfile -- Считывает весь gz-файл в массив
- gzgetc -- Возвращает символ из gz-файла
- gzgets -- Возвращает строку из gz-файла
- gzgetss --
Возвращает строку из gz-файла с удалёнными HTML-тегами
- gzinflate -- Распаковывает строку
- gzopen -- Открывает gz-файл
- gzpassthru --
Выводит все оставшиеся данные из указателя gz-файла.
- gzputs -- Псевдоним gzwrite()
- gzread -- Бинарное чтение gz-файла
- gzrewind -- Перемещает индикатор позиции в gz-файле в начало
- gzseek -- Перемещает индикатор позиции в gz-файле
- gztell -- Возвращает текущую позицию чтения/записи в gz-файле
- gzuncompress -- Распаковывает строку
- gzwrite -- Бинарная запись в gz-файл
- readgzfile -- Выводит содержимое gz-файла
- zlib_get_coding_type -- Возвращает тип кодирования, используемый для сжатия вывода
VII. PHP and Zend Engine Internals- 44. Streams API for PHP Extension Authors
- 45. PDO Driver How-To
- Содержание
- A brief note about this How-To
- Prerequisites
- Preparation and Housekeeping
- Fleshing out your skeleton
- Building
- Testing
- Packaging and distribution
- pdo_dbh_t definition
- pdo_stmt_t definition
- Constants
- Error handling
- 46. Zend API: Hacking the Core of PHP
- Содержание
- Introduction
- Overview
- Extension Possibilities
- Source Layout
- PHP's Automatic Build System
- Creating Extensions
- Using Extensions
- Troubleshooting
- Source Discussion
- Accepting Arguments
- Creating Variables
- Duplicating Variable Contents: The Copy Constructor
- Returning Values
- Printing Information
- Startup and Shutdown Functions
- Calling User Functions
- Initialization File Support
- Where to Go from Here
- Reference: Some Configuration Macros
- API Macros
- API Functions (work in progress)
- 47. Extending PHP 3
VIII. ЧАВО: ЧАсто задаваемые Вопросы и Ответы на них- 48. Общая Информация
- 49. Списки рассылки
- 50. Получение PHP
- 51. Вопросы по Базам Данных
- 52. Установка
- 53. Проблемы Сборки
- 54. Использование PHP
- 55. PHP и HTML
- 56. PHP и COM
- 57. PHP и другие языки
- 58. Переход из PHP 2 в PHP 3
- 59. Переход из PHP 3 в PHP 4
- 60. Переход из PHP 4 в PHP 5
- 61. Разные вопросы
IX. Приложения- A. История PHP и смежных проектов
- B. Миграция с PHP 4 на PHP 5
- C. Migrating from PHP 3 to PHP 4
- D. Migrating from PHP/FI 2 to PHP 3
- E. Отладка PHP
- F. Configure options
- G. Директивы php.ini
- H. List of Supported Timezones
- I. Extension Categorization
- J. Список псевдонимов функций
- K. List of Reserved Words
- L. List of Resource Types
- M. List of Supported Protocols/Wrappers
- N. Список доступных фильтров
- O. Список поддерживаемых транспортных протоколов
- P. Таблица сравнения типов в PHP
- Q. List of Parser Tokens
- R. Об этом руководстве
- S. Open Publication License
- T. Список функций
|
|