Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
Теги:
ВСЕ
array
arxiv
dba
dbase
dom
ftp
gd
header
http
informix
mcrypt
mssql
mysql
postgresql
snmp
stream
swf
url
xml
буферизация
дата
изображение
операторы
перекодирование
почта
регулярные выражения
сессии
сетевые
сокеты
строки
файл
числа
ВСЕ
array
arxiv
dba
dbase
dom
ftp
gd
header
http
informix
mcrypt
mssql
mysql
postgresql
snmp
stream
swf
url
xml
буферизация
дата
изображение
операторы
перекодирование
почта
регулярные выражения
сессии
сетевые
сокеты
строки
файл
числа
PHP функции.
$_FILES - глобальный массив с информацией о загруженных на сервер файлах
$_POST - Суперглобальный массив
$_REQUEST - Суперглобальный массив
$_SERVER - Суперглобальный массив
_anonymous
abs - Модуль числа
acos - Арккосинус
acosh - Гиперболический арккосинус
addcslashes - Экранирует спецсимволы в стиле языка C
addslashes - Экранирует спецсимволы в строке
aggregate - Dynamic class and object aggregation of methods and properties
aggregate_info - Gets aggregation information for a given object
aggregate_methods - Dynamic class and object aggregation of methods
aggregate_methods_by_list - Selective dynamic class methods aggregation to an object
aggregate_methods_by_regexp - Selective class methods aggregation to an object using a regular expression
aggregate_properties - Dynamic aggregation of class properties to an object
aggregate_properties_by_list - Selective dynamic class properties aggregation to an object
aggregate_properties_by_regexp - Selective class properties aggregation to an object using a regular expression
aggregation_info - Псевдоним
alternative_syntax
amqp_constants
amqp_examples
amqpchannel
amqpconnection
amqpenvelope
amqpexchange
amqpqueue
apache
apache_child_terminate - Завершить процесс Apache по окончании текущего запроса
apache_constants
apache_get_modules - Возвращает список загруженных модулей сервера Apache
apache_get_version - Возвращает версию Apache
apache_getenv - Получить переменную окружения подпроцесса сервера Apache
apache_lookup_uri - Осуществить частичный запрос на указанный URI и вернуть все полученные сведения
apache_note - Возвращает и установливает уведомления к запросу Apache
apache_request_headers - Осуществить выборку всех заголовков HTTP запросов
apache_reset_timeout - Сбрасывает таймер сервера Apache
apache_response_headers - Осуществить выборку всех заголовков HTTP ответа
apache_setenv - Устанавливает переменную subprocess_env Apache
apc
apc_add - Cache a variable in the data store
apc_bin_dump - Get a binary dump of the given files and user variables
apc_bin_dumpfile - Output a binary dump of cached files and user variables to a file
apc_bin_load - Load a binary dump into the APC file/user cache
apc_bin_loadfile - Load a binary dump from a file into the APC file/user cache
apc_cache_info - Retrieves cached information from APC's data store
apc_cas - Updates an old value with a new value
apc_clear_cache - Clears the APC cache
apc_compile_file - Stores a file in the bytecode cache, bypassing all filters.
apc_constants
apc_dec - Decrease a stored number
apc_define_constants - Defines a set of constants for retrieval and mass-definition
apc_delete - Removes a stored variable from the cache
apc_delete_file - Deletes files from the opcode cache
apc_exists - Checks if APC key exists
apc_fetch - Fetch a stored variable from the cache
apc_inc - Increase a stored number
apc_load_constants - Loads a set of constants from the cache
apc_sma_info - Retrieves APC's Shared Memory Allocation information
apc_store - Cache a variable in the data store
apciterator
apd
apd_breakpoint - Останавливает интерпретатор и ожидает символ возврата каретки (CR) из сокета
apd_callstack - Возвращает текущий вызов стека в виде массива
apd_clunk - Выводит предупреждение и стек вызова
apd_constants
apd_continue - Restarts the interpreter
apd_croak - Throw an error, a callstack and then exit
apd_dump_function_table - Outputs the current function table
apd_echo - Echo to the debugging socket
apd_examples
apd_get_active_symbols - Get an array of the current variables names in the local scope
apd_set_pprof_trace - Starts the session debugging
apd_set_session - Changes or sets the current debugging level
apd_set_session_trace - Starts the session debugging
apd_set_session_trace_socket - Starts the remote session debugging
appendices
appenditerator
argumentcounterror
arithmeticerror
array - Создать массив
array_change_key_case - Возвращает массив, символьные ключи которого преобразованы в верхний или нижний регистр символов
array_chunk - Разбить массив на части
array_column - Возвращает массив из значений одного столбца входного массива
array_combine - Создать новый массив, используя один массив в качестве ключей, а другой в качестве соответствующих значений
array_constants
array_count_values - Подсчитать количество всех значений массива
array_diff - Вычислить расхождение в массивах
array_diff_assoc - Вычислить расхождение в массивах с дополнительной проверкой индекса
array_diff_key - Вычислить расхождение в массивах, сравнивая ключи
array_diff_uassoc - Вычислить расхождение в массивах с дополнительной проверкой индекса, осуществляемой при помощи функции, определённой пользователем
array_diff_ukey - Вычислить расхождение в массивах, используя функцию обратного вызова для сравнения ключей
array_fill - Заполнить массив определенным значением
array_fill_keys - Создает массив и заполняет его значениями, с определенными ключами
array_filter - Применяет фильтр к массиву, используя функцию обратного вызова
array_flip - Поменять местами значения массива
array_intersect - Вычислить схождение массивов
array_intersect_assoc - Вычислить схождение массивов с дополнительной проверкой индекса
array_intersect_key - Вычислить пересечение массивов, сравнивая ключи
array_intersect_uassoc - Вычислить пересечение массивов с дополнительной проверкой индекса, осуществляемой при помощи функции, определённой пользователем
array_intersect_ukey - Вычислить пересечение массивов, используя функцию обратного вызова для сравнения ключей
array_key_exists - Проверить, присутствует ли в массиве указанный ключ или индекс
array_keys - Выбрать все ключи массива
array_map - Применить функцию обратного вызова ко всем элементам указанных массивов
array_merge - Слить два или большее количество массивов
array_merge_recursive - Рекурсивно слить два или большее количество массивов
array_multisort - Сортировать несколько массивов или многомерные массивы
array_pad - Увеличить размер массива до заданной величины
array_pop - Извлечь последний элемент массива
array_product - Вычислить произведение значений массива
array_push - Добавить один или несколько элеметов в конец массива
array_rand - Выбрать одно или несколько случайных значений из массива
array_reduce - Итеративно уменьшить массив к единственному значению, используя функцию обратного вызова
array_replace - Замена элементов массива элементами других переданных массивов
array_replace_recursive - Рекурсивно заменяет элементы первого массива элементами переданных массивов
array_reverse - Возвращает массив с элементами в обратном порядке
array_search - Осуществляет поиск данного значения в массиве и возвращает соответствующий ключ в случае удачи
array_shift - Извлечь первый элемент массива
array_slice - Выбрать срез массива
array_sorting
array_splice - Удалить последовательность элементов массива и заменить её другой последовательностью
array_sum - Вычисляет сумму значений массива
array_udiff - Вычислить расхождение массивов, используя для сравнения функцию обратного вызова
array_udiff_assoc - Вычислить расхождение в массивах с дополнительной проверкой индексов, используя для сравнения значений функцию обратного вызова
array_udiff_uassoc - Вычислить расхождение в массивах с дополнительной проверкой индексов, используя для сравнения значений и индексов функцию обратного вызова
array_uintersect - Вычислить пересечение массивов, используя для сравнения значений функцию обратного вызова
array_uintersect_assoc - Вычислить пересечение массивов с дополнительной проверкой индексов, используя для сравнения значений функцию обратного вызова
array_uintersect_uassoc - Вычислить пересечение массивов с дополнительной проверкой индекса, используя для сравнения индексов и значений функцию обратного вызова
array_unique - Убрать повторяющиеся значения из массива
array_unshift - Добавить один или несколько элементов в начало массива
array_values - Выбрать все значения массива
array_walk - Применить пользовательскую функцию к каждому члену массива
array_walk_recursive - Рекурсивно применить пользовательскую функцию к каждому элементу массива
arrayaccess
arrayiterator
arrayobject
arsort - Отсортировать массив в обратном порядке, сохраняя ключи
asin - Арксинус
asinh - Гиперболический арксинус
asort - Отсортировать массив, сохраняя ключи
assert - Checks if assertion is
assert_options - Set/get the various assert flags
assertionerror
atan - Арктангенс
atan2 - Арктангенс двух переменных
atanh - Гиперболический арктангенс
autoload - Attempt to load undefined class
`` - Операции выполнения
badfunctioncallexception
badmethodcallexception
base64_decode - Декодирует данные алгоритмом MIME base64
base64_encode - Kодирует данные алгоритмом MIME base64
base_convert - Преобразование числа между произвольными системами счисления
basename - Возвращает имя файла из указанного пути
bbcode
bbcode_add_element - Добавляет элемент bbcode
bbcode_add_smiley - Добавляет смайлы для разбора парсером
bbcode_constants
bbcode_create - Create a BBCode Resource
bbcode_destroy - Закрывает ресурс BBCode_container
bbcode_parse - Производит разбор строки в соответствии с заданным набором правил
bbcode_set_arg_parser - Подключает другой парсер для применения иного набора правил в качестве параметров разбора
bbcode_set_flags - Устанавливает или изменяет настройки парсера
bc
bc_constants
bcadd - Сложить 2 числа произвольной точности
bccomp - Сравнение двух чисел произвольной точности
bcdiv - Divide two arbitrary precision numbers
bcmod - Get modulus of an arbitrary precision number
bcmul - Multiply two arbitrary precision number
bcompiler
bcompiler_constants
bcompiler_load - Reads and creates classes from a bz compressed file
bcompiler_load_exe - Reads and creates classes from a bcompiler exe file
bcompiler_parse_class - Reads the bytecodes of a class and calls back to a user function
bcompiler_read - Reads and creates classes from a filehandle
bcompiler_write_class - Writes an defined class as bytecodes
bcompiler_write_constant - Writes a defined constant as bytecodes
bcompiler_write_exe_footer - Writes the start pos, and sig to the end of a exe type file
bcompiler_write_file - Writes a php source file as bytecodes
bcompiler_write_footer - Writes the single character \x00 to indicate End of compiled data
bcompiler_write_function - Writes an defined function as bytecodes
bcompiler_write_functions_from_file - Writes all functions defined in a file as bytecodes
bcompiler_write_header - Writes the bcompiler header
bcompiler_write_included_filename - Writes an included file as bytecodes
bcpow - Raise an arbitrary precision number to another
bcpowmod - Raise an arbitrary precision number to another, reduced by a specified modulus
bcscale - Set default scale parameter for all bc math functions
bcsqrt
bcsub - Вычитает одно число с произвольной точностью из другого
bin2hex - Преобразует бинарные данные в шестнадцатиричное представление
bind_textdomain_codeset - Устанавливает кодировку, в которой будут возвращаться сообщения из каталога сообщений домена
bindec - Двоичное в десятичное
bindtextdomain - Устанавливает путь для домена
boolval - Get the boolean value of a variable
break
bzclose - Закрывает файл bzip2
bzcompress - Сжимает строку с использованием bzip2
bzdecompress - Распаковывает данные, сжатые с использованием bzip2
bzerrno - Возвращает код ошибки работы с bzip2
bzerror - Возвращает код и строку ошибки работы с bzip2 в виде массива
bzerrstr - Возвращает строку ошибки работы с bzip2
bzflush - Форсирует запись всех буферизированных данных
bzip2
bzip2_constants
bzip2_examples
bzopen - Открывает файл, сжатый с использованием bzip2
bzread - Бинарно-безопасное чтение файла bzip2
bzwrite - Бинарно-безопасная запись bzip2 файла
cachingiterator
cairo
cairo_constants
cairo_create - Returns a new CairoContext object on the requested surface.
cairo_examples
cairo_font_face_get_type - Description
cairo_font_face_status - Description
cairo_font_options_create - Description
cairo_font_options_equal - Description
cairo_font_options_get_antialias - Description
cairo_font_options_get_hint_metrics - Description
cairo_font_options_get_hint_style - Description
cairo_font_options_get_subpixel_order - Description
cairo_font_options_hash - Description
cairo_font_options_merge - Description
cairo_font_options_set_antialias - Description
cairo_font_options_set_hint_metrics - Description
cairo_font_options_set_hint_style - Description
cairo_font_options_set_subpixel_order - Description
cairo_font_options_status - Description
cairo_format_stride_for_width - Description
cairo_image_surface_create - Description
cairo_image_surface_create_for_data - Description
cairo_image_surface_create_from_png - Description
cairo_image_surface_get_data - Description
cairo_image_surface_get_format - Description
cairo_image_surface_get_height - Description
cairo_image_surface_get_stride - Description
cairo_image_surface_get_width - Description
cairo_matrix_create_scale - Псевдоним
cairo_matrix_create_translate - Псевдоним
cairo_matrix_invert - Description
cairo_matrix_multiply - Description
cairo_matrix_rotate - Description
cairo_matrix_transform_distance - Description
cairo_matrix_transform_point - Description
cairo_matrix_translate - Description
cairo_pattern_add_color_stop_rgb - Description
cairo_pattern_add_color_stop_rgba - Description
cairo_pattern_create_for_surface - Description
cairo_pattern_create_linear - Description
cairo_pattern_create_radial - Description
cairo_pattern_create_rgb - Description
cairo_pattern_create_rgba - Description
cairo_pattern_get_color_stop_count - Description
cairo_pattern_get_color_stop_rgba - Description
cairo_pattern_get_extend - Description
cairo_pattern_get_filter - Description
cairo_pattern_get_linear_points - Description
cairo_pattern_get_matrix - Description
cairo_pattern_get_radial_circles - Description
cairo_pattern_get_rgba - Description
cairo_pattern_get_surface - Description
cairo_pattern_get_type - Description
cairo_pattern_set_extend - Description
cairo_pattern_set_filter - Description
cairo_pattern_set_matrix - Description
cairo_pattern_status - Description
cairo_pdf_surface_create - Description
cairo_pdf_surface_set_size - Description
cairo_ps_get_levels - Description
cairo_ps_level_to_string - Description
cairo_ps_surface_create - Description
cairo_ps_surface_dsc_comment - Description
cairo_ps_surface_get_eps - Description
cairo_ps_surface_restrict_to_level - Description
cairo_ps_surface_set_eps - Description
cairo_ps_surface_set_size - Description
cairo_scaled_font_create - Description
cairo_scaled_font_extents - Description
cairo_scaled_font_get_ctm - Description
cairo_scaled_font_get_font_face - Description
cairo_scaled_font_get_font_matrix - Description
cairo_scaled_font_get_font_options - Description
cairo_scaled_font_get_scale_matrix - Description
cairo_scaled_font_get_type - Description
cairo_scaled_font_glyph_extents - Description
cairo_scaled_font_status - Description
cairo_scaled_font_text_extents - Description
cairo_surface_copy_page - Description
cairo_surface_create_similar - Description
cairo_surface_finish - Description
cairo_surface_flush - Description
cairo_surface_get_content - Description
cairo_surface_get_device_offset - Description
cairo_surface_get_font_options - Description
cairo_surface_get_type - Description
cairo_surface_mark_dirty - Description
cairo_surface_mark_dirty_rectangle - Description
cairo_surface_set_device_offset - Description
cairo_surface_set_fallback_resolution - Description
cairo_surface_show_page - Description
cairo_surface_status - Description
cairo_surface_write_to_png - Description
cairo_svg_surface_create - Description
cairo_svg_surface_restrict_to_version - Description
cairo_svg_version_to_string - Description
cairoantialias
cairocontent
cairocontext
cairoexception
cairoextend
cairofillrule
cairofilter
cairofontface
cairofontoptions
cairofontslant
cairofonttype
cairofontweight
cairoformat
cairogradientpattern
cairohintmetrics
cairohintstyle
cairoimagesurface
cairolineargradient
cairolinecap
cairolinejoin
cairomatrix
cairooperator
cairopath
cairopattern
cairopatterntype
cairopdfsurface
cairopslevel
cairopssurface
cairoradialgradient
cairoscaledfont
cairosolidpattern
cairostatus
cairosubpixelorder
cairosurface
cairosurfacepattern
cairosurfacetype
cairosvgsurface
cairosvgversion
cairotoyfontface
cal_days_in_month - Возвращает количество дней в месяце для данного года и месяца
cal_from_jd - Преобразует дату, заданную в юлианском календаре, в дату указанного календаря
cal_info - Возвращает информацию о заданном календаре
cal_to_jd - Преобразует заданную дату в Юлианское исчисление
calcul_hmac - Получить HMAC-ключ (необходимо 8 параметров)
calculhmac - Получить HMAC-ключ (Необходимо 2 параметра)
calendar
calendar_constants
call_user_func - Вызывает пользовательскую функцию
call_user_func_array - Вызывает пользовательскую функцию с массивом параметров
call_user_method - Вызывает метод указанного объекта [устаревшее]
call_user_method_array - Вызывает метод объекта с массивом параметров [устаревшее]
callbackfilteriterator
cc_license
ceil - Округляет дробь в большую сторону
changelog_mongo
changelog_mysqli
chdb
chdb_constants
chdb_create - Creates a chdb file
chdb_examples
chdir - Сменить каталог
checkdate - Проверяет правильность даты по грегорианскому календарю
checkdnsrr - проверяет записи DNS, соответствующие данному Internet хост-имени или IP-адресу
chgrp - Изменяет группу владельцев файла
chmod - Изменяет режим доступа к файлу или каталогу
chop - Псевдоним функции rtrim
chown - Изменяет владельца файла
chr - Возвращает символ по его коду
chroot - Сменить корневой каталог
chunk_split - Разбивает строку на фрагменты
class_alias - Создает псевдоним для указанного класса
class_exists - Проверяет был ли объявлен класс
class_implements - Return the interfaces which are implemented by the given class
class_parents - Return the parent classes of the given class
class_uses - Return the traits used by the given class
classkit
classkit_constants
classkit_import - Импортирует определения методов нового класса из файла
classkit_method_add - Динамически добавляет новый метод в заданный класс
classkit_method_copy - Копирует метод из одного класса в другой
classkit_method_redefine - Динамически меняет код заданного метода
classkit_method_remove - Динамически удаляет заданный метод
classkit_method_rename - Динамически меняет имя заданного метода
classobj
classobj_constants
classobj_examples
clearstatcache - Очищает кэш состояния файлов
cli_get_process_title - Returns the current process title
cli_set_process_title - Sets the process title
closedir - Освободить дескриптор каталога
closelog - Close connection to system logger
closure
collator
collectable
com - COM class
com_addref - Increases the components reference counter [deprecated]
com_constants
com_create_guid - Generate a globally unique identifier (GUID)
com_event_sink - Connect events from a COM object to a PHP object
com_examples
com_examples_foreach
com_get - Gets the value of a COM Component's property [deprecated]
com_get_active_object - Returns a handle to an already running instance of a COM object
com_invoke - Calls a COM component's method [deprecated]
com_isenum - Indicates if a COM object has an IEnumVariant interface for iteration [deprecated]
com_load - Creates a new reference to a COM component [deprecated]
com_load_typelib - Loads a Typelib
com_message_pump - Process COM messages, sleeping for up to timeoutms milliseconds
com_print_typeinfo - Print out a PHP class definition for a dispatchable interface
com_propget - Псевдоним
com_propput - Псевдоним
com_propset - Псевдоним
com_release - Decreases the components reference counter [deprecated]
com_set - Assigns a value to a COM component's property
compact - Создать массив, содержащий названия переменных и их значения
compileerror
cond
configuration_changes
configuration_changes_modes
configuration_file
configuration_file_per_user
configure
connection_aborted - Возвращает TRUE, если клиент отсоединён
Обработка соединений
connection_status - Возвращает битовое поле статуса соединения
connection_timeout - Возвращает TRUE, если истекло время исполнения скрипта
constant - возвращает значение константы
Константы
constants_dbx
constants_newt_colorsets
constants_newt_keys
context
context_curl - Список опций контекста CURL
context_ftp - Список параметров контекста FTP
context_http - Cписок опций контекста HTTP
context_params - Список параметров контекста
context_phar - Список контекстных опций Phar
context_socket - Список контекстных опций сокета
context_ssl - Список опций контекста SSL
continue
convert_cyr_string - Преобразует строку из одной кириллической кодировки в другую
convert_uudecode - Преобразует строку из формата uuencode в обычный вид
convert_uuencode - Преобразует строку в формат uuencode
copy - Копирует файл
cos - Косинус
cosh - Гиперболический косинус
count - Посчитать количество элементов массива или количество свойств объекта
count_chars - Возвращает информацию о символах, входящих в строку
countable
crack
crack_check - Проверяет взломостойкость переданного пароля
crack_closedict - Закрывает открытый ранее словарь CrackLib
crack_constants
crack_examples
crack_getlastmessage - Возвращает текстовое сообщение о последней проверке взломостойкости пароля
crack_opendict - Открывает новый словарь CrackLib
crc32 - Вычисляет CRC32 для строки
create_function - Создаёт анонимную (lambda-style) функцию
crypt - Необратимое шифрование (хэширование)
csprng
csprng_constants
ctype
ctype_alnum - Проверяет, является ли указанный символ буквенно-цифровым
ctype_alpha - Проверяет, является ли указанный символ буквенным
ctype_cntrl - Check for control character(s)
ctype_constants
ctype_digit - Проверяет является ли символ цифрой
ctype_graph - Check for any printable character(s) except space
ctype_lower - Проверяет, находится ли указанный символ в нижнем регистре
ctype_print - Check for printable character(s)
ctype_punct - Check for any printable character which is not whitespace or an alphanumeric character
ctype_space - Check for whitespace character(s)
ctype_upper - Проверяет, находится ли указанный символ в верхнем регистре
ctype_xdigit - Проверяет является ли указанный символ шестнадцатеричной цифрой
cubrid
cubrid_affected_rows - Return the number of rows affected by the last SQL statement
cubrid_bind - Bind variables to a prepared statement as parameters
cubrid_client_encoding - Return the current CUBRID connection charset
cubrid_close - Close CUBRID connection
cubrid_close_prepare - Close the request handle
cubrid_close_request - Close the request handle
cubrid_col_get - Get contents of collection type column using OID
cubrid_col_size - Get the number of elements in collection type column using OID
cubrid_column_names - Get the column names in result
cubrid_column_types - Get column types in result
cubrid_commit - Commit a transaction
cubrid_connect - Open a connection to a CUBRID Server
cubrid_connect_with_url - Establish the environment for connecting to CUBRID server
cubrid_constants
cubrid_current_oid - Get OID of the current cursor location
cubrid_data_seek - Move the internal row pointer of the CUBRID result
cubrid_db_name - Get db name from results of cubrid_list_dbs
cubrid_disconnect - Close a database connection
cubrid_drop - Delete an instance using OID
cubrid_errno - Return the numerical value of the error message from previous CUBRID operation
cubrid_error - Get the error message
cubrid_error_code - Get error code for the most recent function call
cubrid_error_code_facility - Get the facility code of error
cubrid_error_msg - Get last error message for the most recent function call
cubrid_examples
cubrid_execute - Execute a prepared SQL statement
cubrid_fetch - Fetch the next row from a result set
cubrid_fetch_array - Fetch a result row as an associative array, a numeric array, or both
cubrid_fetch_assoc - Return the associative array that corresponds to the fetched row
cubrid_fetch_field - Get column information from a result and return as an object
cubrid_fetch_lengths - Return an array with the lengths of the values of each field from the current row
cubrid_fetch_object - Fetche the next row and returns it as an object
cubrid_fetch_row - Return a numerical array with the values of the current row
cubrid_field_flags - Return a string with the flags of the given field offset
cubrid_field_len - Get the maximum length of the specified field
cubrid_field_name - Return the name of the specified field index
cubrid_field_seek - Move the result set cursor to the specified field offset
cubrid_field_table - Return the name of the table of the specified field
cubrid_field_type - Return the type of the column corresponding to the given field offset
cubrid_free_result - Free the memory occupied by the result data
cubrid_get - Get a column using OID
cubrid_get_autocommit - Get auto-commit mode of the connection
cubrid_get_charset - Return the current CUBRID connection charset
cubrid_get_class_name - Get the class name using OID
cubrid_get_client_info - Return the client library version
cubrid_get_db_parameter - Returns the CUBRID database parameters
cubrid_get_query_timeout - Get the query timeout value of the request
cubrid_get_server_info - Return the CUBRID server version
cubrid_insert_id - Return the ID generated for the lastest updated
cubrid_is_instance - Check whether the instance pointed by OID exists
cubrid_list_dbs - Return an array with the list of all existing CUBRID databases
cubrid_load_from_glo - Read data from a GLO instance and save it in a file
cubrid_lob2_bind - Bind a lob object or a string as a lob object to a prepared statement as parameters.
cubrid_lob2_close - Close LOB object.
cubrid_lob2_export - Export the lob object to a file.
cubrid_lob2_import - Import BLOB/CLOB data from a file.
cubrid_lob2_new - Create a lob object.
cubrid_lob2_read - Read from BLOB/CLOB data.
cubrid_lob2_seek - Move the cursor of a lob object.
cubrid_lob2_seek64 - Move the cursor of a lob object.
cubrid_lob2_size - Get a lob object's size.
cubrid_lob2_size64 - Get a lob object's size.
cubrid_lob2_tell - Tell the cursor position of the LOB object.
cubrid_lob2_tell64 - Tell the cursor position of the LOB object.
cubrid_lob2_write - Write to a lob object.
cubrid_lob_close - Close BLOB/CLOB data
cubrid_lob_export - Export BLOB/CLOB data to file
cubrid_lob_get - Get BLOB/CLOB data
cubrid_lob_send - Read BLOB/CLOB data and send straight to browser
cubrid_lob_size - Get BLOB/CLOB data size
cubrid_lock_read - Set a read lock on the given OID
cubrid_lock_write - Set a write lock on the given OID
cubrid_move_cursor - Move the cursor in the result
cubrid_new_glo - Create a glo instance
cubrid_next_result - Get result of next query when executing multiple SQL statements
cubrid_num_cols - Return the number of columns in the result set
cubrid_num_fields - Return the number of columns in the result set
cubrid_num_rows - Get the number of rows in the result set
cubrid_pconnect - Open a persistent connection to a CUBRID server
cubrid_pconnect_with_url - Open a persistent connection to CUBRID server
cubrid_ping - Ping a server connection or reconnect if there is no connection
cubrid_prepare - Prepare an SQL statement for execution
cubrid_put - Update a column using OID
cubrid_query - Send a CUBRID query
cubrid_real_escape_string - Escape special characters in a string for use in an SQL statement
cubrid_result - Return the value of a specific field in a specific row
cubrid_rollback - Roll back a transaction
cubrid_save_to_glo - Save requested file in a GLO instance
cubrid_schema - Get the requested schema information
cubrid_send_glo - Read data from glo and send it to std output
cubrid_seq_drop - Delete an element from sequence type column using OID
cubrid_seq_insert - Insert an element to a sequence type column using OID
cubrid_seq_put - Update the element value of sequence type column using OID
cubrid_set_add - Insert a single element to set type column using OID
cubrid_set_autocommit - Set autocommit mode of the connection
cubrid_set_db_parameter - Sets the CUBRID database parameters
cubrid_set_drop - Delete an element from set type column using OID
cubrid_set_query_timeout - Set the timeout time of query execution
cubrid_unbuffered_query - Perform a query without fetching the results into memory
cubrid_version - Get the CUBRID PHP module's version
cubridmysql_cubrid
curl
curl_close - закрывает CURL-сессию
curl_constants
curl_copy_handle - Копирует дескриптор cURL вместе со всеми его настройками
curl_errno - Возвращает код последней ошибки
curl_error - Возвращает строку с описанием последней ошибки текущего сеанса
curl_escape - URL encodes the given string
curl_examples
curl_exec - выполняет CURL-сессию
curl_file_create - Create a CURLFile object
curl_getinfo - Возвращает информацию о последней операции
curl_init - инициализирует CURL-сессию
curl_multi_add_handle - Добавляет обычный cURL дескриптор к набору cURL дескрипторов
curl_multi_close - Закрывает набор cURL дескрипторов
curl_multi_exec - Выполняет операции с набором cURL дескрипторов
curl_multi_getcontent - Возвращает результат операции, если был установлен параметр
curl_multi_info_read - Возвращает информацию о текущих операциях
curl_multi_init - Создает набор cURL дескрипторов
curl_multi_remove_handle - Удаляет cURL дескриптор из набора cURL дескрипторов
curl_multi_select - Ждет активности на любом curl_multi соединении
curl_multi_setopt - Set an option for the cURL multi handle
curl_multi_strerror - Return string describing error code
curl_pause - Pause and unpause a connection
curl_reset - Reset all options of a libcurl session handle
curl_setopt - устанавливает опции для CURL-трансфера/transfer
curl_setopt_array - Устанавливает несколько параметров для сеанса cURL
curl_share_close - Close a cURL share handle
curl_share_init - Initialize a cURL share handle
curl_share_setopt - Set an option for a cURL share handle.
curl_strerror - Return string describing the given error code
curl_unescape - Decodes the given URL encoded string
curl_version - Возвращает версию cURL
current - Возвратить текущий элемент массива
cyrus
cyrus_authenticate - Аутентификация на сервере Cyrus IMAP
cyrus_bind - Привязать обратные вызовы для Cyrus IMAP соединения
cyrus_close - Закрывает соединение с сервером Cyrus IMAP
cyrus_connect - Установить соединение с сервером Cyrus IMAP
cyrus_constants
cyrus_query - Послать запрос Cyrus IMAP серверу
cyrus_unbind - Убрать привязки обратных вызовов для Cyrus IMAP соединения
date - Форматирует системную дату/время
date_add - Псевдоним
date_create - Псевдоним
date_create_from_format - Псевдоним
date_create_immutable - Псевдоним
date_create_immutable_from_format - Псевдоним
date_date_set - Псевдоним
date_default_timezone_get - Получает зону по умолчанию, используемую всеми функциями data/time
date_default_timezone_set - Устанавливает зону по умолчанию для использования всеми функциями data/time
date_diff - Псевдоним
date_format - Псевдоним
date_get_last_errors - Псевдоним
date_interval_create_from_date_string - Псевдоним
date_interval_format - Псевдоним
date_isodate_set - Псевдоним
date_modify - Псевдоним
date_offset_get - Псевдоним
date_parse - Возвращает ассоциативный массив с подробной информацией о заданной дате
date_parse_from_format - Получение информации о заданной в определенном формате дате
date_sub - Псевдоним
date_sun_info - Возвращает массив с информацией о закате/рассвете и начале/окончании сумерек
date_sunrise - Возвращает время рассвета для заданных дня и местоположения
date_sunset - Время заката данного дня в зависимости от местоположения
date_time_set - Псевдоним
date_timestamp_get - Псевдоним
date_timestamp_set - Псевдоним
date_timezone_get - Псевдоним
date_timezone_set - Псевдоним
dateinterval
dateperiod
datetime
datetimeimmutable
datetimeinterface
datetimezone
db2_fetch_array
dba
dba_close - Close a DBA database
dba_constants
dba_delete - Delete DBA entry specified by key
dba_exists - Check whether key exists
dba_fetch - Fetch data specified by key
dba_firstkey - Fetch first key
dba_handlers - List all the handlers available
dba_insert - Insert entry
dba_key_split - Splits a key in string representation into array representation
dba_list - List all open database files
dba_nextkey - Fetch next key
dba_open - Open database
dba_optimize - Optimize database
dba_popen - Open database persistently
dba_replace - Replace or insert entry
dba_sync - Synchronize database
dbase
dbase_add_record - Добавляет запись в базу данных
dbase_close - Закрывает базу данных
dbase_constants
dbase_create - Создает базу данных
dbase_delete_record - Удаление записей из базы данных
dbase_get_header_info - Получает информацию о свойствах полей базы данных
dbase_get_record - Получает записи из базы данных, как из индексированного массива
dbase_get_record_with_names - Получает запись из базы данных в виде ассоциативного массива
dbase_numfields - Получает количество полей базы данных
dbase_numrecords - Получает количество записей в базе данных
dbase_open - Открывает базу данных
dbase_pack - Фиксирует удаление из базы данных
dbase_replace_record - Заменяет запись в базе данных
dbplus
dbplus_add - Add a tuple to a relation
dbplus_aql - Perform AQL query
dbplus_chdir - Get/Set database virtual current directory
dbplus_close - Close a relation
dbplus_constants
dbplus_curr - Get current tuple from relation
dbplus_errcode - Get error string for given errorcode or last error
dbplus_errno - Get error code for last operation
dbplus_find - Set a constraint on a relation
dbplus_first - Get first tuple from relation
dbplus_flush - Flush all changes made on a relation
dbplus_freealllocks - Free all locks held by this client
dbplus_freelock - Release write lock on tuple
dbplus_freerlocks - Free all tuple locks on given relation
dbplus_getlock - Get a write lock on a tuple
dbplus_getunique - Get an id number unique to a relation
dbplus_info - Get information about a relation
dbplus_last - Get last tuple from relation
dbplus_lockrel - Request write lock on relation
dbplus_next - Get next tuple from relation
dbplus_open - Open relation file
dbplus_prev - Get previous tuple from relation
dbplus_rchperm - Change relation permissions
dbplus_rcreate - Creates a new DB++ relation
dbplus_rcrtexact - Creates an exact but empty copy of a relation including indices
dbplus_rcrtlike - Creates an empty copy of a relation with default indices
dbplus_resolve - Resolve host information for relation
dbplus_restorepos - Restore position
dbplus_rkeys - Specify new primary key for a relation
dbplus_ropen - Open relation file local
dbplus_rquery - Perform local (raw) AQL query
dbplus_rrename - Rename a relation
dbplus_rsecindex - Create a new secondary index for a relation
dbplus_runlink - Remove relation from filesystem
dbplus_rzap - Remove all tuples from relation
dbplus_savepos - Save position
dbplus_setindex - Set index
dbplus_setindexbynumber - Set index by number
dbplus_sql - Perform SQL query
dbplus_tcl - Execute TCL code on server side
dbplus_tremove - Remove tuple and return new current tuple
dbplus_undo - Undo
dbplus_undoprepare - Prepare undo
dbplus_unlockrel - Give up write lock on relation
dbplus_unselect - Remove a constraint from relation
dbplus_update - Update specified tuple in relation
dbplus_xlockrel - Request exclusive lock on relation
dbplus_xunlockrel - Free exclusive lock on relation
dbx
dbx_close - Close an open connection/database
dbx_compare - Compare two rows for sorting purposes
dbx_connect - Open a connection/database
dbx_error - Report the error message of the latest function call in the module
dbx_escape_string - Escape a string so it can safely be used in an sql-statement
dbx_fetch_row - Fetches rows from a query-result that had the
dbx_query - Send a query and fetch all results (if any)
dbx_sort - Sort a result from a dbx_query by a custom sort function
dcgettext - Переопределяет одно сообщение в домене
dcngettext - Версия dcgettext для множественного числа
deaggregate - Removes the aggregated methods and properties from an object
debug_backtrace - Выводит стек вызовов функций в массив
debug_print_backtrace - Выводит стек вызовов функций
debug_zval_dump - Выводит строковое представление внутреннего значения zend
debugger
decbin - Переводит число из десятичной системы счисления в двоичную
dechex - Переводит число из десятичной системы счисления в шестнадцатиричную
decoct - Переводит число из десятичной системы счисления в восьмеричную
define - определяет именованную константу
define_syslog_variables
defined - проверяет, существует ли данная именованная константа
deg2rad - Преобразует значение из градусов в радианы
delete - См.описание функции
dgettext - Позволяет переопределить текущий домен
die - псевдоним exit()
dio
dio_close - Closes the file descriptor given by fd
dio_constants
dio_fcntl - Performs a c library fcntl on fd
dio_open - Opens a new filename with specified permissions of flags and creation permissions of mode
dio_read - Reads bytes from a file descriptor
dio_seek - Seeks to pos on fd from whence
dio_stat - Gets stat information about the file descriptor fd
dio_tcsetattr - Sets terminal attributes and baud rate for a serial port
dio_truncate - Truncates file descriptor fd to offset bytes
dio_write - Writes data to fd with optional truncation at length
dir - Класс directory
dir_constants
directory
directoryiterator
dirname - Возвращает имя каталога из указанного пути
disk_free_space - Возвращает размер доступного пространства в каталоге или в файловой системе
disk_total_space - Возвращает общий размер каталога или раздела файловой системы
diskfreespace - Псевдоним
divisionbyzeroerror
dl - загружает РНР-расширение на этапе прогона
dngettext - Версия dgettext для множественного числа
dns_check_record - Synonym for
dns_get_mx - Synonym for
dns_get_record - разбирает записи ресурса DNS, ассоциированным с именем хоста
dom
dom_constants
dom_import_simplexml - Получает объект класса
domainexception
domattr
domcdatasection
domcharacterdata
domcomment
domdocument
domdocument_add_root - Добавляет корневой узел [устаревший метод]
domdocument_create_attribute - Создает новый атрибут
domdocument_create_cdata_section - Создает новый узел типа cdata
domdocument_create_comment - Создает новый узел-комментарий
domdocument_create_element - Создает новый узел-элемент
domdocument_create_element_ns - Создает новый элемент с соответствующим пространством имен
domdocument_create_entity_reference - Создает ссылку на сущность
domdocument_create_processing_instruction - Создает новый PI узел
domdocument_create_text_node - Создает новый текстовый узел
domdocument_doctype - Возвращает тип документа
domdocument_document_element - Возвращает узел корневого элемента
domdocument_dump_file - Сохраняет XML дерево в файл
domdocument_dump_mem - Представляет XML дерево в виде строки
domdocument_get_element_by_id - Ищет элемент с заданным id
domdocument_get_elements_by_tagname - Возвращает массив узлов с заданным тэгом в документе или пустой массив, если таких элементов не найдено
domdocument_html_dump_mem - Преобразует дерево XML в HTML строку
domdocument_xinclude
domdocumentfragment
domdocumenttype
domelement
domentity
domentityreference
domexception
domimplementation
domnamednodemap
domnode
domnode_append_sibling - Добавляет к узлу нового брата
domnode_attributes - Возвращает список атрибутов
domnode_child_nodes - Возвращает сыновей узла
domnode_clone_node - Копирует узел
domnode_dump_node - Представляет одиночный узел в виде строки
domnode_first_child - Возвращает первого сына узла
domnode_get_content - Получает содержимое узла
domnode_has_attributes - Проверяет, есть ли в узле атрибуты
domnode_has_child_nodes - Проверяет, есть ли у узла потомки
domnode_insert_before - Вставляет новый узел в качестве сына
domnode_is_blank_node - Проверяет, есть ли содержимое в узле
domnode_last_child - Возвращает последнего сына узла
domnode_next_sibling - Возвращает следующего брата узла
domnode_node_name - Возвращает имя узла
domnode_node_type - Возвращает тип узла
domnode_node_value - Возвращает значение узла
domnode_owner_document - Возвращает документ, которому принадлежит этот узел
domnode_parent_node - Возвращает родителя узла
domnode_prefix - Возвращает префикс пространства имен узла
domnode_previous_sibling - Возвращает предыдущего брата узла
domnode_remove_child - Удаляет сына из списка сыновей
domnode_replace_child - Замена сына
domnode_replace_node - Заменяет узел
domnode_set_content - Устанавливает содержимое узла
domnode_set_name - Устанавливает имя узла
domnode_set_namespace - Устанавливает пространство имен узла
domnode_unlink_node - Удаляет узел
domnodelist
domnotation
domprocessinginstruction
domtext - это потомок класса
domxml_constants
domxml_new_doc - Создает новый пустой XML документ
domxml_open_file - Создает объект DOM из XML файла
domxml_open_mem - Создает объект DOM XML документа
domxml_version - Получает номер версии XML библиотеки
domxml_xmltree - Создает дерево объектов PHP из XML документа
domxml_xslt_stylesheet - Создает объект DomXsltStylesheet из строки XSL
domxml_xslt_stylesheet_doc - Создает объект класса DomXsltStylesheet из объекта DomDocument
domxml_xslt_stylesheet_file - Создает объект DomXsltStylesheet из XML файла
domxml_xslt_version - Получает версию XSLT библиотеки
domxpath
dotnet - DOTNET class
dotnet_constants
dotnet_intro
dotnet_load - Загружает модуль DOTNET
doubleval - Псевдоним
e4caad
each - Возвратить текущую пару ключ/значение из массива и сместить его указатель
easter_date - Метка времени Unix соответствующая полуночи на Пасху в заданном году
easter_days - Получение количества дней между 21 марта и Пасхой в заданном году
echo - Выводит одну или более строк
eio
eio_busy - Artificially increase load. Could be useful in tests, benchmarking.
eio_cancel - Cancels a request
eio_chmod - Change file/direcrory permissions.
eio_chown - Change file/direcrory permissions.
eio_close - Close file
eio_constants
eio_custom - Execute custom request like any other
eio_dup2 - Duplicate a file descriptor
eio_event_loop - Polls libeio until all requests proceeded
eio_examples
eio_fallocate - Allows the caller to directly manipulate the allocated disk space for a file
eio_fchmod - Change file permissions.
eio_fchown - Change file ownership
eio_fdatasync - Synchronize a file's in-core state with storage device.
eio_fstat - Get file status
eio_fstatvfs - Get file system statistics
eio_fsync - Synchronize a file's in-core state with storage device
eio_ftruncate - Truncate a file
eio_futime - Change file last access and modification times
eio_get_event_stream - Возвращает поток, отражающий переменную, используемую при взаимодействии с libeio
eio_get_eventfd - Get stream representing a variable used in internal communications with libeio.
eio_get_last_error - Возвращает последнюю ошибку, связанную с указателем на ресурс
eio_grp - Createsa request group.
eio_grp_add - Adds a request to the request group.
eio_grp_cancel - Cancels a request group
eio_grp_limit - Set group limit
eio_init - (Re-)initialize Eio
eio_link - Create a hardlink for file
eio_lstat - Get file status
eio_mkdir - Create directory
eio_mknod - Create a special or ordinary file.
eio_nop - Does nothing, except go through the whole request cycle.
eio_npending - Returns number of finished, but unhandled requests
eio_nready - Returns number of not-yet handled requests
eio_nreqs - Returns number of requests to be processed
eio_nthreads - Returns number of threads currently in use
eio_open - Opens a file
eio_poll - Can be to be called whenever there are pending requests that need finishing.
eio_read - Read from a file descriptor at given offset.
eio_readahead - Perform file readahead into page cache
eio_readdir - Reads through a whole directory
eio_readlink - Read value of a symbolic link.
eio_realpath - Get the canonicalized absolute pathname.
eio_rename - Change the name or location of a file.
eio_rmdir - Remove a directory
eio_seek - Перемещает файловый указатель файла
eio_sendfile - Transfer data between file descriptors
eio_set_max_idle - Set maximum number of idle threads.
eio_set_max_parallel - Set maximum parallel threads
eio_set_max_poll_reqs - Set maximum number of requests processed in a poll.
eio_set_max_poll_time - Set maximum poll time
eio_set_min_parallel - Set minimum parallel thread number
eio_stat - Get file status
eio_statvfs - Get file system statistics
eio_symlink - Create a symbolic link
eio_sync - Commit buffer cache to disk
eio_sync_file_range - Sync a file segment with disk
eio_syncfs - Calls Linux' syncfs syscall, if available
eio_truncate - Truncate a file
eio_unlink - Delete a name and possibly the file it refers to
eio_utime - Change file last access and modification times.
eio_write - Write to file
empty - определяет, установлена ли переменная
emptyiterator
enchant
enchant_broker_describe - Enumerates the Enchant providers
enchant_broker_dict_exists - Whether a dictionary exists or not. Using non-empty tag
enchant_broker_free - Free the broker resource and its dictionnaries
enchant_broker_free_dict - Free a dictionary resource
enchant_broker_get_error - Returns the last error of the broker
enchant_broker_init - create a new broker object capable of requesting
enchant_broker_list_dicts - Returns a list of available dictionaries
enchant_broker_request_dict - create a new dictionary using a tag
enchant_broker_request_pwl_dict - creates a dictionary using a PWL file
enchant_broker_set_ordering - Declares a preference of dictionaries to use for the language
enchant_constants
enchant_dict_add_to_personal - add a word to personal word list
enchant_dict_add_to_session - add 'word' to this spell-checking session
enchant_dict_check - Check whether a word is correctly spelled or not
enchant_dict_describe - Describes an individual dictionary
enchant_dict_get_error - Returns the last error of the current spelling-session
enchant_dict_is_in_session - whether or not 'word' exists in this spelling-session
enchant_dict_quick_check - Check the word is correctly spelled and provide suggestions
enchant_dict_store_replacement - Add a correction for a word
enchant_dict_suggest - Will return a list of values if any of those pre-conditions are not met
enchant_examples
end - Установить внутренний указатель массива на его последний элемент
ereg - совпадение с регулярным выражением
ereg_replace - Замена регулярных выражений
eregi - совпадение с регулярным выражением без учёта регистра символов
eregi_replace - Замещает регулярное выражение, не учитывая регистр.
error
error_get_last - Получение информации о последней произошедшей ошибке
error_log - Отправляет сообщение об ошибке
error_reporting - устанавливает, о каких ошибках PHP сообщается
@ - подавление ошибок
errorexception
errorfunc
errorfunc_constants
errorfunc_examples
escapeshellarg - escape-ирует строку, используемую как аргумент оболочки
escapeshellcmd - escape-ирование метасимволов оболочки.
ev
eval - вычисляет строку как PHP-код
evcheck
evchild
evembed
event
event_add - Add an event to the set of monitored events
event_base_free - Destroy event base
event_base_loop - Handle events
event_base_loopbreak - Abort event loop
event_base_loopexit - Exit loop after a time
event_base_new - Create and initialize new event base
event_base_priority_init - Set the number of event priority levels
event_base_set - Associate event base with an event
event_buffer_base_set - Associate buffered event with an event base
event_buffer_disable - Disable a buffered event
event_buffer_enable - Enable a buffered event
event_buffer_fd_set - Change a buffered event file descriptor
event_buffer_free - Destroy buffered event
event_buffer_new - Create new buffered event
event_buffer_priority_set - Assign a priority to a buffered event
event_buffer_read - Read data from a buffered event
event_buffer_set_callback - Set or reset callbacks for a buffered event
event_buffer_timeout_set - Set read and write timeouts for a buffered event
event_buffer_watermark_set - Set the watermarks for read and write events
event_buffer_write - Write data to a buffered event
event_del - Remove an event from the set of monitored events
event_free - Free event resource
event_new - Create new event
event_set - Prepare an event
eventbase
eventbuffer
eventbufferevent
eventdnsbase
eventhttp
eventhttpconnection
eventhttprequest
eventlistener
eventsslcontext
eventutil
evfork
evidle
evio
evloop
evperiodic
evprepare
evsignal
evstat
evtimer
evwatcher
exception - это базовый класс для всех исключений.
exceptions
exec - выполняет внешнюю программу
exec_constants
exif
exif_constants
exif_imagetype - определяет тип изображения
exif_read_data - читает шапки EXIF из JPEG или TIFF
exif_tagname - Get the header name for an index
exif_thumbnail - запрашивает внедрённый уменьшенный вариант thumbnail изображения TIFF или JPEG.
exists
exit - выводит сообщение и прекращает выполнение текущего скрипта
exp - Calculates the exponent of
expect
expect_constants
expect_examples
expect_expectl - Waits until the output from a process matches one of the patterns, a specified time period has passed, or an
expect_popen - Execute command via Bourne shell, and open the PTY stream to the process
explode - Разбивает строку на подстроки
expm1 - Возвращает exp(number) - 1, рассчитанное таким образом, что результат точен, даже если number близок к нулю.
extension_loaded - определяет, загружено ли расширение
extensions
extensions_state
extract - Импортировать переменные из массива в текущую символьную таблицу.
ezmlm_hash - Вычисляет хеш-сумму, необходимую для EZMLM
fam
fam_cancel_monitor - Terminate monitoring
fam_close - Close FAM connection
fam_constants
fam_monitor_collection - Monitor a collection of files in a directory for changes
fam_monitor_directory - Monitor a directory for changes
fam_monitor_file - Monitor a regular file for changes
fam_next_event - Get next pending FAM event
fam_open - Open connection to FAM daemon
fam_pending - Check for pending FAM events
fam_resume_monitor - Resume suspended monitoring
fam_suspend_monitor - Temporarily suspend monitoring
fannconnection
fbsql
fbsql_affected_rows - Возвращет число затронутых строк в предыдущем FrontBase действии
fbsql_autocommit - Enable or disable autocommit
fbsql_blob_size - Get the size of a BLOB
fbsql_change_user - Change logged in user of the active connection
fbsql_clob_size - Get the size of a CLOB
fbsql_close - Close FrontBase connection
fbsql_commit - Commits a transaction to the database
fbsql_connect - Open a connection to a FrontBase Server
fbsql_constants
fbsql_create_blob - Create a BLOB
fbsql_create_clob - Create a CLOB
fbsql_create_db - Create a FrontBase database
fbsql_data_seek - Move internal result pointer
fbsql_database - Get or set the database name used with a connection
fbsql_database_password - Sets or retrieves the password for a FrontBase database
fbsql_db_query - Send a FrontBase query
fbsql_db_status - Get the status for a given database
fbsql_drop_db - Drop (delete) a FrontBase database
fbsql_errno - Returns the error number from previous operation
fbsql_error - Returns the error message from previous operation
fbsql_fetch_array - Fetch a result row as an associative array, a numeric array, or both
fbsql_fetch_assoc - Fetch a result row as an associative array
fbsql_fetch_field - Get column information from a result and return as an object
fbsql_fetch_lengths - Get the length of each output in a result
fbsql_fetch_object - Fetch a result row as an object
fbsql_fetch_row - Get a result row as an enumerated array
fbsql_field_flags - Get the flags associated with the specified field in a result
fbsql_field_len - Returns the length of the specified field
fbsql_field_name - Get the name of the specified field in a result
fbsql_field_seek - Set result pointer to a specified field offset
fbsql_field_table - Get name of the table the specified field is in
fbsql_field_type - Get the type of the specified field in a result
fbsql_free_result - Free result memory
fbsql_get_autostart_info -
fbsql_hostname - Get or set the host name used with a connection
fbsql_insert_id - Get the id generated from the previous INSERT operation
fbsql_list_dbs - List databases available on a FrontBase server
fbsql_list_fields - List FrontBase result fields
fbsql_list_tables - List tables in a FrontBase database
fbsql_next_result - Move the internal result pointer to the next result
fbsql_num_fields - Get number of fields in result
fbsql_num_rows - Get number of rows in result
fbsql_password - Get or set the user password used with a connection
fbsql_pconnect - Open a persistent connection to a FrontBase Server
fbsql_query - Send a FrontBase query
fbsql_read_blob - Read a BLOB from the database
fbsql_read_clob - Read a CLOB from the database
fbsql_result - Get result data
fbsql_rollback - Rollback a transaction to the database
fbsql_rows_fetched - Get the number of rows affected by the last statement
fbsql_select_db - Select a FrontBase database
fbsql_set_characterset - Change input/output character set
fbsql_set_lob_mode - Set the LOB retrieve mode for a FrontBase result set
fbsql_set_password - Change the password for a given user
fbsql_set_transaction - Set the transaction locking and isolation
fbsql_start_db - Start a database on local or remote server
fbsql_stop_db - Stop a database on local or remote server
fbsql_table_name - Get table name of field
fbsql_tablename - Псевдоним
fbsql_username - Get or set the username for the connection
fbsql_warnings - Enable or disable FrontBase warnings
fclose - Закрывает дескриптор файла
fdf
fdf_add_doc_javascript - Adds javascript code to the FDF document
fdf_add_template - Добавляет шаблон в FDF-документ
fdf_close - Закрывает FDF-документ
fdf_constants
fdf_create - Create a new FDF document
fdf_enum_values - Call a user defined function for each document value
fdf_errno - Return error code for last fdf operation
fdf_error - Return error description for FDF error code
fdf_examples
fdf_get_ap - Get the appearance of a field
fdf_get_attachment - Extracts uploaded file embedded in the FDF
fdf_get_encoding - Получает значение ключа /Encoding
fdf_get_file - Получает значение ключа /F
fdf_get_flags - Gets the flags of a field
fdf_get_opt - Gets a value from the opt array of a field
fdf_get_status - Получает значение ключа /STATUS
fdf_get_value - Get the value of a field
fdf_get_version - Gets version number for FDF API or file
fdf_header - Sets FDF-specific output headers
fdf_next_field_name - Get the next field name
fdf_open - Open a FDF document
fdf_open_string - Read a FDF document from a string
fdf_remove_item - Sets target frame for form
fdf_save - Save a FDF document
fdf_save_string - Returns the FDF document as a string
fdf_set_ap - Set the appearance of a field
fdf_set_encoding - Sets FDF character encoding
fdf_set_file - Set PDF document to display FDF data in
fdf_set_flags - Sets a flag of a field
fdf_set_javascript_action - Sets an javascript action of a field
fdf_set_on_import_javascript - Adds javascript code to be executed when Acrobat opens the FDF
fdf_set_opt - Sets an option of a field
fdf_set_status - Set the value of the /STATUS key
fdf_set_submit_form_action - Sets a submit form action of a field
fdf_set_target_frame - Set target frame for form display
fdf_set_value - Set the value of a field
fdf_set_version - Sets version number for a FDF file
fdiv - Делит одно число на другое в соответствии с IEEE 754
features
features_commandline
feof - Проверяет, достигнут ли конец файла
fflush - Сброс буфера вывода в файл
fgetc - Считывает символ из файла
fgetcsv - Читает строку из файла и производит разбор данных CSV
fgets - Читает строку из файла
fgetss - Прочитать строку из файла и отбросить HTML-теги
file - Читает содержимое файла и помещает его в массив
file_exists - Проверить наличие указанного файла или каталога
file_get_contents - Получить содержимое файла в виде одной строки
file_put_contents - Записать строку в файл
file_upload_post_method
fileatime - Получить время последнего доступа к файлу
filectime - Получить время последнего изменения i-узла
filegroup - Получает идентификатор группы файла
fileinfo
fileinfo_constants
fileinode - Получить номер inode файла
filemtime - Получить время последнего изменения файла
fileowner - Получить идентификатор владельца файла
fileperms - Получить информацию о правах на файл
filepro - Read and verify the map file
filepro_constants
filepro_fieldcount - Find out how many fields are in a filePro database
filepro_fieldname - Gets the name of a field
filepro_fieldtype - Gets the type of a field
filepro_fieldwidth - Gets the width of a field
filepro_retrieve - Retrieves data from a filePro database
filepro_rowcount - Find out how many rows are in a filePro database
filesize - Получить размер файла
filesystem
filesystem_constants
filesystemiterator
filetype - Получить тип файла
filter
filter_constants
filter_filters_sanitize
filter_filters_validate
filter_has_var - Проверяет существование переменной указанного типа
filter_id - Возвращает идентификатор, принадлежащий именованному фильтру
filter_input - Принимает переменную извне PHP и, при необходимости, фильтрует ее
filter_input_array - Принимает несколько переменных извне PHP и, при необходимости, фильтрует их
filter_list - Возвращает список всех поддерживаемых фильтров
filter_var - Фильтрует переменную с помощью определенного фильтра
filter_var_array - Принимает несколько переменных и, при необходимости, фильтрует их
filteriterator
filters
filters_compression
filters_convert
filters_encryption
filters_string
finfo
finfo_close - Закрывает ресурс Fileinfo
floatval - Возвращает значение переменной в виде числа с плавающей точкой
flock - Блокировка файлов
floor - Округляет дробь в меньшую сторону
flush - очищает буфер вывода
fmod - Возвращает дробный остаток от деления по модулю
fnmatch - Совпадает ли имя файла с шаблоном
fopen - Открывает файл или URL
for
foreach - цикл
forward_static_call - Call a static method
forward_static_call_array - Call a static method and pass the arguments as array
fpassthru - Выводит все оставшиеся данные из файлового указателя
fprintf - Записывает отформатированную строку в поток
fputcsv - Форматирует строку в виде CSV и записывает её в файловый указатель
fputs - Псевдоним функции fwrite
fread - Бинарно-безопасное чтение файла
frenchtojd - Преобразует дату Французского республиканского календаря в количество дней в Юлианском летоисчислении
fribidi
fribidi_constants
fribidi_log2vis - Convert a logical string to a visual one
fscanf - Обрабатывает данные из файла в соответствии с форматом
fseek - Устанавливает смещение в файловом указателе
fsockopen - открывает сокет соединения домена Internet или Unix
fstat - Получает информацию о файле используя открытый файловый указатель
ftell - Сообщает текущее смещение чтения/записи файла
ftok - Convert a pathname and a project identifier to a System V IPC key
ftp
ftp_alloc - Резервирует место на диске для закачиваемого файла
ftp_cdup - Переходит в родительскую директорию
ftp_chdir - Изменяет текущую директорию на FTP сервере
ftp_chmod - Устанавливает права доступа к файлу
ftp_close - Закрывает соединение с FTP сервером
ftp_connect - Устанавливает соединение с FTP сервером
ftp_constants
ftp_delete - Удаляет файл на FTP сервере
ftp_examples
ftp_exec - Запрашивает выполнение команды на FTP-сервере
ftp_fget - Загружает файл с FTP сервера и сохраняет его в предварительно открытом файле
ftp_fput - Загружает предварительно открытый файл на FTP сервер
ftp_get - Загружает файл с FTP сервера
ftp_get_option - Получает текущие параметры FTP соединения
ftp_login - Выполняет вход на FTP сервер
ftp_mdtm - Возвращает время последней модификации файла
ftp_mkdir - Создаёт директорию
ftp_nb_continue - Продолжает асинхронную операцию
ftp_nb_fget - Скачивает файл с FTP сервера в асинхронном режиме и сохраняет его в предварительно открытом файле
ftp_nb_fput - Загружает предварительно открытый файл на FTP сервер в асинхронном режиме
ftp_nb_get - Скачивает файл с FTP сервера в асинхронном режиме и сохраняет его в локальный файл
ftp_nb_put - Загружает файл на FTP сервер в асинхронном режиме
ftp_nlist - Возвращает список файлов в заданной директории
ftp_pasv - Включает или выключает пассивный режим
ftp_put - Загружает файл на FTP сервер
ftp_pwd - Возвращает имя текущей директории
ftp_quit - Псевдоним функции
ftp_raw - Отправляет произвольную команду FTP-серверу
ftp_rawlist - Возвращает список файлов в заданной директории
ftp_rename - Переименовывает файл или директорию на FTP-сервере
ftp_rmdir - Удаляет директорию
ftp_set_option - Устанавливает параметры соединения с FTP сервером
ftp_site - Отправляет серверу команду SITE
ftp_size - Возвращает размер указанного файла
ftp_ssl_connect - Устанавливает соединение с FTP сервером через SSL
ftp_systype - Возвращает тип операционной системы FTP сервера
ftruncate - Урезает файл до указанной длинны
func_get_arg - Возвращает элемент из списка аргументов
func_get_args - Возвращает массив аргументов функции
func_name - Назначает обработчику идентификатор, чтобы в дальнейшем иметь возможность опросить все доступные обработчики
func_num_args - Возвращает количество аргументов, переданных функции
funchand
funchand_constants
funcref
function_exists - Возвращает, определена ли функция
functions_anonymous
fwrite - Бинарно-безопасная запись в файл
gc_collect_cycles
gc_disable - Deactivates the circular reference collector
gc_enable - Activates the circular reference collector
gc_enabled - Returns status of the circular reference collector
gd_info - Retrieve information about the currently installed GD library
gearman_constants
gearman_examples
gearmanclient
gearmanexception
gearmanjob
gearmantask
gearmanworker
gender
gender_examples
generator
generators_comparison
generators_overview
generators_syntax
geoip
geoip_constants
geoip_continent_code_by_name - Получить двухсимвольный код континента
geoip_country_code3_by_name - Получить трехсимвольный код страны
geoip_country_code_by_name - Получить двухсимвольный код страны
geoip_country_name_by_name - Получить полное название страны
geoip_database_info - Возвращает информацию о базе GeoIP
geoip_db_avail - Проверяет доступность базы GeoIP
geoip_db_filename - Возвращает имя файла соответствующей базы GeoIP
geoip_db_get_all_info - Возвращает подробную информацию обо всех типах базы GeoIP
geoip_id_by_name - Возвращает тип интернет соединения
geoip_isp_by_name - Возвращает имя Интернет провайдера (ISP)
geoip_org_by_name - Возвращает название организации, владеющей IP адресом
geoip_record_by_name - Возвращает подробную информацию об адресе, найденом в базе GeoIP
geoip_region_by_name - Возвращает коды страны и региона
geoip_region_name_by_code - Возвращает название региона для выбраной страны и кода региона
geoip_time_zone_by_country_and_region - Возвращает временную зону и код региона для некоторых стран
get_browser - сообщает о возможностях браузера
get_called_class - Имя класса, полученное с помощью позднего статического связывания
get_cfg_var - получает значение опции конфигурации PHP
get_class - Возвращает имя класса к которому принадлежит объект
get_class_methods - Возвращает массив имен методов класса
get_class_vars - Возвращает массив свойств класса с их инициализационными значенями
get_current_user - получает имя владельца текущего PHP-скрипта
get_declared_classes - Возвращает массив с именами объявленных классов
get_declared_interfaces - Возвращает массив всех объявленных интерфейсов
get_declared_traits - Returns an array of all declared traits
get_defined_constants - возвращает ассоциативный массив из имён всех констант и их значений.
get_defined_functions - Возвращает массив всех определённых функций
get_defined_vars - возвращает массив из всех определённых переменных.
get_extension_funcs - возвращает массив из имён функций модуля
get_headers - Возвращает все заголовки, переданные на сервер в HTTP-запросе
get_html_translation_table - Возвращает таблицу преобразований, используемую функциями
get_include_path - Gets the current include_path configuration option
get_included_files - возвращает массив из имён включаемых файлов.
get_loaded_extensions - возвращает массив из имён всех загруженных и скомпилированных модулей
get_magic_quotes_gpc - получает текущую активную установку конфигурации "магических" кавычек gpc.
get_magic_quotes_runtime - получает текущую активную установку конфигурации magic_quotes_runtime
get_meta_tags - Извлекает из файла содержимое всех мета-тегов и возвращает как ассоциативный массив
get_object_vars - Возвращает ассоциативный массив свойств и значений объекта
get_parent_class - Возвращает имя класса базового для объекта или класса
get_required_files - возвращает массив из имён включённых файлов.
get_resource_type - возвращает тип ресурса.
getallheaders - Получить все заголовки HTTP-запроса
getcwd - Получить имя текущего рабочего каталога
getdate - Возвращает информацию о дате/времени
getenv - получает значение переменной окружения
gethostbyaddr - получает имя Internet-хоста, соответствующее данному IP-адресу
gethostbyname - получает IP-адрес, соответствующий имени данного Internet-хоста
gethostbynamel - получает список IP-адресов, соответствующих имени данного Internet-хоста.
gethostname
getimagesize - получает размер изображения
getlastmod - получает время последней модификации страницы.
getmxrr - получает MX-записи, соответствующие имени данного Internet-хоста.
getmygid - получает GID владельца РНР-скрипта
getmyinode - получает inode текущего скрипта
getmypid - получает ID РНР-процесса
getmyuid - получает UID владельца РНР-скрипта
getopt - Gets options from the command line argument list
getprotobyname - получает номер протокола, ассоциированный с именем протокола
getprotobynumber - получает имя протокола, ассоциированное с номером протокола
getrandmax - Возвращает максимально возможное случайное число
getrusage - Gets the current resource usages
getservbyname - получает номер порта, ассоциированного с Internet-службой и протоколом
getservbyport - получает Internet-службу, которая соответствует порту и протоколу
gettext - Ищет сообщение в текущем домене
gettext_constants
gettimeofday - Возвращает текущее время
getting_started
gettype - получает тип переменной.
glob - Находит файловые пути, совпадающие с шаблоном
globiterator
gmagick
gmagick_examples
gmagickdraw
gmagickpixel
gmdate - Форматирует дату/время по Гринвичу
gmmktime - Возвращает метку времени Unix для времени по Гринвичу
gmp
gmp_abs - Абсолютная величина
gmp_add - Сложение чисел
gmp_and - Побитовое И
gmp_clrbit - Сброс бита
gmp_cmp - Сравнение чисел
gmp_com - Вычисляет дополнение до единицы числа
gmp_constants
gmp_div - Псевдоним
gmp_div_q - Деление чисел
gmp_div_qr - Деление чисел и получение частного и остатка
gmp_div_r - Остаток от деления чисел
gmp_divexact - Деление чисел без остатка
gmp_examples
gmp_fact - Факториал
gmp_gcd - Вычисление наибольшего общего делителя
gmp_gcdext - Вычисление НОД и множителей
gmp_hamdist - Расстояние Хэмминга
gmp_init - Создание GMP числа
gmp_intval - Преобразование числа GMP в целое число
gmp_invert - Инверсия остатка от деления
gmp_jacobi - Символ Якоби
gmp_legendre - Символ Лежандра
gmp_mod - Вычисление остатка от целочисленного деления
gmp_mul - Умножение чисел
gmp_neg - Изменение знака числа
gmp_nextprime - Поиск следующего простого числа
gmp_or - Побитовое ИЛИ
gmp_perfect_square - Проверка числа на точный квадрат
gmp_popcount - Количество единиц в двоичной записи числа
gmp_pow - Возводит число в степень
gmp_powm - Возводит число в степень и производит деление по модулю
gmp_prob_prime - Проверяет, является ли число "вероятно простым"
gmp_random - Случайное число
gmp_scan0 - Поиск нуля в числе
gmp_scan1 - Поиск единицы в числе
gmp_setbit - Установка бита
gmp_sign - Знак числа
gmp_sqrt - Вычисление квадратного корня
gmp_sqrtrem - Квадратный корень с остатком
gmp_strval - Преобразование GMP числа в строку
gmp_sub - Вычитание чисел
gmp_testbit - Проверка, установлен ли бит в 1
gmp_xor - Побитовое исключающее ИЛИ
gmstrftime - Форматирует дату/время по Гринвичу с учетом текущей локали
gnupg
gnupg_adddecryptkey - Add a key for decryption
gnupg_addencryptkey - Добавляет ключ для шифрования
gnupg_addsignkey - Добавить ключ для подписания
gnupg_cleardecryptkeys - Удаляет все ключи, которые были установлены для расшифровки раньше
gnupg_clearencryptkeys - Удаляет все ключи, которые были установлены для шифрования раньше
gnupg_clearsignkeys - Удаляет все ключи, которые были установлены для подписания раньше
gnupg_constants
gnupg_decrypt - Расшифровывает переданный текст
gnupg_decryptverify - Расшифровывает и проверяет подпись переданного текста
gnupg_encrypt - Encrypts a given text
gnupg_encryptsign - Шифрует и подписывает переданный текст
gnupg_examples
gnupg_export - Экспортирует ключ
gnupg_geterror - Возвращает текст сообщения об ошибке, если функция не была выполнена
gnupg_getprotocol - Возвращает текущий активный протокол для всех операций
gnupg_import - Imports a key
gnupg_init - Инициализировать GnuPG
gnupg_keyinfo - Возвращает массив с информацией обо всех ключах, которые соответствуют заданному шаблону
gnupg_setarmor - Переключает вывод в текстовом или бинарном режиме
gnupg_seterrormode - Устанавливает режим отчетов об ошибках (error_reporting)
gnupg_setsignmode - Устанавливает режим подписывания
gnupg_sign - Подписывает переданный текст
gnupg_verify - Проверяет подпись текста
gopher_parsedir - Translate a gopher formatted directory entry into an associative array.
grapheme_extract - Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8.
grapheme_stripos - Find position (in grapheme units) of first occurrence of a case-insensitive string
grapheme_stristr - Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack.
grapheme_strlen - Get string length in grapheme units
grapheme_strpos - Find position (in grapheme units) of first occurrence of a string
grapheme_strripos - Find position (in grapheme units) of last occurrence of a case-insensitive string
grapheme_strrpos - Find position (in grapheme units) of last occurrence of a string
grapheme_strstr - Returns part of haystack string from the first occurrence of needle to the end of haystack.
grapheme_substr - Return part of a string
gregoriantojd - Преобразует дату по Григорианскому календарю в количество дней в Юлианском летоисчислении
gupnp
gupnp_browsing
gupnp_constants
gupnp_context_get_host_ip - Get the IP address
gupnp_context_get_port - Get the port
gupnp_context_get_subscription_timeout - Get the event subscription timeout
gupnp_context_host_path - Start hosting
gupnp_context_new - Create a new context
gupnp_context_set_subscription_timeout - Sets the event subscription timeout
gupnp_context_timeout_add - Sets a function to be called at regular intervals
gupnp_context_unhost_path - Stop hosting
gupnp_control_point_browse_start - Start browsing
gupnp_control_point_browse_stop - Stop browsing
gupnp_control_point_callback_set - Set control point callback
gupnp_control_point_new - Create a new control point
gupnp_device_action_callback_set - Set device callback function
gupnp_device_info_get - Get info of root device
gupnp_device_info_get_service - Get the service with type
gupnp_examples
gupnp_root_device_get_available - Check whether root device is available
gupnp_root_device_get_relative_location - Get the relative location of root device.
gupnp_root_device_new - Create a new root device
gupnp_root_device_set_available - Set whether or not root_device is available
gupnp_root_device_start - Start main loop
gupnp_root_device_stop - Stop main loop
gupnp_service_action_get - Retrieves the specified action arguments
gupnp_service_action_return - Return succesfully
gupnp_service_action_return_error - Return error code
gupnp_service_action_set - Sets the specified action return values
gupnp_service_freeze_notify - Freeze new notifications
gupnp_service_info_get - Get full info of service
gupnp_service_info_get_introspection - Get resource introspection of service
gupnp_service_notify - Notifies listening clients
gupnp_service_proxy_action_get - Send action to the service and get value
gupnp_service_proxy_action_set - Send action to the service and set value
gupnp_service_proxy_add_notify - Sets up callback for variable change notification
gupnp_service_proxy_callback_set - Set service proxy callback for signal
gupnp_service_proxy_get_subscribed - Check whether subscription is valid to the service
gupnp_service_proxy_remove_notify - Cancels the variable change notification
gupnp_service_proxy_send_action - Send action with multiple parameters synchronously
gupnp_service_proxy_set_subscribed - (Un)subscribes to the service.
gupnp_service_thaw_notify - Sends out any pending notifications and stops queuing of new ones.
gzclose - Закрывает открытый gz-файл по его указателю
gzcompress - Сжимает строку
gzdecode - Распаковывает строку, упакованную с помощью gzip
gzdeflate - Сжимает строку
gzencode - Сжимает строку в формате gzip
gzeof - Проверяет, находится ли текущая позиция в конце (
gzfile - Считывает весь gz-файл в массив
gzgetc - Возвращает символ из gz-файла
gzgets - Возвращает строку из gz-файла
gzgetss - Возвращает строку из gz-файла с удалёнными HTML-тегами
gzinflate - Распаковывает строку
gzopen - Открывает gz-файл
gzpassthru - Выводит все оставшиеся данные из указателя gz-файла.
gzputs - Псевдоним
gzread - Бинарное чтение gz-файла
gzrewind - Перемещает указатель на позицию в gz-файле в начало
gzseek - Перемещает указатель на позицию в gz-файле
gztell - Возвращает текущую позицию для чтения/записи в gz-файле
gzuncompress - Распаковывает строку
gzwrite - Бинарная запись в gz-файл
halt_compiler - Останавливает работу компилятора
haruannotation
harudestination
harudoc
haruencoder
haruexception
harufont
haruimage
haruoutline
harupage
hash - Generate a hash value (message digest)
hash_algos - Возвращает список зарегистрированных алгоритмов хеширования
hash_copy - Копирует контекст хеширования
hash_file - Generate a hash value using the contents of a given file
hash_final - Finalize an incremental hash and return resulting digest
hash_hmac - Generate a keyed hash value using the HMAC method
hash_hmac_file - Generate a keyed hash value using the HMAC method and the contents of a given file
hash_init - Initialize an incremental hashing context
hash_update - Pump data into an active hashing context
hash_update_file - Pump data into an active hashing context from a file
hash_update_stream - Pump data into an active hashing context from an open stream
header - отправляет HTTP-заголовок
header_register_callback - Call a header function
header_remove - Удаляет предварительно установленные заголовки
headers_list - Возвращает список отправленных HTTP-заголовков (или готовых к отправке)
headers_sent - Проверяет, отправлены ли HTTP заголовки
hebrev - Преобразует текст на иврите из логической кодировки в визуальную.
hebrevc - Преобразует текст на иврите из логической кодировки в визуальную с преобразованием перевода строки.
hex2bin - Преобразует шестнадцатеричные данные в двоичные
hexdec - Hexadecimal to decimal
highlight_file - выделение синтаксиса файла
highlight_string - выделение синтаксиса строки
history
html_entity_decode - Преобразует HTML сущности в соответствующие символы
htmlentities - Преобразует символы в соответствующие HTML сущности.
htmlspecialchars - Преобразует специальные символы в HTML сущности
htmlspecialchars_decode - Преобразует специальные HTML-сущности обратно в соответствующие символы
http_build_cookie - Build cookie string
http_build_query - формирует строку запроса URL
http_build_str - Build query string
http_build_url - Build a URL
http_cache_etag - Caching by ETag
http_cache_last_modified - Caching by last modification
http_chunked_decode - Decode chunked-encoded data
http_date - Compose HTTP RFC compliant date
http_deflate - Deflate data
http_get - Perform GET request
http_get_request_body - Get request body as string
http_get_request_body_stream - Get request body as stream
http_get_request_headers - Get request headers as array
http_head - Perform HEAD request
http_inflate - Inflate data
http_match_etag - Match ETag
http_match_modified - Match last modification
http_match_request_header - Match any header
http_negotiate_charset - Negotiate clients preferred character set
http_negotiate_content_type - Negotiate clients preferred content type
http_negotiate_language - Negotiate clients preferred language
http_parse_cookie - Parse HTTP cookie
http_parse_headers - Parse HTTP headers
http_parse_message - Parse HTTP messages
http_parse_params - Parse parameter list
http_persistent_handles_clean - Clean up persistent handles
http_persistent_handles_count - Stat persistent handles
http_persistent_handles_ident - Get/set ident of persistent handles
http_post_data - Perform POST request with pre-encoded data
http_post_fields - Perform POST request with data to be encoded
http_put_data - Perform PUT request with data
http_put_file - Perform PUT request with file
http_put_stream - Perform PUT request with stream
http_redirect - Issue HTTP redirect
http_request - Perform custom request
http_request_body_encode - Encode request body
http_request_method_exists - Check whether request method exists
http_request_method_name - Get request method name
http_request_method_register - Register request method
http_request_method_unregister - Unregister request method
http_response_code - Get or Set the HTTP response code
http_send_content_disposition - Send Content-Disposition
http_send_content_type - Send Content-Type
http_send_data - Send arbitrary data
http_send_file - Send file
http_send_last_modified - Send Last-Modified
http_send_status - Send HTTP response status
http_send_stream - Send stream
http_support - Check built-in HTTP support
http_throttle - HTTP throttling
httpdeflatestream
httpinflatestream
httpmessage
httpquerystring
httprequest
httprequestpool
httpresponse
hw
hw_array2objrec - Convert attributes from object array to object record
hw_changeobject - Changes attributes of an object (obsolete)
hw_children - Object ids of children
hw_childrenobj - Object records of children
hw_close - Closes the Hyperwave connection
hw_connect - Opens a connection
hw_connection_info - Prints information about the connection to Hyperwave server
hw_cp - Copies objects
hw_deleteobject - Deletes object
hw_docbyanchor - Object id object belonging to anchor
hw_docbyanchorobj - Object record object belonging to anchor
hw_document_attributes - Object record of hw_document
hw_document_bodytag - Body tag of hw_document
hw_document_content - Returns content of hw_document
hw_document_setcontent - Sets/replaces content of hw_document
hw_document_size - Size of hw_document
hw_dummy - Hyperwave dummy function
hw_edittext - Retrieve text document
hw_error - Error number
hw_errormsg - Returns error message
hw_free_document - Frees hw_document
hw_getanchors - Object ids of anchors of document
hw_getanchorsobj - Object records of anchors of document
hw_getandlock - Return object record and lock object
hw_getchildcoll - Object ids of child collections
hw_getchildcollobj - Object records of child collections
hw_getchilddoccoll - Object ids of child documents of collection
hw_getchilddoccollobj - Object records of child documents of collection
hw_getobject - Object record
hw_getobjectbyquery - Search object
hw_getobjectbyquerycoll - Search object in collection
hw_getobjectbyquerycollobj - Search object in collection
hw_getobjectbyqueryobj - Search object
hw_getparents - Object ids of parents
hw_getparentsobj - Object records of parents
hw_getrellink - Get link from source to dest relative to rootid
hw_getremote - Gets a remote document
hw_getremotechildren - Gets children of remote document
hw_getsrcbydestobj - Returns anchors pointing at object
hw_gettext - Retrieve text document
hw_getusername - Name of currently logged in user
hw_identify - Identifies as user
hw_incollections - Check if object ids in collections
hw_info - Info about connection
hw_inscoll - Insert collection
hw_insdoc - Insert document
hw_insertanchors - Inserts only anchors into text
hw_insertdocument - Upload any document
hw_insertobject - Inserts an object record
hw_mapid - Maps global id on virtual local id
hw_modifyobject - Modifies object record
hw_mv - Moves objects
hw_new_document - Create new document
hw_objrec2array - Convert attributes from object record to object array
hw_output_document - Prints hw_document
hw_pconnect - Make a persistent database connection
hw_pipedocument - Retrieve any document
hw_root - Root object id
hw_setlinkroot - Set the id to which links are calculated
hw_stat - Returns status string
hw_unlock - Unlock object
hw_who - List of currently logged in users
hwapi_attribute - Creates instance of class hw_api_attribute
hwapi_attribute_key - Returns key of the attribute
hwapi_attribute_langdepvalue - Returns value for a given language
hwapi_attribute_value - Returns value of the attribute
hwapi_attribute_values - Returns all values of the attribute
hwapi_checkin - Checks in an object
hwapi_checkout - Checks out an object
hwapi_children - Returns children of an object
hwapi_content - Returns content of an object
hwapi_content_mimetype - Returns mimetype
hwapi_content_read - Read content
hwapi_copy - Copies physically
hwapi_dbstat - Returns statistics about database server
hwapi_dcstat - Returns statistics about document cache server
hwapi_dstanchors - Returns a list of all destination anchors
hwapi_dstofsrcanchor - Returns destination of a source anchor
hwapi_error_count - Returns number of reasons
hwapi_error_reason - Returns reason of error
hwapi_find - Search for objects
hwapi_ftstat - Returns statistics about fulltext server
hwapi_hgcsp - Returns object of class hw_api
hwapi_hwstat - Returns statistics about Hyperwave server
hwapi_identify - Log into Hyperwave Server
hwapi_info - Returns information about server configuration
hwapi_insert - Inserts a new object
hwapi_insertanchor - Inserts a new object of type anchor
hwapi_insertcollection - Inserts a new object of type collection
hwapi_insertdocument - Inserts a new object of type document
hwapi_link - Creates a link to an object
hwapi_lock - Locks an object
hwapi_move - Moves object between collections
hwapi_new_content - Create new instance of class hw_api_content
hwapi_object - Retrieve attribute information
hwapi_object_assign - Clones object
hwapi_object_attreditable - Checks whether an attribute is editable
hwapi_object_count - Returns number of attributes
hwapi_object_insert - Inserts new attribute
hwapi_object_new - Creates a new instance of class hw_api_object
hwapi_object_remove - Removes attribute
hwapi_object_title - Returns the title attribute
hwapi_object_value - Returns value of attribute
hwapi_objectbyanchor - Returns the object an anchor belongs to
hwapi_parents - Returns parents of an object
hwapi_reason_description - Returns description of reason
hwapi_reason_type - Returns type of reason
hwapi_remove - Delete an object
hwapi_replace - Replaces an object
hwapi_setcommittedversion - Commits version other than last version
hwapi_srcanchors - Returns a list of all source anchors
hwapi_srcsofdst - Returns source of a destination object
hwapi_unlock - Unlocks a locked object
hwapi_user - Returns the own user object
hwapi_userlist - Returns a list of all logged in users
hypot - Рассчитывает длину гипотенузы прямоугольного треугольника
ibase
ibase_add_user - Add a user to a security database (only for IB6 or later)
ibase_affected_rows - Return the number of rows that were affected by the previous query
ibase_backup - Initiates a backup task in the service manager and returns immediately
ibase_blob_add - Add data into a newly created blob
ibase_blob_cancel - Cancel creating blob
ibase_blob_close - Close blob
ibase_blob_create - Create a new blob for adding data
ibase_blob_echo - Output blob contents to browser
ibase_blob_get - Get len bytes data from open blob
ibase_blob_import - Create blob, copy file in it, and close it
ibase_blob_info - Return blob length and other useful info
ibase_blob_open - Open blob for retrieving data parts
ibase_close - Close a connection to an InterBase database
ibase_commit - Commit a transaction
ibase_commit_ret - Commit a transaction without closing it
ibase_connect - Open a connection to an InterBase database
ibase_constants
ibase_db_info - Request statistics about a database
ibase_delete_user - Delete a user from a security database (only for IB6 or later)
ibase_drop_db - Drops a database
ibase_errcode - Return an error code
ibase_errmsg - Return error messages
ibase_execute - Execute a previously prepared query
ibase_fetch_assoc - Fetch a result row from a query as an associative array
ibase_fetch_object - Get an object from a InterBase database
ibase_fetch_row - Fetch a row from an InterBase database
ibase_field_info - Get information about a field
ibase_free_event_handler - Cancels a registered event handler
ibase_free_query - Free memory allocated by a prepared query
ibase_free_result - Free a result set
ibase_gen_id - Increments the named generator and returns its new value
ibase_maintain_db - Execute a maintenance command on the database server
ibase_modify_user - Modify a user to a security database (only for IB6 or later)
ibase_name_result - Assigns a name to a result set
ibase_num_fields - Get the number of fields in a result set
ibase_num_params - Return the number of parameters in a prepared query
ibase_param_info - Return information about a parameter in a prepared query
ibase_pconnect - Open a persistent connection to an InterBase database
ibase_prepare - Prepare a query for later binding of parameter placeholders and execution
ibase_query - Execute a query on an InterBase database
ibase_restore - Initiates a restore task in the service manager and returns immediately
ibase_rollback - Roll back a transaction
ibase_rollback_ret - Roll back a transaction without closing it
ibase_server_info - Request information about a database server
ibase_service_attach - Connect to the service manager
ibase_service_detach - Disconnect from the service manager
ibase_set_event_handler - Register a callback function to be called when events are posted
ibase_timefmt - Sets the format of timestamp, date and time type columns returned from queries
ibase_trans - Begin a transaction
ibase_wait_event - Wait for an event to be posted by the database
ibm_db2
ibm_db2_constants
iconv - Преобразовывает символы строки в другую кодировку
iconv_constants
iconv_get_encoding - Получает текущее значение настроек преобразования кодировок
iconv_mime_decode - Декодирует MIME-заголовки
iconv_mime_decode_headers - Декодирует несколько полей заголовка MIME
iconv_mime_encode - Кодирует поле MIME-заголовка
iconv_set_encoding - Устанавливает значение одной из внутренних переменных
iconv_strlen - Возвращает количество символов в строке
iconv_strpos - Возвращает позицию первого вхождения подстроки
iconv_strrpos - Возвращает позицию последнего вхождения символа
iconv_substr - Возвращает подстроку
id3
id3_constants
id3_get_frame_long_name - Возвращает длинное имя ID3v2 кадра
id3_get_frame_short_name - Возвращает короткое имя ID3v2 кадра
id3_get_genre_id - Возвращает идентификатор жанра
id3_get_genre_list - Возвращает все возможные значения жанра
id3_get_genre_name - Возвращает имя по идентификатору жанра
id3_get_tag - Возвращает всю информацию, сохранённую в ID3-теге
id3_get_version - Возвращает версию ID3-тега
id3_remove_tag - Удаляет существующий ID3-тег
id3_set_tag - Обновляет информацию в ID3 теге
id3v2attachedpictureframe_getdescription - Returns a description for the picture in a picture frame
id3v2attachedpictureframe_getmimetype - Returns the mime type of the picture
id3v2attachedpictureframe_gettype - Returns the type of the image
id3v2attachedpictureframe_savepicture - Saves the picture to a file
id3v2attachedpictureframe_setmimetype - Set's the mime type of the picture
id3v2attachedpictureframe_setpicture - Sets the frame picture to the given image
id3v2attachedpictureframe_settype - Set the type of the image
id3v2frame_getsize - Returns the size of the frame in bytes
id3v2frame_tostring - Returns a string representation of the frame
id3v2tag_addframe - Add a frame to the ID3v2 tag
id3v2tag_getframelist - Returns an array of ID3v2 frames, associated with the ID3v2 tag
idate - Форматирует местное время/дату как целое число
idn_to_ascii - Convert domain name to IDNA ASCII form.
idn_to_unicode - Псевдоним
if
ifx
ifx_affected_rows - Get number of rows affected by a query
ifx_blobinfile_mode - устанавливает blob-режим по умолчанию для всех запросов select
ifx_byteasvarchar - Set the default byte mode
ifx_close - закрывает соединение с Informix-сервером
ifx_connect - открывает соединение с Informix-сервером
ifx_constants
ifx_copy_blob - Duplicates the given blob object
ifx_create_blob - Creates an blob object
ifx_create_char - Creates an char object
ifx_do - Execute a previously prepared SQL-statement
ifx_error - Returns error code of last Informix call
ifx_errormsg - Returns error message of last Informix call
ifx_fetch_row - Get row as an associative array
ifx_fieldproperties - List of SQL fieldproperties
ifx_fieldtypes - List of Informix SQL fields
ifx_free_blob - Deletes the blob object
ifx_free_char - Deletes the char object
ifx_free_result - Releases resources for the query
ifx_get_blob - Return the content of a blob object
ifx_get_char - Return the content of the char object
ifx_getsqlca - Get the contents of sqlca.sqlerrd[0..5] after a query
ifx_htmltbl_result - Formats all rows of a query into a HTML table
ifx_nullformat - устанавливает значение по умолчанию в извлекаемом ряде
ifx_num_fields - Returns the number of columns in the query
ifx_num_rows - Count the rows already fetched from a query
ifx_pconnect - открывает постоянное соединение Informix
ifx_prepare - Prepare an SQL-statement for execution
ifx_query - Send Informix query
ifx_textasvarchar - устанавливает текстовый режим по умолчанию
ifx_update_blob - Updates the content of the blob object
ifx_update_char - Updates the content of the char object
ifxus_close_slob - Deletes the slob object
ifxus_create_slob - Creates an slob object and opens it
ifxus_free_slob - Deletes the slob object
ifxus_open_slob - Opens an slob object
ifxus_read_slob - Reads nbytes of the slob object
ifxus_seek_slob - Sets the current file or seek position
ifxus_tell_slob - Returns the current file or seek position
ifxus_write_slob - Writes a string into the slob object
ignore_user_abort - устанавливает, должно ли отсоединение клиента прерывать выполнение скрипта
iis_add_server - Creates a new virtual web server
iis_get_dir_security - Gets Directory Security
iis_get_script_map - Gets script mapping on a virtual directory for a specific extension
iis_get_server_by_comment - Return the instance number associated with the Comment
iis_get_server_by_path - Return the instance number associated with the Path
iis_get_server_rights - Gets server rights
iis_get_service_state - Returns the state for the service defined by ServiceId
iis_remove_server - Removes the virtual web server indicated by ServerInstance
iis_set_app_settings - Creates application scope for a virtual directory
iis_set_dir_security - Sets Directory Security
iis_set_script_map - Sets script mapping on a virtual directory
iis_set_server_rights - Sets server rights
iis_start_server - Starts the virtual web server
iis_start_service - Starts the service defined by ServiceId
iis_stop_server - Stops the virtual web server
iis_stop_service - Stops the service defined by ServiceId
iisfunc
iisfunc_constants
image
image2wbmp - Output image to browser or file
image_constants
image_examples
image_type_to_extension - Get file extension for image type
image_type_to_mime_type - Возвращает Mime-тип для типов изображений, возвращаемых getimagesize, exif_*
imagealphablending - Установить режим смешивания для изображений
imageantialias - Should antialias functions be used or not
imagearc - Рисует часть элипса
imagebmp - Вывести BMP-изображение в браузер или файл
imagechar - Рисует символ горизонтально
imagecharup - Рисует символ вертикально
imagecolorallocate - Определяет цвет для изображения
imagecolorallocatealpha - Определяет цвет для изображения с прозрачностью
imagecolorat - Get the index of the color of a pixel
imagecolorclosest - Get the index of the closest color to the specified color
imagecolorclosestalpha - Get the index of the closest color to the specified color + alpha
imagecolorclosesthwb - Get the index of the color which has the hue, white and blackness
imagecolordeallocate - Освобождает определение цвета для изображения
imagecolorexact - Получение индекса заданного цвета
imagecolorexactalpha - Get the index of the specified color + alpha
imagecolormatch - Makes the colors of the palette version of an image more closely match the true color version
imagecolorresolve - Получает идентификатор конкретного цвета или его ближайший аналог
imagecolorresolvealpha - Get the index of the specified color + alpha or its closest possible alternative
imagecolorset - Установка набора цветов для заданного индекса палитры
imagecolorsforindex - Get the colors for an index
imagecolorstotal - Определение количества цветов в палитре изображения
imagecolortransparent - Устанавливает прозрачный цвет на изображении
imageconvolution - Apply a 3x3 convolution matrix, using coefficient div and offset
imagecopy - Копирование части изображения
imagecopymerge - Копирование и слияние части изображения
imagecopymergegray - Копирует часть изображения с наложением в градациях серого
imagecopyresampled - Copy and resize part of an image with resampling
imagecopyresized - Copy and resize part of an image
imagecreate - Создать новое изображение
imagecreatefrombmp - Создает новое изображение из файла или URL
imagecreatefromgd - Create a new image from GD file or URL
imagecreatefromgd2 - Create a new image from GD2 file or URL
imagecreatefromgd2part - Create a new image from a given part of GD2 file or URL
imagecreatefromgif - Create a new image from file or URL
imagecreatefromjpeg - Create a new image from file or URL
imagecreatefrompng - Create a new image from file or URL
imagecreatefromstring - Создать новое изображение из строки-дампа
imagecreatefromwbmp - Создает новое изображение из файла или URL
imagecreatefromxbm - Создает новое изображение из файла или URL
imagecreatefromxpm - Создает новое изображение из файла или URL
imagecreatetruecolor - Создание нового полноцветного изображения
imagedashedline - Draw a dashed line
imagedestroy - Освобождает память занятую изображением
imageellipse - Рисует эллипс
imagefill - Заливка
imagefilledarc - Рисует часть элипса и заливает его
imagefilledellipse - Рисует заполненный эллипс
imagefilledpolygon - Draw a filled polygon
imagefilledrectangle - Draw a filled rectangle
imagefilltoborder - Flood fill to specific color
imagefilter - Applies a filter to an image
imagefontheight - Получить высоту шрифта
imagefontwidth - Получить ширину шрифта
imageftbbox - Give the bounding box of a text using fonts via freetype2
imagefttext - Write text to the image using fonts using FreeType 2
imagegammacorrect - Apply a gamma correction to a GD image
imagegd - Вывод GD-изображения в браузер или в файл
imagegd2 - Output GD2 image to browser or file
imagegetclip - Получить отсекающий прямоугольник
imagegif - Выводит изображение в браузер или в файл
imagegrabscreen - Captures the whole screen
imagegrabwindow - Captures a window
imageinterlace - Включение или выключение черезстрочного вывода
imageistruecolor - Определяет, является ли изображение полноцветным
imagejpeg - Выводит изображение в браузер или в файл
imagelayereffect - Установка флага альфа сопряжения для использования эффектов наложения изображений встроенной libgd библиотеки
imageline - Рисует линию
imageloadfont - Загружает новый шрифт
imageopenpolygon - Рисует открытый полигон
imagepalettecopy - Copy the palette from one image to another
imagepng - Выводит изображение в браузер или в файл
imagepolygon - Draws a polygon
imagepsbbox - Возвращает габариты прямоугольника текста при использовании PostScript Type1 шрифта
imagepsencodefont - Изменение кодировки векторного шрифта
imagepsextendfont - Extend or condense a font
imagepsfreefont - Free memory used by a PostScript Type 1 font
imagepsloadfont - Load a PostScript Type 1 font from file
imagepsslantfont - Slant a font
imagepstext - Рисует текстовую строку на изображении, используя шрифт PostScript Type1
imagerectangle - Draw a rectangle
imageresolution - Get or set the resolution of the image
imagerotate - Поворот изображения с заданным углом
imagesavealpha - Установить флаг сохранения полной информация альфа-канала (в отличие от одного цвета прозрачности) при сохранении изображений PNG
imagesetbrush - Set the brush image for line drawing
imagesetclip - Установите прямоугольник ограничения
imagesetpixel - Set a single pixel
imagesetstyle - Set the style for line drawing
imagesetthickness - Set the thickness for line drawing
imagesettile - Set the tile image for filling
imagestring - Рисует строку горизонтально
imagestringup - Рисует вертикальную строку
imagesx - Возвращает ширину изображения
imagesy - Возвращает высоту изображения
imagetruecolortopalette - Convert a true color image to a palette image
imagettfbbox - Возвращает область вывода текста с использованием TrueType шрифта
imagettftext - Выводит текст на изображение с использованием TrueType шрифта
imagetypes - Возвращает поддерживаемые типы изображений текущей версией PHP
imagewbmp - Выводит изображение в браузер или в файл
imagexbm - Output XBM image to browser or file
imagick
imagick_examples
imagickdraw
imagickpixel
imagickpixeliterator
imap
imap_8bit - конвертирует 8-битную строку в закавыченную печатаемую строку
imap_alerts - Returns all IMAP alert messages that have occurred
imap_append - Добавляет строковое сообщение в указанный почтовый ящик
imap_base64 - декодирует BASE64-кодированный текст
imap_binary - конвертирует 8-бинтную строку в строку base64
imap_body - Read the message body
imap_bodystruct - Read the structure of a specified body section of a specific message
imap_check - Check current mailbox
imap_clearflag_full - Clears flags on messages
imap_close - закрывает IMAP-поток
imap_constants
imap_create - Псевдоним
imap_createmailbox - Create a new mailbox
imap_delete - помечает сообщение на удаление из текущего mailbox
imap_deletemailbox - Delete a mailbox
imap_errors - Returns all of the IMAP errors that have occured
imap_expunge - удаляет все сообщения, помеченные для удаления
imap_fetch_overview - читает обзор информации в header'ах данного сообщения
imap_fetchbody - Fetch a particular section of the body of the message
imap_fetchheader - Returns header for a message
imap_fetchmime - Fetch MIME headers for a particular section of the message
imap_fetchstructure - Read the structure of a particular message
imap_fetchtext - Псевдоним
imap_gc - Clears IMAP cache
imap_get_quota - Retrieve the quota level settings, and usage statics per mailbox
imap_get_quotaroot - Retrieve the quota settings per user
imap_getacl - Gets the ACL for a given mailbox
imap_getmailboxes - Read the list of mailboxes, returning detailed information on each one
imap_getsubscribed - List all the subscribed mailboxes
imap_header - псевдоним imap_headerinfo()
imap_headerinfo - читает шапку/header сообщения
imap_headers - Returns headers for all messages in a mailbox
imap_last_error - Gets the last IMAP error that occurred during this page request
imap_list - Read the list of mailboxes
imap_listmailbox - Псевдоним
imap_listscan - Returns the list of mailboxes that matches the given text
imap_listsubscribed - Псевдоним
imap_lsub - List all the subscribed mailboxes
imap_mail - отправляет email сообщение
imap_mail_compose - Create a MIME message based on given envelope and body sections
imap_mail_copy - Copy specified messages to a mailbox
imap_mail_move - перемещает специфицированные сообщения в mailbox
imap_mailboxmsginfo - Get information about the current mailbox
imap_mime_header_decode - декодирует элементы MIME-заголовка
imap_msgno - Gets the message sequence number for the given UID
imap_num_msg - выдаёт количество сообщений в текущем mailbox'е
imap_num_recent - выдаёт количество последних сообщений в текущем mailbox'е
imap_open - открывает IMAP-поток в mailbox
imap_ping - Check if the IMAP stream is still active
imap_qprint - конвертирует закавыченную печатаемую строку в 8-битную строку
imap_rename - Псевдоним
imap_renamemailbox - Rename an old mailbox to new mailbox
imap_reopen - Reopen
imap_rfc822_parse_adrlist - Parses an address string
imap_rfc822_parse_headers - Parse mail headers from a string
imap_rfc822_write_address - Returns a properly formatted email address given the mailbox, host, and personal info
imap_savebody - Save a specific body section to a file
imap_scan - Псевдоним
imap_scanmailbox - Псевдоним
imap_search - This function returns an array of messages matching the given search criteria
imap_set_quota - Sets a quota for a given mailbox
imap_setacl - Sets the ACL for a giving mailbox
imap_setflag_full - устанавливает флаги сообщений
imap_sort - Gets and sort messages
imap_status - эта функция возвращает информацию статуса mailbox'а, отличного от текущего
imap_subscribe - Subscribe to a mailbox
imap_thread - Returns a tree of threaded message
imap_timeout - Set or fetch imap timeout
imap_uid - This function returns the UID for the given message sequence number
imap_undelete - снимает отметку сообщения на удаление
imap_unsubscribe - Unsubscribe from a mailbox
imap_utf7_decode - Раскодирует UTF-7 кодированную строку
imap_utf7_encode - конвертирует 8-битные данные в модифицированный UTF-7-текст
implode - Объединяет элементы массива в строку (массив в строку)
import_request_variables - Импортирует переменные из GET/POST/Cookie в глобальные переменные
in_array - Проверить, присутствует ли в массиве значение
include - подключает и вычисляет указанный файл
include_once - единожды подключает и вычисляет указанный файл
inclued
inclued_constants
inclued_examples
inclued_get_data - Get the inclued data
indexes
indexes_examples
inet_ntop - преобразовывает упакованный internet адрес к человечески читаемому представлению
inet_pton - преобразовывает человечески читаемый адрес IP к его упакованному in_addr представлению
infiniteiterator
info
info_constants
ingres
ingres_autocommit - Switch autocommit on or off
ingres_autocommit_state - Test if the connection is using autocommit
ingres_charset - Returns the installation character set
ingres_close - Close an Ingres database connection
ingres_commit - Commit a transaction
ingres_connect - Open a connection to an Ingres database
ingres_constants
ingres_cursor - Get a cursor name for a given result resource
ingres_errno - Get the last Ingres error number generated
ingres_error - Get a meaningful error message for the last error generated
ingres_errsqlstate - Get the last SQLSTATE error code generated
ingres_escape_string - Escape special characters for use in a query
ingres_examples
ingres_execute - Execute a prepared query
ingres_fetch_array - Fetch a row of result into an array
ingres_fetch_assoc - Fetch a row of result into an associative array
ingres_fetch_object - Fetch a row of result into an object
ingres_fetch_proc_return - Get the return value from a procedure call
ingres_fetch_row - Fetch a row of result into an enumerated array
ingres_field_length - Get the length of a field
ingres_field_name - Get the name of a field in a query result
ingres_field_nullable - Test if a field is nullable
ingres_field_precision - Get the precision of a field
ingres_field_scale - Get the scale of a field
ingres_field_type - Get the type of a field in a query result
ingres_free_result - Free the resources associated with a result identifier
ingres_next_error - Get the next Ingres error
ingres_num_fields - Get the number of fields returned by the last query
ingres_num_rows - Get the number of rows affected or returned by a query
ingres_pconnect - Open a persistent connection to an Ingres database
ingres_prepare - Prepare a query for later execution
ingres_query - Send an SQL query to Ingres
ingres_result_seek - Set the row position before fetching data
ingres_rollback - Roll back a transaction
ingres_set_environment - Set environment features controlling output options
ingres_unbuffered_query - Send an unbuffered SQL query to Ingres
ini
ini_alter - изменяет значение опции конфигурации
ini_core
ini_get - получает значение опции конфигурации
ini_get_all - получает все опции конфигурации
ini_restore - восстанавливает значение опции конфигурации
ini_sections
ini_set - устанавливает значение опции конфигурации
inotify
inotify_add_watch - Add a watch to an initialized inotify instance
inotify_constants
inotify_init - Initialize an inotify instance
inotify_queue_len - Return a number upper than zero if there are pending events
inotify_read - Read events from an inotify instance
inotify_rm_watch - Remove an existing watch from an inotify instance
intdiv - Целочисленное деление
interface_exists - Проверяет, определен ли интерфейс
intl
intl_constants
intl_error_name - Get symbolic name for a given error code
intl_examples
intl_examples_basic
intl_get_error_code - Get the last error code
intl_get_error_message - Get description of the last error
intl_grapheme
intl_idn
intl_is_failure - Check whether the given error code indicates failure
intlbreakiterator
intlcalendar
intlchar
intlcodepointbreakiterator
intldateformatter
intliterator
intlpartsiterator
intlrulebasedbreakiterator
intltimezone
intro_amqp
intro_apache
intro_apc
intro_apd
intro_array
intro_bbcode
intro_bc
intro_bcompiler
intro_bzip2
intro_cairo
intro_calendar
intro_chdb
intro_classkit
intro_classobj
intro_com
intro_crack
intro_ctype
intro_cubrid
intro_curl
intro_cyrus
intro_datetime
intro_dba
intro_dbase
intro_dbplus
intro_dbx
intro_dio
intro_dom
intro_domxml
intro_eio
intro_enchant
intro_errorfunc
intro_exec
intro_exif
intro_expect
intro_fam
intro_fbsql
intro_fdf
intro_fileinfo
intro_filepro
intro_filesystem
intro_filter
intro_fribidi
intro_ftp
intro_funchand
intro_gearman
intro_geoip
intro_gettext
intro_gmagick
intro_gmp
intro_gnupg
intro_gupnp
intro_haru
intro_hash
intro_htscanner
intro_http
intro_hwapi
intro_ibase
intro_iconv
intro_id3
intro_ifx
intro_iisfunc
intro_image
intro_imagick
intro_imap
intro_inclued
intro_info
intro_ingres
intro_inotify
intro_intl
intro_java
intro_json
intro_judy
intro_kadm5
intro_ktaglib
intro_ldap
intro_libevent
intro_libxml
intro_lua
intro_lzf
intro_mail
intro_mailparse
intro_math
intro_maxdb
intro_mbstring
intro_mcrypt
intro_mcve
intro_memcache
intro_memcached
intro_memtrack
intro_mhash
intro_ming
intro_misc
intro_mnogosearch
intro_mqseries
intro_msession
intro_msql
intro_mssql
intro_mysql
intro_mysqli
intro_mysqlnd
intro_ncurses
intro_network
intro_newt
intro_nis
intro_notes
intro_nsapi
intro_oauth
intro_objaggregation
intro_oci8
intro_oggvorbis
intro_openal
intro_openssl
intro_outcontrol
intro_overload
intro_ovrimos
intro_paradox
intro_parsekit
intro_pcntl
intro_pcre
intro_pdf
intro_pdo
intro_pgsql
intro_phar
intro_posix
intro_printer
intro_proctitle
intro_ps
intro_pspell
intro_qtdom
intro_quickhash
intro_radius
intro_rar
intro_readline
intro_recode
intro_reflection
intro_regex
intro_rpmreader
intro_rrd
intro_runkit
intro_sam
intro_sca
intro_scream
intro_sdo
intro_sdodasrel
intro_sem
intro_session
intro_shmop
intro_simplexml
intro_snmp
intro_soap
intro_sockets
intro_solr
intro_sphinx
intro_spl
intro_spplus
intro_sqlite
intro_sqlite3
intro_sqlsrv
intro_ssdeep
intro_ssh2
intro_stats
intro_stomp
intro_stream
intro_strings
intro_svm
intro_svn
intro_swf
intro_swish
intro_sybase
intro_tcpwrap
intro_tidy
intro_tokenizer
intro_uodbc
intro_url
intro_v8js
intro_var
intro_varnish
intro_vpopmail
intro_w32api
intro_wddx
intro_weakref
intro_whatcando
intro_whatis
intro_win32ps
intro_win32service
intro_wincache
intro_xattr
intro_xdiff
intro_xhprof
intro_xml
intro_xmlreader
intro_xmlrpc
intro_xmlwriter
intro_xsl
intro_xslt
intro_yaf
intro_yaml
intro_yaz
intro_zip
intro_zlib
introduction
intval - Возвращает целое значение переменной
invalidargumentexception
ip2long - конвертирует строку, содержащую (IPv4) Internet Protocol-адрес с точкой, в соответствующий адрес
iptcembed - Внедряет двоичные IPTC-данные в JPEG-изображение
iptcparse - разбирает двоичный IPTC-блок в отдельные тэги
is_a - проверяет предка класса
is_array - определяет, является ли переменная массивом.
is_binary
is_bool - определяет, является ли переменная булевой.
is_buffer
is_callable - Проверяет, может ли содержимое переменной быть вызвано как функция
is_dir - Определает, является ли файл директорией
is_double - Псевдоним
is_executable - Определяет, является ли файл исполняемым
is_file - Определяет, является ли файл обычным файлом
is_finite - Проверяет, является ли значение допустимым конечным числом
is_float - определяет, является ли переменная числом с плавающей точкой.
is_infinite - Проверяет, является ли значение бесконечным
is_int - определяет, является ли переменная integer.
is_integer - Alias of
is_link - Определяет, является ли файл символической ссылкой
is_long - Псевдоним
is_nan - Проверяет, является ли значение "не числом"
is_null - определяет, является ли переменная NULL.
is_numeric - определяет, является ли переменная числом или числовой строкой
is_object - определяет, является ли переменная объектом.
is_readable - Определяет, доступен ли файл для чтения
is_real - псевдоним is_float().
is_resource - определяет, является ли переменная ресурсом.
is_scalar - определяет, является ли переменная скаляром.
is_soap_fault - Checks if a SOAP call has failed
is_string - определяет, является ли переменная строкой.
is_subclass_of - Проверяет наследование класса
is_unicode - определяет, является ли переменная строкой в формате Unicode
is_uploaded_file - Определяет, был ли файл загружен при помощи HTTP POST
is_writable - Определяет, доступен ли файл для записи
is_writeable - Псевдоним функции
isset - Определяет установлена ли переменная
iterator
iterator_apply - Call a function for every element in an iterator
iterator_count - Count the elements in an iterator
iterator_to_array - Копирует итератор в массив
iteratoraggregate
iteratoriterator
java
java_constants
java_examples
java_last_exception_clear - Clear last Java exception
java_last_exception_get - Get last Java exception
java_servlet
jddayofweek - Возвращает день недели
jdmonthname - Возвращает название месяца
jdtofrench - Переводит число дней в Юлианском летоисчислении в дату по Французскому республиканскому календарю
jdtogregorian - Переводит число дней в Юлианском летоисчислении в дату по Григорианскому календарю
jdtojewish - Переводит число дней в Юлианском летоисчислении в дату по Иудейскому календарю
jdtojulian - Переводит число дней в Юлианском летоисчислении в дату по Юлианскому календарю
jdtounix - Преобразовать Юлианский день в Unix метку времени (TimeStamp)
jewishtojd - Переводит дату по Иудейскому календарю в число дней в Юлианском летоисчислении
join - Псевдоним функции
jpeg2wbmp - Конвертирует изображение из формата JPEG в WBMP
json
json_constants
json_decode - Преобразование данных из формата JSON в массив
json_encode - Конвертация данных в формат JSON
json_last_error - Возвращает последнюю ошибку
json_last_error_msg - Returns the error string of the last json_encode() or json_decode() call
jsonserializable
judy
judy_type - Return the type of a
judy_version - Return or print the current PHP Judy version
juliantojd - Переводит дату по Юлианскому календарю в число дней в Юлианском летоисчислении
kadm5
kadm5_chpass_principal - Changes the principal's password
kadm5_constants
kadm5_constantsaf
kadm5_create_principal - Creates a kerberos principal with the given parameters
kadm5_delete_principal - Deletes a kerberos principal
kadm5_destroy - Closes the connection to the admin server and releases all related resources
kadm5_examples
kadm5_flush - Flush all changes to the Kerberos database
kadm5_get_policies - Gets all policies from the Kerberos database
kadm5_get_principal - Gets the principal's entries from the Kerberos database
kadm5_get_principals - Gets all principals from the Kerberos database
kadm5_init_with_password - Opens a connection to the KADM5 library
kadm5_modify_principal - Modifies a kerberos principal with the given parameters
key - Выбрать ключ из ассоциативного массива
key_exists - Псевдоним
krsort - Отсортировать массив по ключам в обратном порядке
ksort - Отсортировать массив по ключам
ktaglib
ktaglib_constants
ktaglib_id3v2_attachedpictureframe
ktaglib_id3v2_frame
ktaglib_id3v2_tag
ktaglib_mpeg_audioproperties
ktaglib_mpeg_file
ktaglib_tag
language_constants_predefined
language_oop5_decon
language_oop5_interfaces
language_types_string
language_variables
language_variables_predefined
language_variables_variable
lapack
lapack_constants
lapackexception
lcfirst
lcg_value - Комбинированный линейно конгруэнтный генератор
lchgrp - Изменяет группу, которой принадлежит символическая ссылка
lchown - Изменяет владельца символической ссылки
ldap
ldap_8859_to_t61 - Переводит символы из кодировки ISO-8859 в t61
ldap_add - Добавить запись в LDAP директорию
ldap_bind - Привязать к LDAP директории
ldap_close - Псевдоним
ldap_compare - Сравнить значение атрибута, найденного в записи определённой DN
ldap_connect - Подключиться к серверу LDAP
ldap_constants
ldap_control_paged_result - Send LDAP pagination control
ldap_control_paged_result_response - Retrieve the LDAP pagination cookie
ldap_count_entries - Посчитать число записей в результатах поиска
ldap_delete - Удаляет запись из директории LDAP
ldap_dn2ufn - Преобразовать DN в удобный для пользователя формат именования
ldap_err2str - Преобразовать код ошибки LDAP в строковое сообщение об ошибке
ldap_errno - Возвратить номер ошибки LDAP последней команды
ldap_error - Возвратить сообщение об ошибке LDAP последней команды
ldap_examples
ldap_explode_dn - Разделить DN на его составные части
ldap_first_attribute - Вернуть первый атрибут
ldap_first_entry - Возвратить первый идентификатор результата first result id
ldap_first_reference - Возвращает первую справку
ldap_free_result - Освободить память результата
ldap_get_attributes - Получает атрибуты из записи в результатах поиска
ldap_get_dn - Получить DN результирующей записи
ldap_get_entries - Получает все записи результата
ldap_get_option - Получить текущее значение данной опции
ldap_get_values - Получает все значения из записи результата
ldap_get_values_len - Получить все бинарные значения из записи результата
ldap_list - Одноуровневый поиск
ldap_mod_add - Добавить значения атрибута к текущим атрибутам
ldap_mod_del - Удалить значения атрибута из текущих атрибутов
ldap_mod_replace - Заменить значения атрибутов на новые
ldap_modify - Изменить LDAP запись
ldap_next_attribute - Получить следующий атрибут из результата
ldap_next_entry - Получить следующую запись результата
ldap_next_reference - Возвращает следующую справку
ldap_parse_reference - Извлекает информацию из справочника
ldap_parse_result - Извлечь информацию из результата
ldap_read - Читает запись
ldap_rename - Изменить имя записи
ldap_sasl_bind - Bind to LDAP directory using SASL
ldap_search - Поиск по LDAP дереву
ldap_set_option - Установить значение данной опции
ldap_set_rebind_proc - Установить функцию обратного вызова для повторного связывания при ссылочном поиске
ldap_sort - Сортировать записи LDAP
ldap_start_tls - Запускает TLS
ldap_t61_to_8859 - Переводит символы из кодировки t61 в ISO-8859
ldap_unbind - Разорвать привязку к директории LDAP
ldap_using
lengthexception
levenshtein - Вычисляет расстояние Левенштейна между двумя строками
libevent
libevent_constants
libevent_examples
libxml.constants
libxml_clear_errors - Очистка буфера ошибок libxml
libxml_constants
libxml_disable_entity_loader - Отключение возможности загрузки сущностей из внешних источников
libxml_get_errors - Получение массива произошедших ошибок
libxml_get_last_error - Извлечение последней ошибки из libxml
libxml_set_streams_context - Установка контекста потока для следующей загрузки или записи документа посредством libxml
libxml_use_internal_errors - Отключение ошибок libxml и передача полномочий по выборке и обработке информации об ошибках пользователю
libxmlerror
limititerator
link - Создаёт жёсткую ссылку
linkinfo - Получает информацию о ссылке
list - Присвоить переменным из списка значения подобно массиву
locale
localeconv - Возвращает информацию о числовых форматах
localtime - Возвращает локальное время
log - Natural logarithm
log10 - Десятичный логарифм
log1p - Возвращает log(1 + number), рассчитанный таким, что результат точен, даже если значение number близко к нулю
logicexception
long2ip - конвертирует (IPv4) Internet-сетевой адрес в строку стандартного Internet-формата с точкой
lstat - Получает информацию о файле или символической ссылке
ltrim - Удаляет пробелы из начала строки
lua
luaclosure
lzf
lzf_compress - LZF compression
lzf_constants
lzf_decompress - LZF decompression
lzf_optimized_for - Determines what LZF extension was optimized for
m_checkstatus - Check to see if a transaction has completed
m_completeauthorizations - Number of complete authorizations in queue, returning an array of their identifiers
m_connect - Establish the connection to MCVE
m_connectionerror - Get a textual representation of why a connection failed
m_deletetrans - Delete specified transaction from MCVE_CONN structure
m_destroyconn - Destroy the connection and MCVE_CONN structure
m_destroyengine - Free memory associated with IP/SSL connectivity
m_getcell - Get a specific cell from a comma delimited response by column name
m_getcellbynum - Get a specific cell from a comma delimited response by column number
m_getcommadelimited - Get the RAW comma delimited data returned from MCVE
m_getheader - Get the name of the column in a comma-delimited response
m_initconn - Create and initialize an MCVE_CONN structure
m_initengine - Ready the client for IP/SSL Communication
m_iscommadelimited - Checks to see if response is comma delimited
m_maxconntimeout - The maximum amount of time the API will attempt a connection to MCVE
m_monitor - Perform communication with MCVE (send/receive data) Non-blocking
m_numcolumns - Number of columns returned in a comma delimited response
m_numrows - Number of rows returned in a comma delimited response
m_parsecommadelimited - Parse the comma delimited response so m_getcell, etc will work
m_responsekeys - Returns array of strings which represents the keys that can be used for response parameters on this transaction
m_responseparam - Get a custom response parameter
m_returnstatus - Check to see if the transaction was successful
m_setblocking - Set blocking/non-blocking mode for connection
m_setdropfile - Set the connection method to Drop-File
m_setip - Set the connection method to IP
m_setssl - Set the connection method to SSL
m_setssl_cafile - Set SSL CA (Certificate Authority) file for verification of server certificate
m_setssl_files - Set certificate key files and certificates if server requires client certificate verification
m_settimeout - Set maximum transaction time (per trans)
m_sslcert_gen_hash - Generate hash for SSL client certificate verification
m_transactionssent - Check to see if outgoing buffer is clear
m_transinqueue - Number of transactions in client-queue
m_transkeyval - Add key/value pair to a transaction. Replaces deprecated transparam()
m_transnew - Start a new transaction
m_transsend - Finalize and send the transaction
m_uwait - Wait x microsecs
m_validateidentifier - Whether or not to validate the passed identifier on any transaction it is passed to
m_verifyconnection - Set whether or not to PING upon connect to verify connection
m_verifysslcert - Set whether or not to verify the server ssl certificate
magic_quotes_runtime - Псевдоним
mail - Отправить почту
mail_constants
mailparse
mailparse_constants
mailparse_determine_best_xfer_encoding - Gets the best way of encoding
mailparse_msg_create - Create a mime mail resource
mailparse_msg_extract_part - Extracts/decodes a message section
mailparse_msg_extract_part_file - Extracts/decodes a message section
mailparse_msg_extract_whole_part_file - Extracts a message section including headers without decoding the transfer encoding
mailparse_msg_free - Frees a MIME resource
mailparse_msg_get_part - Returns a handle on a given section in a mimemessage
mailparse_msg_get_part_data - Returns an associative array of info about the message
mailparse_msg_get_structure - Returns an array of mime section names in the supplied message
mailparse_msg_parse - Incrementally parse data into buffer
mailparse_msg_parse_file - Parses a file
mailparse_rfc822_parse_addresses - Parse RFC 822 compliant addresses
mailparse_stream_encode - Streams data from source file pointer, apply encoding and write to destfp
mailparse_uudecode_all - Scans the data from fp and extract each embedded uuencoded file
main - Dummy for
manual
math
math_constants
max - Находит наибольшее значение
maxdb_affected_rows - Gets the number of affected rows in a previous MaxDB operation
maxdb_bind_param - Псевдоним
maxdb_bind_result - Псевдоним
maxdb_client_encoding - Псевдоним
maxdb_close_long_data - Псевдоним
maxdb_connect_errno - Returns the error code from last connect call
maxdb_connect_error - Returns a string description of the last connect error
maxdb_constants
maxdb_data_seek - Adjusts the result pointer to an arbitary row in the result
maxdb_debug - Performs debugging operations
maxdb_disable_rpl_parse - Disable RPL parse
maxdb_dump_debug_info - Dump debugging information into the log
maxdb_embedded_connect - Open a connection to an embedded MaxDB server
maxdb_enable_reads_from_master - Enable reads from master
maxdb_enable_rpl_parse - Enable RPL parse
maxdb_errno - Returns the error code for the most recent function call
maxdb_error - Returns a string description of the last error
maxdb_escape_string - Псевдоним
maxdb_examples
maxdb_execute - Псевдоним
maxdb_fetch - Псевдоним
maxdb_fetch_array - Fetch a result row as an associative, a numeric array, or both
maxdb_fetch_assoc - Fetch a result row as an associative array
maxdb_fetch_field - Returns the next field in the result set
maxdb_fetch_field_direct - Fetch meta-data for a single field
maxdb_fetch_fields - Returns an array of resources representing the fields in a result set
maxdb_fetch_lengths - Returns the lengths of the columns of the current row in the result set
maxdb_fetch_object - Returns the current row of a result set as an object
maxdb_fetch_row - Get a result row as an enumerated array
maxdb_field_seek - Set result pointer to a specified field offset
maxdb_field_tell - Get current field offset of a result pointer
maxdb_free_result - Frees the memory associated with a result
maxdb_get_client_info - Returns the MaxDB client version as a string
maxdb_get_client_version - Get MaxDB client info
maxdb_get_host_info - Returns a string representing the type of connection used
maxdb_get_metadata - Псевдоним
maxdb_get_proto_info - Returns the version of the MaxDB protocol used
maxdb_get_server_info - Returns the version of the MaxDB server
maxdb_get_server_version - Returns the version of the MaxDB server as an integer
maxdb_info - Retrieves information about the most recently executed query
maxdb_init - Initializes MaxDB and returns an resource for use with maxdb_real_connect
maxdb_insert_id - Returns the auto generated id used in the last query
maxdb_master_query - Enforce execution of a query on the master in a master/slave setup
maxdb_more_results - Check if there any more query results from a multi query
maxdb_next_result - Prepare next result from multi_query
maxdb_num_fields - Get the number of fields in a result
maxdb_num_rows - Gets the number of rows in a result
maxdb_param_count - Псевдоним
maxdb_report - Enables or disables internal report functions
maxdb_rpl_parse_enabled - Check if RPL parse is enabled
maxdb_rpl_probe - RPL probe
maxdb_select_db - Selects the default database for database queries
maxdb_send_long_data - Псевдоним
maxdb_server_end - Shut down the embedded server
maxdb_server_init - Initialize embedded server
maxdb_set_opt - Псевдоним
maxdb_sqlstate - Returns the SQLSTATE error from previous MaxDB operation
maxdb_stmt_affected_rows - Returns the total number of rows changed, deleted, or inserted by the last executed statement
maxdb_stmt_bind_param - Binds variables to a prepared statement as parameters
maxdb_stmt_bind_result - Binds variables to a prepared statement for result storage
maxdb_stmt_close - Closes a prepared statement
maxdb_stmt_close_long_data - Ends a sequence of
maxdb_stmt_data_seek - Seeks to an arbitray row in statement result set
maxdb_stmt_errno - Returns the error code for the most recent statement call
maxdb_stmt_error - Returns a string description for last statement error
maxdb_stmt_execute - Executes a prepared Query
maxdb_stmt_fetch - Fetch results from a prepared statement into the bound variables
maxdb_stmt_free_result - Frees stored result memory for the given statement handle
maxdb_stmt_num_rows - Return the number of rows in statements result set
maxdb_stmt_param_count - Returns the number of parameter for the given statement
maxdb_stmt_prepare - Prepare an SQL statement for execution
maxdb_stmt_reset - Resets a prepared statement
maxdb_stmt_result_metadata - Returns result set metadata from a prepared statement
maxdb_stmt_send_long_data - Send data in blocks
maxdb_stmt_sqlstate - Returns SQLSTATE error from previous statement operation
maxdb_stmt_store_result - Transfers a result set from a prepared statement
maxdb_thread_id - Returns the thread ID for the current connection
maxdb_thread_safe - Returns whether thread safety is given or not
maxdb_warning_count - Returns the number of warnings from the last query for the given link
mb_check_encoding - Check if the string is valid for the specified encoding
mb_convert_case - Perform case folding on a string
mb_convert_encoding - Convert character encoding
mb_convert_kana - конвертирует "kana" одну в другую ("zen-kaku" ,"han-kaku" и т.д.)
mb_convert_variables - Convert character code in variable(s)
mb_decode_mimeheader - декодирует строку в поле MIME-шапки/header
mb_decode_numericentity - Decode HTML numeric string reference to character
mb_detect_encoding - Detect character encoding
mb_detect_order - устанавливает/получает порядок определения кодировки символов
mb_encode_mimeheader - кодирует строку для MIME-шапки
mb_encode_numericentity - Encode character to HTML numeric string reference
mb_encoding_aliases - Get aliases of a known encoding type
mb_ereg - Regular expression match with multibyte support
mb_ereg_match - Совпадение с регулярным выражением для многобайтовой строки
mb_ereg_replace - Replace regular expression with multibyte support
mb_ereg_search - Multibyte regular expression match for predefined multibyte string
mb_ereg_search_getpos - Returns start point for next regular expression match
mb_ereg_search_getregs - Retrieve the result from the last multibyte regular expression match
mb_ereg_search_init - Setup string and regular expression for a multibyte regular expression match
mb_ereg_search_pos - Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string
mb_ereg_search_regs - Returns the matched part of a multibyte regular expression
mb_ereg_search_setpos - Set start point of next regular expression match
mb_eregi - Regular expression match ignoring case with multibyte support
mb_eregi_replace - Осуществляет замену по регулярному выражению с поддержкой многобайтовых символов без учета регистра
mb_get_info - Получает внутренние настройки mbstring
mb_http_input - определяет кодировку символов HTTP-ввода
mb_http_output - устанавливает/получает кодировку символов HTTP-вывода
mb_internal_encoding - устанавливает/получает внутреннюю кодировку символов
mb_language - устанавливает/получает текущий язык
mb_list_encodings - Возвращает массив всех поддерживаемых кодировок
mb_output_handler - Callback function converts character encoding in output buffer
mb_parse_str - Parse GET/POST/COOKIE data and set global variable
mb_preferred_mime_name - Get MIME charset string
mb_regex_encoding - Возвращает текущую кодировку для многобайтового регулярного выражения в виде строки
mb_regex_set_options - Set/Get the default options for mbregex functions
mb_send_mail - отправляет кодированную почту
mb_split - Split multibyte string using regular expression
mb_strcut - получает часть строки
mb_strimwidth - Get truncated string with specified width
mb_stripos
mb_stristr - Finds first occurrence of a string within another, case insensitive
mb_strlen - возвращает длину строки
mb_strpos - находит позицию первого появления строки в строке
mb_strrchr - Finds the last occurrence of a character in a string within another
mb_strrichr - Finds the last occurrence of a character in a string within another, case insensitive
mb_strripos - Finds position of last occurrence of a string within another, case insensitive
mb_strrpos - находит позицию последнего появления строки в строке
mb_strstr - Finds first occurrence of a string within another
mb_strtolower - Make a string lowercase
mb_strtoupper - Make a string uppercase
mb_strwidth - Return width of string
mb_substitute_character - Set/Get substitution character
mb_substr - получает часть строки
mb_substr_count - Возвращает количество вхождений подстроки
mbstring
mbstring_constants
mbstring_encodings
mbstring_http
mbstring_overload
mbstring_php4_req
mcal_append_event - сохраняет новое событие в MCAL-календаре
mcrypt
mcrypt_cbc - Шифрует/дешифрует даные в режиме CBC
mcrypt_cfb - Encrypts/decrypts data in CFB mode
mcrypt_ciphers
mcrypt_constants
mcrypt_create_iv - Creates an initialization vector (IV) from a random source
mcrypt_decrypt - Decrypts crypttext with given parameters
mcrypt_ecb - Deprecated: Encrypts/decrypts data in ECB mode
mcrypt_enc_get_algorithms_name - Returns the name of the opened algorithm
mcrypt_enc_get_block_size - Returns the blocksize of the opened algorithm
mcrypt_enc_get_iv_size - Returns the size of the IV of the opened algorithm
mcrypt_enc_get_key_size - Returns the maximum supported keysize of the opened mode
mcrypt_enc_get_modes_name - Returns the name of the opened mode
mcrypt_enc_get_supported_key_sizes - Returns an array with the supported keysizes of the opened algorithm
mcrypt_enc_is_block_algorithm - Checks whether the algorithm of the opened mode is a block algorithm
mcrypt_enc_is_block_algorithm_mode - Checks whether the encryption of the opened mode works on blocks
mcrypt_enc_is_block_mode - Checks whether the opened mode outputs blocks
mcrypt_enc_self_test - Runs a self test on the opened module
mcrypt_encrypt - Encrypts plaintext with given parameters
mcrypt_examples
mcrypt_generic - This function encrypts data
mcrypt_generic_deinit - This function deinitializes an encryption module
mcrypt_generic_end - This function terminates encryption
mcrypt_generic_init - This function initializes all buffers needed for encryption
mcrypt_get_block_size - Gets the block size of the specified cipher
mcrypt_get_cipher_name - Gets the name of the specified cipher
mcrypt_get_iv_size - Returns the size of the IV belonging to a specific cipher/mode combination
mcrypt_get_key_size - Gets the key size of the specified cipher
mcrypt_list_algorithms - Gets an array of all supported ciphers
mcrypt_list_modes - Gets an array of all supported modes
mcrypt_module_close - Closes the mcrypt module
mcrypt_module_get_algo_block_size - Returns the blocksize of the specified algorithm
mcrypt_module_get_algo_key_size - Returns the maximum supported keysize of the opened mode
mcrypt_module_get_supported_key_sizes - Returns an array with the supported keysizes of the opened algorithm
mcrypt_module_is_block_algorithm - This function checks whether the specified algorithm is a block algorithm
mcrypt_module_is_block_algorithm_mode - Returns if the specified module is a block algorithm or not
mcrypt_module_is_block_mode - Returns if the specified mode outputs blocks or not
mcrypt_module_open - Opens the module of the algorithm and the mode to be used
mcrypt_module_self_test - This function runs a self test on the specified module
mcrypt_ofb - Encrypts/decrypts data in OFB mode
mcve
mcve_constants
md5 - Возвращает MD5 хэш строки
md5_file - Возвращает MD5-хэш файла
mdecrypt_generic - Decrypts data
memcache
memcache_debug - Включить/выключить вывод отладочной информации
memcache_examples
memcached
memcached_callbacks
memcached_expiration
memcached_sessions
memcachedexception
memory_get_peak_usage - Returns the peak of memory allocated by PHP
memory_get_usage - Returns the amount of memory allocated to PHP
memtrack_constants
memtrack_examples
messageformatter
metaphone - Возвращает ключ metaphone для строки
method_exists - Проверяет существует ли метод в данном классе
mhash - Computes hash
mhash_constants
mhash_count - Gets the highest available hash ID
mhash_examples
mhash_get_block_size - Gets the block size of the specified hash
mhash_get_hash_name - Gets the name of the specified hash
mhash_keygen_s2k - Generates a key
microtime - Возвращает метку времени с микросекундами
migration51_databases
migration51_extensions
migration51_oop
migration52_classes
migration52_functions
migration52_incompatible
migration52_methods
migration52_parameters
migration53_classes
migration53_deprecated
migration53_incompatible
migration53_ini
migration53_methods
migration53_other
migration53_parameters
migration53_windows
migration55
migration55_changes
migration55_classes
migration55_deprecated
migration55_incompatible
migration55_ini
migration55_internals
migration5_incompatible
mime_content_type - определяет MIME Content-type файла
mime_magic_constants
min - Находит наименьшее значение
ming
ming_constants
ming_examples
ming_examples_swfaction
ming_keypress - Returns the action flag for keyPress(char)
ming_setcubicthreshold - Set cubic threshold
ming_setscale - Set the global scaling factor.
ming_setswfcompression - Sets the SWF output compression
ming_useconstants - Use constant pool
ming_useswfversion - Sets the SWF version
misc
misc_constants
mkdir - Создаёт директорию
mktime - Возвращает метку времени для заданной даты
mnogosearch
mnogosearch_constants
money_format - Форматирует число как денежную величину
mongo
mongo_core
mongo_exceptions
mongo_functions
mongo_gridfs
mongo_manual
mongo_miscellaneous
mongo_tutorial
mongo_types
mongobindata
mongoclient
mongocode
mongocollection
mongocommandcursor
mongoconnectionexception
mongocursor
mongocursorexception
mongocursorinterface
mongocursortimeoutexception
mongodate
mongodb
mongodb_driver_runtimeexception_haserrorlabel - Возвращает, связана ли метка ошибки с исключением
mongodb_driver_session_aborttransaction - Прерывает транзакцию
mongodb_driver_session_advanceclustertime - Увеличивает время кластера для сеанса
mongodb_driver_session_advanceoperationtime - Увеличивает время операции для сеанса
mongodb_driver_session_committransaction - Фиксирует транзакцию
mongodb_driver_session_construct - Создаёт новый сеанс (не используется)
mongodb_driver_session_endsession - Завершает сеанс
mongodb_driver_session_getclustertime - Возвращает время кластера для этого сеанса
mongodb_driver_session_getlogicalsessionid - Возвращает логический идентификатор сеанса для этого сеанса
mongodb_driver_session_getoperationtime - Возвращает время операции для этого сеанса
mongodb_driver_session_getserver - Возвращает сервер к которому привязана текущая сессия
mongodb_driver_session_gettransactionoptions - Возвращает настройки текущей транзакции
mongodb_driver_session_gettransactionstate - Возвращает статус транзакции для текущей сессии
mongodb_driver_session_isintransaction - Определяет, происходит ли в данный момент многодокументная транзакция
mongodb_driver_session_starttransaction - Запускает транзакцию
mongodb_driver_writeexception_getwriteresult - Возвращает WriteResult для операции записи закончившейся ошибкой
mongodb_driver_writeresult_getdeletedcount - Возвращает количество удалённых документов
mongodb_driver_writeresult_getinsertedcount - Возвращает количество вставленных документов (исключая слияния)
mongodb_driver_writeresult_getmatchedcount - Возвращает количество документов, выбранных для обновления
mongodb_driver_writeresult_getmodifiedcount - Возвращает количество существующих обновлённых документов
mongodb_driver_writeresult_getserver - Возвращает сервер, связанный с этим результатом записи
mongodb_driver_writeresult_getupsertedcount - Возвращает количество документов, вставленных слиянием
mongodb_driver_writeresult_getupsertedids - Возвращает массив идентификаторов для объединённых документов
mongodb_driver_writeresult_getwriteerrors - Возвращает любые ошибки записи, которые произошли
mongodb_driver_writeresult_isacknowledged - Возвращает, была ли запись подтверждена
mongodbref
mongodeletebatch
mongoduplicatekeyexception
mongoexception
mongoexecutiontimeoutexception
mongogridfs
mongogridfscursor
mongogridfsexception
mongogridfsfile
mongoid
mongoinsertbatch
mongoint32
mongoint64
mongolog
mongomaxkey
mongominkey
mongopool
mongoprotocolexception
mongoregex
mongoresultexception
mongotimestamp
mongoupdatebatch
mongowritebatch
mongowriteconcernexception
move_uploaded_file - Перемещает загруженный файл в новое место
mpegfile_construct - Opens a new file
mpegfile_getaudioproperties - Returns an object that provides access to the audio properties
mpegfile_getid3v1tag - Returns an object representing an ID3v1 tag
mpegfile_getid3v2tag - Returns a ID3v2 object
mqseries
mqseries_back - MQSeries MQBACK
mqseries_begin - MQseries MQBEGIN
mqseries_close - MQSeries MQCLOSE
mqseries_cmit - MQSeries MQCMIT
mqseries_conn - MQSeries MQCONN
mqseries_connx - MQSeries MQCONNX
mqseries_constants
mqseries_disc - MQSeries MQDISC
mqseries_get - MQSeries MQGET
mqseries_inq - MQSeries MQINQ
mqseries_open - MQSeries MQOPEN
mqseries_put - MQSeries MQPUT
mqseries_put1 - MQSeries MQPUT1
mqseries_set - MQSeries MQSET
mqseries_strerror - Returns the error message corresponding to a result code (MQRC).
msession
msession_connect - Connect to msession server
msession_constants
msession_count - Get session count
msession_create - Create a session
msession_destroy - Destroy a session
msession_disconnect - Close connection to msession server
msession_find - Find all sessions with name and value
msession_get - Get value from session
msession_get_array - Get array of msession variables
msession_get_data - Get data session unstructured data
msession_inc - Increment value in session
msession_list - List all sessions
msession_listvar - List sessions with variable
msession_lock - Lock a session
msession_plugin - Call an escape function within the msession personality plugin
msession_randstr - Get random string
msession_set - Set value in session
msession_set_array - Set msession variables from an array
msession_set_data - Set data session unstructured data
msession_timeout - Set/get session timeout
msession_uniq - Get unique id
msession_unlock - Unlock a session
msg_get_queue - Create or attach to a message queue
msg_queue_exists - Check whether a message queue exists
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
msql_affected_rows - Returns number of affected rows
msql_close - Close mSQL connection
msql_connect - Open mSQL connection
msql_constants
msql_create_db - Create mSQL database
msql_createdb - Псевдоним
msql_data_seek - Move internal row pointer
msql_db_query - Send mSQL query
msql_dbname - Псевдоним
msql_drop_db - Drop (delete) mSQL database
msql_error - Returns error message of last msql call
msql_examples
msql_fetch_array - Fetch row as array
msql_fetch_field - Get field information
msql_fetch_object - Fetch row as object
msql_fetch_row - Get row as enumerated array
msql_field_flags - Get field flags
msql_field_len - Get field length
msql_field_name - Get the name of the specified field in a result
msql_field_seek - Set field offset
msql_field_table - Get table name for field
msql_field_type - Get field type
msql_fieldflags - Alias of
msql_fieldlen - Alias of
msql_fieldname - Alias of
msql_fieldtable - Alias of
msql_fieldtype - Alias of
msql_free_result - Free result memory
msql_list_dbs - List mSQL databases on server
msql_list_fields - List result fields
msql_list_tables - List tables in an mSQL database
msql_num_fields - Get number of fields in result
msql_num_rows - Get number of rows in result
msql_numfields - Alias of
msql_numrows - Alias of
msql_pconnect - Open persistent mSQL connection
msql_query - Send mSQL query
msql_regcase - Alias of
msql_result - Get result data
msql_select_db - Select mSQL database
msql_tablename - Alias of
mssql
mssql_bind - Adds a parameter to a stored procedure or a remote stored procedure
mssql_close - Close MS SQL Server connection
mssql_connect - Open MS SQL server connection
mssql_constants
mssql_data_seek - Moves internal row pointer
mssql_execute - Executes a stored procedure on a MS SQL server database
mssql_fetch_array - Fetch a result row as an associative array, a numeric array, or both
mssql_fetch_assoc - Returns an associative array of the current row in the result set specified by result_id
mssql_fetch_batch - Returns the next batch of records
mssql_fetch_field - Get field information
mssql_fetch_object - Fetch row as object
mssql_fetch_row - Get row as enumerated array
mssql_field_length - Get the length of a field
mssql_field_name - Get the name of a field
mssql_field_seek - Seeks to the specified field offset
mssql_field_type - Gets the type of a field
mssql_free_result - Free result memory
mssql_free_statement - Free statement memory
mssql_get_last_message - Returns the last message from the server
mssql_guid_string - Converts a 16 byte binary GUID to a string
mssql_init - Initializes a stored procedure or a remote stored procedure
mssql_min_error_severity - Sets the minimum error severity
mssql_min_message_severity - Sets the minimum message severity
mssql_next_result - Move the internal result pointer to the next result
mssql_num_fields - Gets the number of fields in result
mssql_num_rows - Gets the number of rows in result
mssql_pconnect - Open persistent MS SQL connection
mssql_query - Send MS SQL query
mssql_result - Get result data
mssql_rows_affected - Returns the number of records affected by the query
mssql_select_db - Select MS SQL database
mt_getrandmax - Show largest possible random value
mt_rand - Generate a better random value
mt_srand - Seed the better random number generator
multipleiterator
mutex
mysql_affected_rows - Возвращает число затронутых прошлой операцией рядов.
mysql_client_encoding - Возвращает кодировку соединения
mysql_close - Закрывает соединение с сервером MySQL
mysql_connect - Открывает соединение с сервером MySQL
mysql_constants
mysql_create_db - Создаёт базу данных MySQL
mysql_data_seek - Перемещает внутренний указатель в результате запроса
mysql_db_name - Возвращает название базы данных
mysql_db_query - Переключается на указанную базу данных и посылает запрос
mysql_drop_db - Уничтожает базу данных MySQL
mysql_errno - Возвращает численный код ошибки выполнения последней операции с MySQL
mysql_error - Возвращает строку ошибки последней операции с MySQL.
mysql_escape_string - Экранирует SQL спец-символы для mysql_query.
mysql_examples
mysql_fetch_array - Обрабатывает ряд результата запроса, возвращая ассоциативный массив, численный массив или оба.
mysql_fetch_assoc - Обрабатывает ряд результата запроса и возвращает ассоциативный массив.
mysql_fetch_field - Возвращает информацию о колонке из результата запроса в виде объекта.
mysql_fetch_lengths - Возвращает длину каждого поля в результате.
mysql_fetch_object - Обрабатывает ряд результата запроса и возвращает объект
mysql_fetch_row - Обратывает ряд результата запроса и возвращает неассоциативный массив.
mysql_field_flags - Возвращает флаги, связанные с указанным полем результата запроса
mysql_field_len - Возвращает длину указанного поля
mysql_field_name - Возвращает название указанной колонки результата запроса.
mysql_field_seek - Устанавливает внутренний указатель поля на переданное смещение.
mysql_field_table - Возвращает название таблицы, которой принадлежит указанное поле
mysql_field_type - Возвращает тип указанного поля из результата запроса
mysql_free_result - Освобождает память от результата запроса
mysql_get_client_info - Возвращает данные о MySQL-клиенте
mysql_get_host_info - Возвращает информацию о соединении с MySQL
mysql_get_proto_info - Возвращает информацию о протоколе MySQL
mysql_get_server_info - Возвращает информацию о сервере MySQL
mysql_info - Возвращает информацию о последнем запросе
mysql_insert_id - Возвращает ID, сгенерированный при последнем INSERT-запросе.
mysql_list_dbs - Возвращает список баз данных, доступных на сервере.
mysql_list_fields - Возвращает список колонок таблицы
mysql_list_processes - Возвращает список процессов MySQL
mysql_list_tables - Возвращает список таблиц базы данных MySQL
mysql_num_fields - Возвращает количество полей результата запроса
mysql_num_rows - Возвращает количество рядов результата запроса
mysql_pconnect - Устанавливает постоянное соединение с сервером MySQL.
mysql_ping - Проверяет соединение с сервером и пересоединяется при необходимости
mysql_query - Посылает запрос MySQL
mysql_real_escape_string - Экранирует специальные символы в строках для использования в выражениях SQL
mysql_result - Возвращает данные результата запроса
mysql_select_db - Выбирает базу данных MySQL
mysql_set_charset - Устанавливает кодировку клиента
mysql_stat - Возвращает текущий статус сервера
mysql_tablename - Возвращает имя таблицы, содержащей указанное поле
mysql_thread_id - Возвращает ID текущего потока
mysql_unbuffered_query - Посылает MySQL SQL-запрос без авто-обработки результата и её буфферизации.
mysqli
mysqli_affected_rows- Получает количество рядов, задействованных в предыдущей операции MySQL
mysqli_autocommit
mysqli_bind_param - Синоним функции
mysqli_bind_result - Синоним функции
mysqli_character_set_name
mysqli_client_encoding - Alias of
mysqli_close
mysqli_connect - Открывает новое соединение с MySQL сервером
mysqli_connect_errno - Возвращает код ошибки последнего соединения
mysqli_connect_error - Возврашает строку описания последней ошибки соединения
mysqli_data_seek - Перемещение указателя на произвольную строку в результате запроса
mysqli_disable_rpl_parse - Блокировать разбор RPL
mysqli_driver
mysqli_enable_reads_from_master - Включает чтение с мастера
mysqli_enable_rpl_parse - Включает разбор RPL
mysqli_errno - Возвращает код ошибки для последней вызванной функции
mysqli_error - Возвращает строку с описанием последней ошибки
mysqli_escape_string - Alias of
mysqli_execute - Синоним для
mysqli_fetch - Синоним для
mysqli_fetch_array - Обрабатывает ряд результата как ассоциативный и/или численный массив
mysqli_fetch_assoc - Обрабатывает ряд результата как ассоциативный массив
mysqli_fetch_field - Возвращает следующее поле в результирующем наборе
mysqli_fetch_field_direct - Выбирает мета-данные для одного поля
mysqli_fetch_fields - Возвращает массив объектов, представляющих поля в результате запроса
mysqli_fetch_object - Возвращает текущую строку результата запроса как объект
mysqli_fetch_row - Возвращает результат как численный массив
mysqli_field_count - Возвращает количество столбцов для последнего запроса
mysqli_field_seek - Устанавливает внутренний указатель на указанное поле
mysqli_field_tell - Получить текущее смещение результата запроса
mysqli_free_result - Освободить память выделенную для результата запроса
mysqli_get_metadata - Синоним для
mysqli_info - Возвращает информацию о последнем выполненном запросе
mysqli_init - Initializes MySQLi and returns a resource for use with mysqli_real_connect()
mysqli_insert_id
mysqli_kill
mysqli_master_query - Enforce execution of a query on the master in a master/slave setup
mysqli_more_results - Проверяет, нет ли результатов запроса из мульти-запроса
mysqli_multi_query - Выполняет запрос к базе данных
mysqli_next_result - Подготовка следующего результата multi_query
mysqli_num_fields - Получает количество полей в результате запроса
mysqli_num_rows - Возвращает количество строк в результате
mysqli_options
mysqli_param_count - Синоним для
mysqli_ping
mysqli_prepare - Подготовить SQL запрос для выполнения
mysqli_query - Выполняет SQL запрос
mysqli_real_connect
mysqli_real_escape_string
mysqli_real_query - Выполняет SQL запрос
mysqli_report - Enables or disables internal report functions
mysqli-result
mysqli_rpl_parse_enabled - Check if RPL parse is enabled
mysqli_rpl_probe - RPL probe
mysqli_send_long_data - Синоним для
mysqli_set_opt - Синоним для
mysqli_slave_query - Force execution of a query on a slave in a master/slave setup
mysqli_sql_exception
mysqli_sqlstate - Возвращает SQLSTATE ошибки последней операции с MySQL
mysqli_ssl_set
mysqli_stmt
mysqli_stmt_affected_rows - Возвращает общее количество строк, которые изменены, удалены или добавлены последним SQL запросом
mysqli_stmt_bind_param - Привязывает переменные в подготовленном запросе в качестве параметров
mysqli_stmt_bind_result - Привязывает переменные у подготовлено заявление для сохранения результата
mysqli_stmt_close - Закрывает подготовленый запрос
mysqli_stmt_errno - Возвращает код ошибки для последнего запроса
mysqli_stmt_error - Возвращает строку описания последнего сообщения об ошибке SQL запроса
mysqli_stmt_execute - Выполняет подготовленный SQL запрос
mysqli_stmt_fetch - Извлекает результаты из подготовленого запроса в связанные переменные
mysqli_stmt_init - Инициализирует запрос и возвращает объект для использования с mysqli_stmt_prepare
mysqli_stmt_num_rows - Возвращает число строк в запросе
mysqli_stmt_prepare - Подготовить SQL запрос для выполнения
mysqli_stmt_result_metadata - Возвращает результирующий набор метаданных из подготовленного запроса.
mysqli_stmt_send_long_data - Передача данных в блоках
mysqli_stmt_sqlstate - Возвращает SQLSTATE ошибки последней операции
mysqli_stmt_store_result - Передча результатов из подготовленного запроса
mysqli_store_result - Передает результат из последнего запроса
mysqli_thread_id
mysqli_use_result - Начать поиск результатов запроса
mysqli_warning
mysqli_warning_count - Возвращает количество предупреждений от последнего запроса
mysqlinfo_api_choosing
mysqlinfo_library_choosing
mysqlinfo_terminology
mysqlnd_config
mysqlnd_ms
mysqlnd_ms_changes
mysqlnd_ms_concepts
mysqlnd_ms_constants
mysqlnd_ms_get_last_gtid - Returns the latest global transaction ID
mysqlnd_ms_get_last_used_connection - Returns an array which describes the last used connection
mysqlnd_ms_get_stats - Returns query distribution and connection statistics
mysqlnd_ms_match_wild - Finds whether a table name matches a wildcard pattern or not
mysqlnd_ms_plugin_ini_json
mysqlnd_ms_pooling
mysqlnd_ms_query_is_select - Find whether to send the query to the master, the slave or the last used MySQL server
mysqlnd_ms_quickstart
mysqlnd_ms_set_qos - Sets the quality of service needed from the cluster
mysqlnd_ms_set_user_pick_server - Sets a callback for user-defined read/write splitting
mysqlnd_notes
mysqlnd_overview
mysqlnd_persist
mysqlnd_plugin
mysqlnd_plugin_api
mysqlnd_plugin_obtaining
mysqlnd_qc
mysqlnd_qc_changes
mysqlnd_qc_clear_cache - Flush all cache contents
mysqlnd_qc_constants
mysqlnd_qc_get_available_handlers - Returns a list of available storage handler
mysqlnd_qc_get_cache_info - Returns information on the current handler, the number of cache entries and cache entries, if available
mysqlnd_qc_get_core_stats - Statistics collected by the core of the query cache
mysqlnd_qc_get_normalized_query_trace_log - Returns a normalized query trace log for each query inspected by the query cache
mysqlnd_qc_get_query_trace_log - Returns a backtrace for each query inspected by the query cache
mysqlnd_qc_quickstart
mysqlnd_qc_set_cache_condition - Set conditions for automatic caching
mysqlnd_qc_set_is_select - Installs a callback which decides whether a statement is cached
mysqlnd_qc_set_storage_handler - Change current storage handler
mysqlnd_qc_set_user_handlers - Sets the callback functions for a user-defined procedural storage handler
mysqlnd_stats
mysqlnd_uh
mysqlnd_uh_changes
mysqlnd_uh_constants
mysqlnd_uh_convert_to_mysqlnd - Converts a MySQL connection handle into a mysqlnd connection handle
mysqlnd_uh_quickstart
mysqlnd_uh_quickstart_query_monitoring
mysqlnd_uh_set_connection_proxy - Installs a proxy for mysqlnd connections
mysqlnd_uh_set_statement_proxy - Installs a proxy for mysqlnd statements
mysqlnduhconnection
mysqlnduhpreparedstatement
natcasesort - Отсортировать массив, используя алгоритм "natural order" не принимая во внимание регистр символов
natsort - Отсортировать массив, используя алгоритм "natural order"
ncurses_addch - Add character at current position and advance cursor
ncurses_addchnstr - Add attributed string with specified length at current position
ncurses_addchstr - Add attributed string at current position
ncurses_addnstr - Add string with specified length at current position
ncurses_addstr - Output text at current position
ncurses_assume_default_colors - Define default colors for color 0
ncurses_attroff - Turn off the given attributes
ncurses_attron - Turn on the given attributes
ncurses_attrset - Set given attributes
ncurses_baudrate - Returns baudrate of terminal
ncurses_beep - Let the terminal beep
ncurses_bkgd - Set background property for terminal screen
ncurses_bkgdset - Control screen background
ncurses_border - Draw a border around the screen using attributed characters
ncurses_bottom_panel - Moves a visible panel to the bottom of the stack
ncurses_can_change_color - Checks if terminal color definitions can be changed
ncurses_cbreak - Switch of input buffering
ncurses_clear - Clear screen
ncurses_clrtobot - Clear screen from current position to bottom
ncurses_clrtoeol - Clear screen from current position to end of line
ncurses_color_content - Retrieves RGB components of a color
ncurses_color_set - Set active foreground and background colors
ncurses_colorconsts
ncurses_constants
ncurses_curs_set - Set cursor state
ncurses_def_prog_mode - Saves terminals (program) mode
ncurses_def_shell_mode - Saves terminals (shell) mode
ncurses_define_key - Define a keycode
ncurses_del_panel - Remove panel from the stack and delete it (but not the associated window)
ncurses_delay_output - Delay output on terminal using padding characters
ncurses_delch - Delete character at current position, move rest of line left
ncurses_deleteln - Delete line at current position, move rest of screen up
ncurses_delwin - Delete a ncurses window
ncurses_doupdate - Write all prepared refreshes to terminal
ncurses_echo - Activate keyboard input echo
ncurses_echochar - Single character output including refresh
ncurses_end - Stop using ncurses, clean up the screen
ncurses_erase - Erase terminal screen
ncurses_erasechar - Returns current erase character
ncurses_filter - Set LINES for iniscr() and newterm() to 1
ncurses_flash - Flash terminal screen (visual bell)
ncurses_flushinp - Flush keyboard input buffer
ncurses_getch - Read a character from keyboard
ncurses_getmaxyx - Returns the size of a window
ncurses_getmouse - Reads mouse event
ncurses_getyx - Returns the current cursor position for a window
ncurses_halfdelay - Put terminal into halfdelay mode
ncurses_has_colors - Checks if terminal has color capabilities
ncurses_has_ic - Check for insert- and delete-capabilities
ncurses_has_il - Check for line insert- and delete-capabilities
ncurses_has_key - Check for presence of a function key on terminal keyboard
ncurses_hide_panel - Remove panel from the stack, making it invisible
ncurses_hline - Draw a horizontal line at current position using an attributed character and max. n characters long
ncurses_inch - Get character and attribute at current position
ncurses_init - Initialize ncurses
ncurses_init_color - Define a terminal color
ncurses_init_pair - Define a color pair
ncurses_insch - Insert character moving rest of line including character at current position
ncurses_insdelln - Insert lines before current line scrolling down (negative numbers delete and scroll up)
ncurses_insertln - Insert a line, move rest of screen down
ncurses_insstr - Insert string at current position, moving rest of line right
ncurses_instr - Reads string from terminal screen
ncurses_isendwin - Ncurses is in endwin mode, normal screen output may be performed
ncurses_keyok - Enable or disable a keycode
ncurses_keypad - Turns keypad on or off
ncurses_killchar - Returns current line kill character
ncurses_longname - Returns terminals description
ncurses_meta - Enables/Disable 8-bit meta key information
ncurses_mouse_trafo - Transforms coordinates
ncurses_mouseconsts
ncurses_mouseinterval - Set timeout for mouse button clicks
ncurses_mousemask - Sets mouse options
ncurses_move - Move output position
ncurses_move_panel - Moves a panel so that its upper-left corner is at [startx, starty]
ncurses_mvaddch - Move current position and add character
ncurses_mvaddchnstr - Move position and add attributed string with specified length
ncurses_mvaddchstr - Move position and add attributed string
ncurses_mvaddnstr - Move position and add string with specified length
ncurses_mvaddstr - Move position and add string
ncurses_mvcur - Move cursor immediately
ncurses_mvdelch - Move position and delete character, shift rest of line left
ncurses_mvgetch - Move position and get character at new position
ncurses_mvhline - Set new position and draw a horizontal line using an attributed character and max. n characters long
ncurses_mvinch - Move position and get attributed character at new position
ncurses_mvvline - Set new position and draw a vertical line using an attributed character and max. n characters long
ncurses_mvwaddstr - Add string at new position in window
ncurses_napms - Sleep
ncurses_new_panel - Create a new panel and associate it with window
ncurses_newpad - Creates a new pad (window)
ncurses_newwin - Create a new window
ncurses_nl - Translate newline and carriage return / line feed
ncurses_nocbreak - Switch terminal to cooked mode
ncurses_noecho - Switch off keyboard input echo
ncurses_nonl - Do not translate newline and carriage return / line feed
ncurses_noqiflush - Do not flush on signal characters
ncurses_noraw - Switch terminal out of raw mode
ncurses_pair_content - Retrieves foreground and background colors of a color pair
ncurses_panel_above - Returns the panel above panel
ncurses_panel_below - Returns the panel below panel
ncurses_panel_window - Returns the window associated with panel
ncurses_pnoutrefresh - Copies a region from a pad into the virtual screen
ncurses_prefresh - Copies a region from a pad into the virtual screen
ncurses_putp - Apply padding information to the string and output it
ncurses_qiflush - Flush on signal characters
ncurses_raw - Switch terminal into raw mode
ncurses_refresh - Refresh screen
ncurses_replace_panel - Replaces the window associated with panel
ncurses_reset_prog_mode - Resets the prog mode saved by def_prog_mode
ncurses_reset_shell_mode - Resets the shell mode saved by def_shell_mode
ncurses_resetty - Restores saved terminal state
ncurses_savetty - Saves terminal state
ncurses_scr_dump - Dump screen content to file
ncurses_scr_init - Initialize screen from file dump
ncurses_scr_restore - Restore screen from file dump
ncurses_scr_set - Inherit screen from file dump
ncurses_scrl - Scroll window content up or down without changing current position
ncurses_show_panel - Places an invisible panel on top of the stack, making it visible
ncurses_slk_attr - Returns current soft label key attribute
ncurses_slk_attroff - Turn off the given attributes for soft function-key labels
ncurses_slk_attron - Turn on the given attributes for soft function-key labels
ncurses_slk_attrset - Set given attributes for soft function-key labels
ncurses_slk_clear - Clears soft labels from screen
ncurses_slk_color - Sets color for soft label keys
ncurses_slk_init - Initializes soft label key functions
ncurses_slk_noutrefresh - Copies soft label keys to virtual screen
ncurses_slk_refresh - Copies soft label keys to screen
ncurses_slk_restore - Restores soft label keys
ncurses_slk_set - Sets function key labels
ncurses_slk_touch - Forces output when ncurses_slk_noutrefresh is performed
ncurses_standend - Stop using 'standout' attribute
ncurses_standout - Start using 'standout' attribute
ncurses_start_color - Initializes color functionality
ncurses_termattrs - Returns a logical OR of all attribute flags supported by terminal
ncurses_termname - Returns terminals (short)-name
ncurses_timeout - Set timeout for special key sequences
ncurses_top_panel - Moves a visible panel to the top of the stack
ncurses_typeahead - Specify different filedescriptor for typeahead checking
ncurses_ungetch - Put a character back into the input stream
ncurses_ungetmouse - Pushes mouse event to queue
ncurses_update_panels - Refreshes the virtual screen to reflect the relations between panels in the stack
ncurses_use_default_colors - Assign terminal default colors to color id -1
ncurses_use_env - Control use of environment information about terminal size
ncurses_use_extended_names - Control use of extended names in terminfo descriptions
ncurses_vidattr - Display the string on the terminal in the video attribute mode
ncurses_vline - Draw a vertical line at current position using an attributed character and max. n characters long
ncurses_waddch - Adds character at current position in a window and advance cursor
ncurses_waddstr - Outputs text at current postion in window
ncurses_wattroff - Turns off attributes for a window
ncurses_wattron - Turns on attributes for a window
ncurses_wattrset - Set the attributes for a window
ncurses_wborder - Draws a border around the window using attributed characters
ncurses_wclear - Clears window
ncurses_wcolor_set - Sets windows color pairings
ncurses_werase - Erase window contents
ncurses_wgetch - Reads a character from keyboard (window)
ncurses_whline - Draws a horizontal line in a window at current position using an attributed character and max. n characters long
ncurses_wmouse_trafo - Transforms window/stdscr coordinates
ncurses_wmove - Moves windows output position
ncurses_wnoutrefresh - Copies window to virtual screen
ncurses_wrefresh - Refresh window on terminal screen
ncurses_wstandend - End standout mode for a window
ncurses_wstandout - Enter standout mode for a window
ncurses_wvline - Draws a vertical line in a window at current position using an attributed character and max. n characters long
net_gopher
net_gopher_constants
net_gopher_examples
network
network_constants
newt
newt_bell - Send a beep to the terminal
newt_button - Create a new button
newt_button_bar - This function returns a grid containing the buttons created.
newt_centered_window - Open a centered window of the specified size
newt_checkbox -
newt_checkbox_get_value - Retreives value of checkox resource
newt_checkbox_set_flags - Configures checkbox resource
newt_checkbox_set_value - Sets the value of the checkbox
newt_checkbox_tree -
newt_checkbox_tree_add_item - Adds new item to the checkbox tree
newt_checkbox_tree_find_item - Finds an item in the checkbox tree
newt_checkbox_tree_get_current - Returns checkbox tree selected item
newt_checkbox_tree_get_entry_value -
newt_checkbox_tree_get_multi_selection -
newt_checkbox_tree_get_selection -
newt_checkbox_tree_multi -
newt_checkbox_tree_set_current -
newt_checkbox_tree_set_entry -
newt_checkbox_tree_set_entry_value -
newt_checkbox_tree_set_width -
newt_clear_key_buffer - Discards the contents of the terminal's input buffer without waiting for additional input
newt_cls -
newt_compact_button -
newt_component_add_callback -
newt_component_takes_focus -
newt_constants
newt_create_grid -
newt_cursor_off -
newt_cursor_on -
newt_delay -
newt_draw_form -
newt_draw_root_text - Displays the string text at the position indicated
newt_entry -
newt_entry_get_value -
newt_entry_set -
newt_entry_set_filter -
newt_entry_set_flags -
newt_examples
newt_finished - Uninitializes newt interface
newt_form - Create a form
newt_form_add_component - Adds a single component to the form
newt_form_add_components - Add several components to the form
newt_form_add_hot_key -
newt_form_destroy - Destroys a form
newt_form_get_current -
newt_form_run - Runs a form
newt_form_set_background -
newt_form_set_height -
newt_form_set_size -
newt_form_set_timer -
newt_form_set_width -
newt_form_watch_fd -
newt_get_screen_size - Fills in the passed references with the current size of the terminal
newt_grid_add_components_to_form -
newt_grid_basic_window -
newt_grid_free -
newt_grid_get_size -
newt_grid_h_close_stacked -
newt_grid_h_stacked -
newt_grid_place -
newt_grid_set_field -
newt_grid_simple_window -
newt_grid_v_close_stacked -
newt_grid_v_stacked -
newt_grid_wrapped_window -
newt_grid_wrapped_window_at -
newt_init - Initialize newt
newt_label -
newt_label_set_text -
newt_listbox -
newt_listbox_append_entry -
newt_listbox_clear -
newt_listbox_clear_selection -
newt_listbox_delete_entry -
newt_listbox_get_current -
newt_listbox_get_selection -
newt_listbox_insert_entry -
newt_listbox_item_count -
newt_listbox_select_item -
newt_listbox_set_current -
newt_listbox_set_current_by_key -
newt_listbox_set_data -
newt_listbox_set_entry -
newt_listbox_set_width -
newt_listitem -
newt_listitem_get_data -
newt_listitem_set -
newt_open_window - Open a window of the specified size and position
newt_pop_help_line - Replaces the current help line with the one from the stack
newt_pop_window - Removes the top window from the display
newt_push_help_line - Saves the current help line on a stack, and displays the new line
newt_radio_get_current -
newt_radiobutton -
newt_redraw_help_line -
newt_reflow_text -
newt_refresh - Updates modified portions of the screen
newt_resize_screen -
newt_resume - Resume using the newt interface after calling
newt_run_form - Runs a form
newt_scale -
newt_scale_set -
newt_scrollbar_set -
newt_set_help_callback -
newt_set_suspend_callback - Set a callback function which gets invoked when user presses the suspend key
newt_suspend - Tells newt to return the terminal to its initial state
newt_textbox -
newt_textbox_get_num_lines -
newt_textbox_reflowed -
newt_textbox_set_height -
newt_textbox_set_text -
newt_vertical_scrollbar -
newt_wait_for_key - Doesn't return until a key has been pressed
newt_win_choice -
newt_win_entries -
newt_win_menu -
newt_win_message -
newt_win_messagev -
newt_win_ternary -
next - Передвинуть внутренний указатель массива на одну позицию вперёд
ngettext - Версия gettext для сообщений во множественном числе
nis
nis_constants
nl2br - Вставляет HTML-код разрыва строки перед каждым переводом строки
nl_langinfo - Возвращает информацию о языке и локали
norewinditerator
normalizer
notes
notes_body - Open the message msg_number in the specified mailbox on the specified server
notes_constants
notes_copy_db - Copy a Lotus Notes database
notes_create_db - Create a Lotus Notes database
notes_create_note - Create a note using form form_name
notes_drop_db - Drop a Lotus Notes database
notes_find_note - Returns a note id found in database_name
notes_header_info - Open the message msg_number in the specified mailbox on the specified server (leave serv
notes_list_msgs - Returns the notes from a selected database_name
notes_mark_read - Mark a note_id as read for the User user_name
notes_mark_unread - Mark a note_id as unread for the User user_name
notes_nav_create - Create a navigator name, in database_name
notes_search - Find notes that match keywords in database_name
notes_unread - Returns the unread note id's for the current User user_name
notes_version - Get the version Lotus Notes
nsapi
nsapi_constants
nsapi_request_headers - Fetch all HTTP request headers
nsapi_response_headers - Fetch all HTTP response headers
nsapi_virtual - Perform an NSAPI sub-request
nthmac - Получить NTHMAC-ключ (Необходимо 2 параметра)
number_format - Форматирует число с разделением групп
numberformatter
oauth
oauth_examples
oauth_examples_fireeagle
oauth_get_sbs - Generate a Signature Base String
oauth_urlencode - Encode a URI to RFC 3986
oauthexception
oauthprovider
ob_clean - очищает буфер вывода
ob_deflatehandler - Deflate output handler
ob_end_clean - очищает буфер вывода и отключает буферизацию вывода.
ob_end_flush - очищает (отправляет) буфер вывода и отключает буферизацию вывода.
ob_etaghandler - ETag output handler
ob_flush - очищает (отправляет) буфер вывода
ob_get_clean - Получить содержимое буфера и очистить его
ob_get_contents - возвращает содержимое буфера вывода
ob_get_flush - Сброс буфера вывода, возвращая его содержимое и отключение буферизации вывода
ob_get_length - возвращает размер буфера вывода
ob_get_level - Return the nesting level of the output buffering mechanism
ob_get_status - Получить статус буфера вывода
ob_gzhandler - ob_start callback-функция для буфера вывода gzip
ob_iconv_handler - Convert character encoding as output buffer handler
ob_implicit_flush - включает/выключает неявную очистку
ob_inflatehandler - Inflate output handler
ob_list_handlers - Список всех используемых обработчиков вывода
ob_start - включает буферизацию вывода
ob_tidyhandler - Функция обратного вызова ob_start для восстановление буфера
objaggregation
objaggregation_examples
objaggregation_examples_association
oci8
oci8_connection
oci8_constants
oci8_datatypes
oci8_examples
oci_bind_array_by_name - Связывает PHP массив с массивом Oracle PL/SQL
oci_bind_by_name
oci_cancel
oci_client_version - Возвращает версию клиентской библиотеки
oci_close
oci_collection_append - Добавляет элемент в коллекцию
oci_collection_assign - Присваивает коллекции значение другой, уже существующей коллекции
oci_collection_assignelem - Присваивает значение элементу коллекции
oci_collection_element_assign - Задает соответствие значения с элементом коллекции
oci_collection_element_get - Возвращает значение элемента
oci_collection_free - Освобождает все ресурсы связанные с объектом-коллекцией
oci_collection_getelem - Возвращает значение элемента
oci_collection_max - Возвращает максимальное количество элементов в коллекции
oci_collection_size - Возвращает количество элементов в коллекции
oci_collection_trim - Отсекает элементы с конца коллекции
oci_commit
oci_connect
oci_define_by_name
oci_error - Возвращает последнюю ошибку
oci_execute
oci_fetch
oci_fetch_all
oci_fetch_array - Возвращает следующую строку из результата запроса в виде ассоциативного массива, числового массива или оба сразу
oci_fetch_assoc - Возвращает следующую строку из результата запроса в виде ассоциативного массива
oci_fetch_object - Возвращает следующую строку из результата запроса в виде объекта
oci_fetch_row - Возвращает следующую строку из результата запроса в виде массива с числовыми индексами
oci_field_is_null - Проверяет, равняется ли поле
oci_field_name
oci_field_precision - Возвращает точность поля
oci_field_scale - Возвращает масштаб поля
oci_field_size
oci_field_type
oci_field_type_raw - Возвращает исходный Oracle тип поля
oci_free_statement
oci_internal_debug - Включает и выключает внутреннюю отладку
oci_lob_append - Добавляет данные из объекта LOB в конец другого объекта
oci_lob_close - Закрывает дескриптор объекта LOB
oci_lob_copy - Копирует объект LOB
oci_lob_eof - Проверяет, находится ли указатель LOB на конце файла
oci_lob_erase - Очищает указанную часть объекта LOB
oci_lob_export - Сохраняет содержимое объекта LOB в файл
oci_lob_flush - Очищает и записывает буфер объекта LOB на сервер
oci_lob_free - Освобождает ресурсы, связанные с дескриптором LOB
oci_lob_getbuffering - Возвращает текущее состояние буферизации большого объекта (LOB)
oci_lob_import - Записывает содержимое файла в объект LOB
oci_lob_is_equal - Сравнивает два объекта LOB/FILE
oci_lob_load - Возвращает содержимое объекта LOB
oci_lob_read - Возвращает часть объекта LOB
oci_lob_rewind - Переводит указатель объекта в начало
oci_lob_save - Сохраняет данные в LOB
oci_lob_savefile - Псевдоним
oci_lob_seek - Устанавливает позицию внутреннего указателя LOB
oci_lob_setbuffering - Изменяет текущее состояние буферизации для большого объекта
oci_lob_size - Возвращает размер объекта LOB
oci_lob_tell - Возвращает текущую позицию внутреннего указателя объекта
oci_lob_truncate - Обрезает LOB до указанной длины
oci_lob_write - Записывает данные в объект LOB
oci_lob_writetemporary - Записывает временный большой объект (LOB)
oci_lob_writetofile - Псевдоним
oci_new_collection - Создает новый объект коллекции
oci_new_connect
oci_new_cursor
oci_new_descriptor
oci_num_fields
oci_num_rows
oci_parse
oci_password_change
oci_pconnect
oci_result
oci_rollback
oci_server_version - Возвращает версию сервера Oracle
oci_set_action - Задает имя для действия
oci_set_client_identifier - Задает идентификатор клиента
oci_set_client_info - Задает информацию о клиенте
oci_set_edition - Задает выпуск (edition) базы данных
oci_set_module_name - Задает имя модулю
oci_set_prefetch
oci_statement_type - Возвращает тип выражения
ocibindbyname
ocicancel
ocicloselob - Псевдоним
ocicollappend - Псевдоним
ocicollassign - Псевдоним
ocicollassignelem - Псевдоним
ocicollgetelem - Псевдоним
ocicollmax - Псевдоним
ocicollsize - Псевдоним
ocicolltrim - Псевдоним
ocicolumnisnull - Псевдоним
ocicolumnname
ocicolumnprecision - Псевдоним
ocicolumnscale - Псевдоним
ocicolumnsize
ocicolumntype
ocicolumntyperaw - Псевдоним
ocicommit
ocidefinebyname
ocierror - Псевдоним
ociexecute
ocifetch
ocifetchinto - Выбирает следующую строку из результата запроса в массив
ocifetchstatement
ocifreecollection - Псевдоним
ocifreecursor - Псевдоним
ocifreedesc - Псевдоним
ocifreestatement - Псевдоним
ociinternaldebug - Псевдоним
ociloadlob - Псевдоним
ocilogoff
ocilogon
ocinewcollection - Псевдоним
ocinewcursor
ocinewdescriptor
ocinlogon
ocinumcols
ociparse
ociplogon
ociresult
ocirollback
ocirowcount
ocisavelob - Псевдоним
ocisavelobfile - Псевдоним
ociserverversion - Псевдоним
ocisetprefetch
ocistatementtype - Псевдоним
ociwritelobtofile - Псевдоним
ociwritetemporarylob - Псевдоним
octdec - Преобразовать восьмеричное число в десятичное
odbc_autocommit - Toggle autocommit behaviour
odbc_binmode - Handling of binary column data
odbc_close - Close an ODBC connection
odbc_close_all - Close all ODBC connections
odbc_columnprivileges - Lists columns and associated privileges for the given table
odbc_columns - Lists the column names in specified tables
odbc_commit - Commit an ODBC transaction
odbc_connect - Connect to a datasource
odbc_cursor - Get cursorname
odbc_data_source - Returns information about a current connection
odbc_do - Псевдоним
odbc_error - Get the last error code
odbc_errormsg - Get the last error message
odbc_exec - Prepare and execute an SQL statement
odbc_execute - Execute a prepared statement
odbc_fetch_array - Fetch a result row as an associative array
odbc_fetch_into - Fetch one result row into array
odbc_fetch_object - Fetch a result row as an object
odbc_fetch_row - Fetch a row
odbc_field_len - Get the length (precision) of a field
odbc_field_name - Get the columnname
odbc_field_num - Return column number
odbc_field_precision - Псевдоним
odbc_field_scale - Get the scale of a field
odbc_field_type - Datatype of a field
odbc_foreignkeys - Retrieves a list of foreign keys
odbc_free_result - Free resources associated with a result
odbc_gettypeinfo - Retrieves information about data types supported by the data source
odbc_longreadlen - Handling of LONG columns
odbc_next_result - Checks if multiple results are available
odbc_num_fields - Number of columns in a result
odbc_num_rows - Number of rows in a result
odbc_pconnect - Open a persistent database connection
odbc_prepare - Prepares a statement for execution
odbc_primarykeys - Gets the primary keys for a table
odbc_procedurecolumns - Retrieve information about parameters to procedures
odbc_procedures - Get the list of procedures stored in a specific data source
odbc_result - Get result data
odbc_result_all - Print result as HTML table
odbc_rollback - Rollback a transaction
odbc_setoption - Adjust ODBC settings
odbc_specialcolumns - Retrieves special columns
odbc_statistics - Retrieve statistics about a table
odbc_tableprivileges - Lists tables and the privileges associated with each table
odbc_tables - Get the list of table names stored in a specific data source
oggvorbis_constants
oggvorbis_contexts
oggvorbis_examples
oldaliases_cubrid
oldaliases_oci8
oop4
oop4_constructor
oop4_serialization
oop5_paamayim_nekudotayim
opcache
opcache_compile_file - Compiles and caches a PHP script without executing it
opcache_get_status - Get status information about the cache
opcache_invalidate - Invalidates a cached script
opcache_reset - Resets the contents of the opcode cache
openal
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_constants
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
opendir - Открыть каталог
openlog - открывает соединение с системным логером
openssl
openssl_cert_verification
openssl_certparams
openssl_cipher_iv_length - Gets the cipher iv length
openssl_ciphers
openssl_constants
openssl_csr_export - Exports a CSR as a string
openssl_csr_export_to_file - Exports a CSR to a file
openssl_csr_get_public_key - Returns the public key of a CERT
openssl_csr_get_subject - Returns the subject of a CERT
openssl_csr_new - Generates a CSR
openssl_csr_sign - Sign a CSR with another certificate (or itself) and generate a certificate
openssl_decrypt - Decrypts data
openssl_dh_compute_key - Computes shared secret for public value of remote DH key and local DH key
openssl_digest - Computes a digest
openssl_encrypt - Encrypts data
openssl_error_string - Return openSSL error message
openssl_free_key - Free key resource
openssl_get_cipher_methods - Gets available cipher methods
openssl_get_md_methods - Gets available digest methods
openssl_get_privatekey - Псевдоним
openssl_get_publickey - Псевдоним
openssl_open - Open sealed data
openssl_pkcs12_export - Exports a PKCS#12 Compatible Certificate Store File to variable.
openssl_pkcs12_export_to_file - Exports a PKCS#12 Compatible Certificate Store File
openssl_pkcs12_read - Parse a PKCS#12 Certificate Store into an array
openssl_pkcs7_decrypt - Decrypts an S/MIME encrypted message
openssl_pkcs7_encrypt - Encrypt an S/MIME message
openssl_pkcs7_flags
openssl_pkcs7_sign - Sign an S/MIME message
openssl_pkcs7_verify - Verifies the signature of an S/MIME signed message
openssl_pkey_export - Gets an exportable representation of a key into a string
openssl_pkey_export_to_file - Gets an exportable representation of a key into a file
openssl_pkey_free - Frees a private key
openssl_pkey_get_details - Returns an array with the key details
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_random_pseudo_bytes - Generate a pseudo-random string of bytes
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 - Exports a certificate as a string
openssl_x509_export_to_file - Exports a certificate to file
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
operators_bitwise
Операторы сравнения
ord - Возвращает ASCII код символа
outcontrol
outcontrol_constants
outcontrol_examples
outeriterator
outofboundsexception
outofrangeexception
output_add_rewrite_var - Добавить обработчик значений URL
output_reset_rewrite_vars - Сброс значений установленных обработчиком URL
overflowexception
overload - Enable property and method call overloading for a class
overload_constants
overload_examples
override_function - Overrides built-in functions
ovrimos
ovrimos_close - Closes the connection to ovrimos
ovrimos_commit - Commits the transaction
ovrimos_connect - Connect to the specified database
ovrimos_constants
ovrimos_cursor - Returns the name of the cursor
ovrimos_examples
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 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 - Retrieves the output column
ovrimos_result_all - Prints the whole result set as an HTML table
ovrimos_rollback - Rolls back the transaction
pack - упаковывает данные в бинарную строку
parentiterator
parse_ini_file - Обрабатывает конфигурационный файл
parse_ini_string
parse_str - Разбирает строку в переменные
parse_url - разбирает URL и возвращает его компоненты
parseerror
parsekit_compile_file - Compile a string of PHP code and return the resulting op array
parsekit_compile_string - Compile a string of PHP code and return the resulting op array
parsekit_func_arginfo - Return information regarding function argument(s)
passthru - выполняет внешнюю программу и выводит сырой вывод
pathinfo - Возвращает информацию о пути к файлу
pclose - Закрывает файловый указатель процесса
pcntl_alarm - Set an alarm clock for delivery of a signal
pcntl_exec - выполняет специфицированную программу в пространстве текущего процесса
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_signal_dispatch - Calls signal handlers for pending signals
pcntl_sigprocmask - Sets and retrieves blocked signals
pcntl_sigtimedwait - Waits for signals, with a timeout
pcntl_sigwaitinfo - Waits for signals
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
pcntl_wifsignaled - Returns
pcntl_wifstopped - Returns
pcntl_wstopsig - Returns the signal which caused the child to stop
pcntl_wtermsig - Returns the signal which caused the child to terminate
pdf_activate_item - Activate structure element or other content item
pdf_add_annotation - Add annotation [deprecated]
pdf_add_bookmark - Add bookmark for current page [deprecated]
pdf_add_launchlink - Add launch annotation for current page [deprecated]
pdf_add_locallink - Add link annotation for current page [deprecated]
pdf_add_nameddest - Create named destination
pdf_add_note - Set annotation for current page [deprecated]
pdf_add_outline - Add bookmark for current page [deprecated]
pdf_add_pdflink - Add file link annotation for current page [deprecated]
pdf_add_table_cell - Add a cell to a new or existing table
pdf_add_textflow - Create Textflow or add text to existing Textflow
pdf_add_thumbnail - Add thumbnail for current page
pdf_add_weblink - Add weblink for current page [deprecated]
pdf_arc - Рисует дугу окружности против часовой стрелки
pdf_arcn - Рисует дугу окружности по часовой стрелке
pdf_attach_file - Add file attachment for current page [deprecated]
pdf_begin_document - Create new PDF file
pdf_begin_font - Start a Type 3 font definition
pdf_begin_glyph - Start glyph definition for Type 3 font
pdf_begin_item - Open structure element or other content item
pdf_begin_layer - Start layer
pdf_begin_page - Start new page [deprecated]
pdf_begin_page_ext - Start new page
pdf_begin_pattern - Start pattern definition
pdf_begin_template - Start template definition [deprecated]
pdf_begin_template_ext - Start template definition
pdf_circle - Рисует окружность
pdf_clip - Clip to current path
pdf_close - Закрывает pdf-документ [устаревшее]
pdf_close_image - Закрывает изображение
pdf_close_pdi - Close the input PDF document [deprecated]
pdf_close_pdi_page - Close the page handle
pdf_closepath - Close current path
pdf_closepath_fill_stroke - Close, fill and stroke current path
pdf_closepath_stroke - Close and stroke path
pdf_concat - Concatenate a matrix to the CTM
pdf_continue_text - Output text in next line
pdf_create_3dview - Создает объемное изображение
pdf_create_action - Create action for objects or events
pdf_create_annotation - Создает прямоугольную аннотацию
pdf_create_bookmark - Create bookmark
pdf_create_field - Create form field
pdf_create_fieldgroup - Create form field group
pdf_create_gstate - Create graphics state object
pdf_create_pvf - Create PDFlib virtual file
pdf_create_textflow - Create textflow object
pdf_curveto - Draw Bezier curve
pdf_define_layer - Create layer definition
pdf_delete - Удаляет объект PDFlib
pdf_delete_pvf - Delete PDFlib virtual file
pdf_delete_table - Delete table object
pdf_delete_textflow - Delete textflow object
pdf_encoding_set_char - Add glyph name and/or Unicode value
pdf_end_document - Close PDF file
pdf_end_font - Terminate Type 3 font definition
pdf_end_glyph - Terminate glyph definition for Type 3 font
pdf_end_item - Close structure element or other content item
pdf_end_layer - Deactivate all active layers
pdf_end_page - Finish page
pdf_end_page_ext - Finish page
pdf_end_pattern - Finish pattern
pdf_end_template - Finish template
pdf_endpath - End current path
pdf_fill - Fill current path
pdf_fill_imageblock - Fill image block with variable data
pdf_fill_pdfblock - Fill PDF block with variable data
pdf_fill_stroke - Fill and stroke path
pdf_fill_textblock - Fill text block with variable data
pdf_findfont - Prepare font for later use [deprecated]
pdf_fit_image - Place image or template
pdf_fit_pdi_page - Place imported PDF page
pdf_fit_table - Place table on page
pdf_fit_textflow - Format textflow in rectangular area
pdf_fit_textline - Place single line of text
pdf_get_apiname - Get name of unsuccessfull API function
pdf_get_buffer - Get PDF output buffer
pdf_get_errmsg - Возвращает текст ошибки
pdf_get_errnum - Возвращает код ошибки
pdf_get_font - Возвращает шрифт [устаревшее]
pdf_get_fontname - Возвращает название шрифта [устаревшее]
pdf_get_fontsize - Font handling [deprecated]
pdf_get_image_height - Возвращает высоту изображения [устаревшее]
pdf_get_image_width - Возвращает ширину изображения [устаревшее]
pdf_get_majorversion - Get major version number [deprecated]
pdf_get_minorversion - Get minor version number [deprecated]
pdf_get_parameter - Get string parameter
pdf_get_pdi_parameter - Get PDI string parameter [deprecated]
pdf_get_pdi_value - Get PDI numerical parameter [deprecated]
pdf_get_value - Get numerical parameter
pdf_info_font - Query detailed information about a loaded font
pdf_info_matchbox - Query matchbox information
pdf_info_table - Retrieve table information
pdf_info_textflow - Query textflow state
pdf_info_textline - Perform textline formatting and query metrics
pdf_initgraphics - Reset graphic state
pdf_lineto - Draw a line
pdf_load_3ddata - Load 3D model
pdf_load_font - Search and prepare font
pdf_load_iccprofile - Search and prepare ICC profile
pdf_load_image - Open image file
pdf_makespotcolor - Make spot color
pdf_moveto - Set current point
pdf_new - Создает объект PDFlib
pdf_open_ccitt - Open raw CCITT image [deprecated]
pdf_open_file - Создает PDF-файл [устаревшее]
pdf_open_gif - Открывает GIF-изображение [устаревшее]
pdf_open_image - Use image data [deprecated]
pdf_open_image_file - Read image from file [deprecated]
pdf_open_jpeg - Открывает JPEG-изображение [устаревшее]
pdf_open_memory_image - Open image created with PHP's image functions [not supported]
pdf_open_pdi - Open PDF file [deprecated]
pdf_open_pdi_document - Prepare a pdi document
pdf_open_pdi_page - Prepare a page
pdf_open_tiff - Открывает TIFF-изображение [устаревшее]
pdf_pcos_get_number - Get value of pCOS path with type number or boolean
pdf_pcos_get_stream - Get contents of pCOS path with type stream, fstream, or string
pdf_pcos_get_string - Get value of pCOS path with type name, string, or boolean
pdf_place_image - Place image on the page [deprecated]
pdf_place_pdi_page - Place PDF page [deprecated]
pdf_process_pdi - Process imported PDF document
pdf_rect - Рисует прямоугольник
pdf_restore - Restore graphics state
pdf_resume_page - Resume page
pdf_rotate - Поворачивает систему координат
pdf_save - Save graphics state
pdf_scale - Масштабирует систему координат
pdf_set_border_color - Set border color of annotations [deprecated]
pdf_set_border_dash - Set border dash style of annotations [deprecated]
pdf_set_border_style - Set border style of annotations [deprecated]
pdf_set_char_spacing - Set character spacing [deprecated]
pdf_set_duration - Set duration between pages [deprecated]
pdf_set_gstate - Activate graphics state object
pdf_set_horiz_scaling - Set horizontal text scaling [deprecated]
pdf_set_info - Fill document info field
pdf_set_info_author - Fill the author document info field [deprecated]
pdf_set_info_creator - Fill the creator document info field [deprecated]
pdf_set_info_keywords - Fill the keywords document info field [deprecated]
pdf_set_info_subject - Fill the subject document info field [deprecated]
pdf_set_info_title - Fill the title document info field [deprecated]
pdf_set_layer_dependency - Define relationships among layers
pdf_set_leading - Set distance between text lines [deprecated]
pdf_set_parameter - Set string parameter
pdf_set_text_matrix - Set text matrix [deprecated]
pdf_set_text_pos - Устанавливает позицию текста
pdf_set_text_rendering - Determine text rendering [deprecated]
pdf_set_text_rise - Set text rise [deprecated]
pdf_set_value - Set numerical parameter
pdf_set_word_spacing - Set spacing between words [deprecated]
pdf_setcolor - Set fill and stroke color
pdf_setdash - Set simple dash pattern
pdf_setdashpattern - Set dash pattern
pdf_setflat - Set flatness
pdf_setfont - Set font
pdf_setgray - Set color to gray [deprecated]
pdf_setgray_fill - Set fill color to gray [deprecated]
pdf_setgray_stroke - Set stroke color to gray [deprecated]
pdf_setlinecap - Set linecap parameter
pdf_setlinejoin - Set linejoin parameter
pdf_setlinewidth - Set line width
pdf_setmatrix - Set current transformation matrix
pdf_setmiterlimit - Set miter limit
pdf_setpolydash - Set complicated dash pattern [deprecated]
pdf_setrgbcolor - Set fill and stroke rgb color values [deprecated]
pdf_setrgbcolor_fill - Set fill rgb color values [deprecated]
pdf_setrgbcolor_stroke - Set stroke rgb color values [deprecated]
pdf_shading - Define blend
pdf_shading_pattern - Define shading pattern
pdf_shfill - Fill area with shading
pdf_show - Output text at current position
pdf_show_boxed - Output text in a box [deprecated]
pdf_show_xy - Output text at given position
pdf_skew - Skew the coordinate system
pdf_stringwidth - Return width of text
pdf_stroke - Stroke path
pdf_suspend_page - Suspend page
pdf_translate - Set origin of coordinate system
pdf_utf32_to_utf16 - Конвертирует строку из UTF-32 в UTF-16
pdo
pdoexception
pdostatement
pfsockopen - открывает постоянное соединение по сокету Internet или Unix-домена
pg_affected_rows - возвращает количество задействованных записей (tuples)
pg_cancel_query - отменяет асинхронный/async запрос
pg_client_encoding - Получение кодировки клиента.
pg_close - закрывает соединение PostgreSQL
pg_connect - открывает PostgreSQL-соединение
pg_connect_poll - Poll the status of an in-progress asynchronous PostgreSQL connection attempt.
pg_connection_busy - занято соединение или нет
pg_connection_reset - Сброс подключение (переподключение)
pg_connection_status - получает статус соединения
pg_consume_input - Reads input on the connection
pg_convert - Convert associative array values into suitable for SQL statement
pg_copy_from - Вставляет записи из массива в таблицу
pg_copy_to - Копирует данные из таблицы в массив
pg_dbname - получает имя базы данных
pg_delete - Удаляет записи
pg_end_copy - Синхронизирует с бэкендом PostgreSQL
pg_escape_bytea - Escape a string for insertion into a bytea field
pg_escape_identifier - Escape a identifier for insertion into a text field
pg_escape_literal - Escape a literal for insertion into a text field
pg_escape_string - Escape a string for insertion into a text field
pg_execute - Отправляет запрос на выполнение и ждет результата.
pg_fetch_all - Выбирает все данные из результата запроса и помещает их в массив
pg_fetch_all_columns - Выбирает все записи из одной колонки результата запроса и помещает их в массив
pg_fetch_array - извлекает ряд как массив
pg_fetch_assoc - извлекает ряд как ассоциативный массив
pg_fetch_object - извлекает ряд как объект
pg_fetch_result - возвращает значения из ресурса результата
pg_fetch_row - получает ряд как перечислимый массив
pg_field_is_null - Проверка поля на значение SQL
pg_field_name - Возвращает наименование поля
pg_field_num - Возвращает порядковый номер именованного поля
pg_field_prtlen - Возвращает количество печатаемых символов
pg_field_size - Возвращает размер поля
pg_field_table - Возвращает наименование или идентификатор таблицы, содержащей заданное поле
pg_field_type - Возвращает имя типа заданного поля
pg_field_type_oid - Возвращает идентификатор типа заданного поля
pg_flush - Flush outbound query data on the connection
pg_free_result - Очистка результата запроса и освобождение памяти
pg_get_notify - Получение SQL NOTIFY сообщения
pg_get_pid - Получает ID процесса сервера БД
pg_get_result - получает результат асинхронного запроса
pg_host - возвращает имя хоста, ассоциированное с соединением
pg_insert - Заносит данные из массива в таблицу базы данных
pg_last_error - получает строку последнего сообщения об ошибке в соединении
pg_last_notice - возвращает последнее уведомление от PostgreSQL-сервера
pg_last_oid - Returns the last row's OID
pg_lo_close - Закрывает большой объект
pg_lo_create - Создает большой объект
pg_lo_export - Вывод большого объекта в файл
pg_lo_import - Импорт большого объекта из файла
pg_lo_open - Открывает большой объект базы данных
pg_lo_read - Читает данные большого объекта
pg_lo_read_all - Читает содержимое большого объекта и посылает напрямую в броузер
pg_lo_seek - Перемещает внутренний указатель большого объекта
pg_lo_tell - Возвращает текущее положение внутреннего указателя большого объекта
pg_lo_truncate - Truncates a large object
pg_lo_unlink - Удаление большого объекта
pg_lo_write - Записывает данные в большой объект
pg_meta_data - Get meta data for table
pg_num_fields - возвращает количество полей
pg_num_rows - возвращает количество рядов
pg_options - получает опции, ассоциированные с соединением
pg_parameter_status - Просмотр текущих значений параметров сервера
pg_pconnect - открывает постоянное PostgreSQL-соединение
pg_ping - Проверка соединения с базой данных
pg_port - возвращает номер порта, ассоциированный с данным соединением
pg_prepare - Отправляет SQL запрос, и ожидает завершения.
pg_put_line - Передает на PostgreSQL сервер строку с завершающим нулем
pg_query - выполняет запрос
pg_query_params - Передает серверу SQL команду и ждет результата, с возможностью передать параметры отдельно от SQL команды.
pg_result_error - получает сообщение об ошибке, ассоциированное с реcурсом
pg_result_error_field - Возвращает отдельные поля отчета об ошибке.
pg_result_seek - Set internal row offset in result resource
pg_result_status - получает статус результата запроса
pg_select - Select records
pg_send_execute - Выполняет заранее подготовленный SQL-запрос с заданными параметрами, и не ждет результата(ов)
pg_send_prepare - Посылает запрос на создание SQL-запроса с заданными параметрами, и не ожидает завершения.
pg_send_query - отправляет асинхронный запрос
pg_send_query_params - Отправляет SQL-команду и список параметров на сервер и не ждет результатов.
pg_set_client_encoding - Устанавливает клиентскую кодировку
pg_set_error_verbosity - Определяет сообщение, возвращаемое функциями *_error
pg_socket - Get a read only handle to the socket underlying a PostgreSQL connection
pg_trace - Включает трассировку подключения PostgreSQL
pg_transaction_status - Возвращает текущее состояние транзакции на сервере
pg_tty - возвращает tty-имя, ассоциированное с соединением
pg_unescape_bytea - Unescape binary for bytea type
pg_untrace - Отключает трассировку соединения с PostgreSQL
pg_update - Обновление данных в таблице
pg_version - Возвращает массив, содержащий версии клиента, протокола клиент-серверного взаимодействия и сервера (если доступно)
phar
phardata
pharexception
pharfileinfo
php_check_syntax - Проверяет (и запускает) PHP синтаксис указанного файла
php_ini_loaded_file - Retrieve a path to the loaded php.ini file
php_ini_scanned_files - Return a list of .ini files parsed from the additional ini dir
php_logo_guid - получает logo guid
php_sapi_name - возвращает тип интерфейса между web-сервером и PHP
php_strip_whitespace - Возвращает исходный код без комментариев и пробелов
php_uname - Returns information about the operating system PHP is running on
php_user_filter_filter - Вызывается, как только применяется фильтр
php_user_filter_onclose - Вызывается при закрытии фильтра
php_user_filter_oncreate - Вызывается при создании объекта фильтра
phpcredits - Prints out the credits for PHP
phpinfo - выводит много информации о PHP
phpversion - получает текущую версию PHP
pi - Возвращает число Пи
png2wbmp - Convert PNG image file to WBMP image file
pool
popen - Открывает файловый указатель процесса
pos - Синоним функции current
posix_access - Determine accessibility of a file
posix_ctermid - Get path name of controlling terminal
posix_errno - Псевдоним
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 - возвращает информацию о группе по её 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 - возвращает информацию о пользователе по его 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_initgroups - Calculate the group access list
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
pow - Exponential expression
preg_filter
preg_grep - Возвращает массив вхождений, которые соответствуют шаблону
preg_last_error - Returns the error code of the last PCRE regex execution
preg_match - Выполняет проверку на соответствие регулярному выражению
preg_match_all - Выполняет глобальный поиск шаблона в строке
preg_quote - Экранирует символы в регулярных выражениях
preg_replace - Выполняет поиск и замену по регулярному выражению
preg_replace_callback - Выполняет поиск по регулярному выражению и замену с использованием функции обратного вызова
preg_split - Разбивает строку по регулярному выражению
prev - Передвинуть внутренний указатель массива на одну позицию назад
print - Выводит строку
print_r - печатает читабельную информацию о переменной
printer_abort - Удаляет файл из буфера подготовки к печати
printer_close - Закрывает соединение с принтером
printer_create_brush - Create a new brush
printer_create_dc - Создает новый контекст устройства
printer_create_font - Create a new font
printer_create_pen - Create a new pen
printer_delete_brush - Удаляет кисть
printer_delete_dc - Удаляет контекст устройства
printer_delete_font - Удаляет выбранный шрифт
printer_delete_pen - Удаляет перо
printer_draw_bmp - Рисует bmp
printer_draw_chord - Рисует хорду
printer_draw_elipse - Рисует эллипс
printer_draw_line - Рисует линию
printer_draw_pie - Рисует сектор круга
printer_draw_rectangle - Рисует прямоугольник
printer_draw_roundrect - Рисует прямоугольник со сглаженными углами
printer_draw_text - Рисует текст
printer_end_doc - Закрывает документ
printer_end_page - Закрывает активную страницу
printer_get_option - Получает настройки принтера
printer_list - Возвращает массив принтеров, подсоединенных к серверу
printer_logical_fontheight - Получает логическую высоту шрифта
printer_open - Открывает соединение с принтером
printer_select_brush - Выбирает кисть
printer_select_font - Выбирает шрифт
printer_select_pen - Выбирает перо
printer_set_option - Настройка соединения с принтером
printer_start_doc - Начинает новый документ
printer_start_page - Начинает новую страницу
printer_write - Отправляет данные на принтер
printf - Выводит отформатированную строку
proc_close - Close a process opened by
proc_get_status - Получает информацию о процессе, открытом при помощи функции
proc_nice - Изменяет приоритет текущего процесса
proc_open - выполняет команду и открывает файловый указатель для ввода/вывода.
proc_terminate - Уничтожает процесс, открытый при помощи функции proc_open
property_exists - Проверяет, содержит ли объект или класс указанный атрибут
ps
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 - Closes a PostScript document
ps_close_image - Closes image and frees memory
ps_closepath - Closes path
ps_closepath_stroke - Closes and strokes 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 - Fills the current path
ps_fill_stroke - Fills and strokes 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_include_file - Reads an external file with raw PostScript code
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 - Reads an image for later placement
ps_open_image_file - Opens image from file
ps_open_memory_image - Takes an GD image and returns an image for placement in a PS document
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_setoverprintmode - Sets overprint mode
ps_setpolydash - Sets appearance of a dashed line
ps_shading - Creates a shading for later use
ps_shading_pattern - Creates a pattern based on a shading
ps_shfill - Fills an area with a shading
ps_show - Output text
ps_show2 - Output a text at current position
ps_show_boxed - Output text in a box
ps_show_xy - Output text at given position
ps_show_xy2 - Output text at position
ps_string_geometry - Gets geometry of a string
ps_stringwidth - Gets width of a string
ps_stroke - Draws the current path
ps_symbol - Output a glyph
ps_symbol_name - Gets name of a glyph
ps_symbol_width - Gets width of a glyph
ps_translate - Sets translation
pspell_add_to_personal - Добавляет слово в персональный список слов
pspell_add_to_session - Добавляет слово в список слов в текущей сессии
pspell_check - Проверяет слово
pspell_clear_session - Очищает текущую сессию
pspell_config_create - Создает конфигурацию, используемую для открытия словаря
pspell_config_data_dir - Расположение файлов с языковыми данными
pspell_config_dict_dir - Расположение основного списка слов
pspell_config_ignore - Игнорирует слова длиной менее N символов
pspell_config_mode - Изменяет режим количества возвращаемых вариантов исправления
pspell_config_personal - Устанавливает файл, содержащий персональный список слов
pspell_config_repl - Устанавливает файл, содержащий замещающие пары
pspell_config_runtogether - Рассматривает объединённые слова как правильные сложные слова
pspell_config_save_repl - Определяет, сохранять ли список замещающих пар вместе со списком слов
pspell_new - Загружает новый словарь
pspell_new_config - Загружает новый словарь с установками на основе заданной конфигурации
pspell_new_personal - Загружает новый словарь с персональным списком слов
pspell_save_wordlist - Сохраняет персональный список слов в файле
pspell_store_replacement - Сохраняет замещающую пару для слова
pspell_suggest - Предлагает варианты исправления слова
putenv - устанавливает значение переменной окружения
px_close - Closes a paradox database
px_create_fp - Create a new paradox database
px_date2string - Converts a date into a string.
px_delete - Deletes resource of paradox database
px_delete_record - Deletes record from 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_insert_record - Inserts record into paradox database
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_retrieve_record - Returns record of 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.
px_update_record - Updates record in paradox database
qdom_error - Возвращает строку ошибки из последней операции QDOM или FALSE, если ошибок не было
qdom_tree - Создает дерево XML-строки
qtdom
qtdom_constants
quickhash_constants
quickhash_examples
quickhashinthash
quickhashintset
quickhashintstringhash
quickhashstringinthash
quoted_printable_decode - Раскодирует строку, закодированную методом quoted printable
quoted_printable_encode
quotemeta - Экранирует специальные символы
rad2deg - Преобразует значение из радианов в градусы
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_constants
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 - Demangles data
radius_demangle_mppe_key - Derives mppe-keys from mangled data
radius_examples
radius_get_attr - Extracts an attribute
radius_get_tagged_attr_data - Extracts the data from a tagged attribute
radius_get_tagged_attr_tag - Extracts the tag from a tagged 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_salt_encrypt_attr - Salt-encrypts a value
radius_send_request - Sends the request and waites for a reply
radius_server_secret - Returns the shared secret
radius_strerror - Returns an error message
rand - Генерирует случайное число
random_bytes - Generates cryptographically secure pseudo-random bytes
random_int - Generates cryptographically secure pseudo-random integers
range - Создать массив, содержащий диапазон элементов
rangeexception
rar
rar_close - Закрывает Rar архив и высвобождает занятые ресурсы
rar_constants
rar_examples
rar_list - Возвращает список элементов, входящих в Rar архив
rar_open - Открывает Rar архив
rar_wrapper_cache_stats - Кэш доступов и отказов обертки URL
rararchive
rarentry
rarexception
rawurldecode - декодирует URL-кодированные строки
rawurlencode - URL-кодирование в соответствии с RFC1738
read_exif_data - Псевдоним
readdir - Получить элемент каталога по его дескриптору
readfile - Выводит файл
readgzfile - Выводит содержимое gz-файла
readline - Reads a line
readline_add_history - Adds a line to the history
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_constants
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 - Redraws the display
readline_write_history - Writes the history
readlink - Возвращает файл, на который указывает символическая ссылка
realpath - Возвращает канонизированный абсолютный путь к файлу
realpath_cache_get - Получает записи из кэша реального пути
realpath_cache_size - Получает размер кэша реального пути
recode - синоним функции recode_string
recode_constants
recode_file - Recode from file to file according to recode request
recode_string - перекодирует строку в соответствии с recode-запросом
recursivearrayiterator
recursivecachingiterator
recursivecallbackfilteriterator
recursivedirectoryiterator
recursivefilteriterator
recursiveiterator
recursiveiteratoriterator
recursiveregexiterator
recursivetreeiterator
reference_pcre_pattern_differences
reference_pcre_pattern_modifiers
Ссылки в PHP
reflection
reflectionclass
reflectionexception
reflectionextension
reflectionfunction
reflectionfunctionabstract
reflectionmethod
reflectionobject
reflectionparameter
reflectionproperty
reflectionproperty_export - Export
reflectionzendextension
reflector
refs_basic_session
refs_calendar
refs_compression
refs_creditcard
refs_crypto
refs_database
refs_fileprocess_file
refs_fileprocess_process
refs_remote_auth
refs_remote_mail
refs_remote_other
refs_search
refs_utilspec_audio
refs_utilspec_cmdline
refs_utilspec_image
refs_utilspec_nontext
refs_utilspec_windows
refs_webservice
refs_xml
regex
regex_constants
regex_examples
regexiterator
regexp_reference_assertions
regexp_reference_meta
regexp_reference_onlyonce
regexp_reference_performance
regexp_reference_repetition
register_shutdown_function - Регистрирует функцию, которая выполняется по завершению работы скрипта
register_tick_function - Регистрирует функцию для выполнения при каждом тике
Работа с удаленными файлами
rename - Переименовывает файл или директорию
rename_function - Renames orig_name to new_name in the global function table
require - включает/include и вычисляет определённый файл
require_once - включает/include и вычисляет специфицированный файл в процессе выполнения скрипта
reserved
reserved_constants
reserved_variables
reserved_variables_cookies - HTTP Куки
reserved_variables_environment - Переменные окружения
reserved_variables_files - Переменные файлов, загруженных по HTTP
reserved_variables_get - GET-переменные HTTP
reserved_variables_globals - Ссылки на все переменные глобальной области видимости
reserved_variables_httprawpostdata - Необработанные POST-данные
reserved_variables_httpresponseheader - Заголовки ответов HTTP
reserved_variables_post - HTTP POST variables
reserved_variables_request - Переменные HTTP-запроса
reserved_variables_server - Информация о сервере и среде исполнения
reserved_variables_session - Переменные сессии
reset - Установить внутренний указатель массива на его первый элемент
resource
resourcebundle
restore_error_handler - восстанавливает предыдущую функцию обработчика ошибок
restore_exception_handler - восстанавливает обработчик исключений
restore_include_path - Restores the value of the include_path configuration option
return - Завершить выполнение и вернуть значение
rewind - Сбрасывает курсор у файлового указателя
rewinddir - Сбросить дескриптор каталога
rmdir - Удаляет директорию
round - Округляет число типа float
rpm_close - Closes an RPM file
rpm_get_tag - Retrieves a header tag from an RPM file
rpm_is_valid - Tests a filename for validity as an RPM file
rpm_open - Opens an RPM file
rpm_version - Returns a string representing the current version of the rpmreader extension
rpmreader
rpmreader_constants
rpmreader_examples
rrd
rrd_constants
rrd_create - Creates rrd database file
rrd_error - Gets latest error message.
rrd_examples
rrd_fetch - Fetch the data for graph as array.
rrd_first - Gets the timestamp of the first sample from rrd file.
rrd_graph - Creates image from a data.
rrd_info - Gets information about rrd file
rrd_last - Gets unix timestamp of the last sample.
rrd_lastupdate - Gets information about last updated data.
rrd_restore - Restores the RRD file from XML dump.
rrd_tune - Tunes some RRD database file header options.
rrd_update - Updates the RRD database.
rrd_version - Gets information about underlying rrdtool library
rrd_xport - Exports the information about RRD database.
rrdcreator
rrdgraph
rrdupdater
rsort - Отсортировать массив в обратном порядке
rtrim - Удаляет пробелы из конца строки
runkit
runkit_class_adopt - Конвертирует базовый класс в наследованный ("усыновляет"). Дополняет методы наследованными при необходимости.
runkit_class_emancipate - Конвертирует наследующий класс в базовый, удаляет из него наследуемые методы.
runkit_constant_add - Объявляет константу. Схожа с функцией define(), но позволяет создавать локальные константы внутри классов.
runkit_constant_redefine - Переназначить уже определенную константу.
runkit_constant_remove - Удаляет уже определенную константу.
runkit_constants
runkit_function_add - Добавляет новую функцию аналогично
runkit_function_copy - Копирует функцию с новым именем
runkit_function_redefine - Заменяет определение функции новой реализацией.
runkit_function_remove - Удаляет определенную функцию
runkit_function_rename - Переименовывает функцию
runkit_import - Обрабатывает PHP файл, импортируя функции и классы, перезаписывая при необходимости.
runkit_lint - Проверяет PHP-синтаксис выбранного кода
runkit_lint_file - Проверяет PHP-синтаксис выбранного файла
runkit_method_add - Добавляет метод в класс
runkit_method_copy - Копирование метода из одного класса в другой
runkit_method_redefine - Изменяет код выбранного метода
runkit_method_remove - Удаляет выбранный метод
runkit_method_rename - Переименовывает выбранный метод
runkit_return_value_used - Определяет, используется ли возвращаемое функцией значение
runkit_sandbox - Класс Runkit Sandbox -- это виртуальная машина PHP
runkit_sandbox_output_handler - Задает функцию для захвата и/или обработки данных из "песочницы".
runkit_superglobals - Возвращает индексный массив зарегистрированных суперглобальных переменных.
runtimeexception
Безопасный режим
sam
sam_connections
sam_constants
sam_examples
sam_pubsub
sammessage_body - The body of the message.
sammessage_header - The header properties of the message.
sca_constants
sca_examples_errorhandling
sca_examples_nonscascript
sca_examples_structures
sca_soapproxy_createdataobject - create an SDO
scandir - Получить список файлов и каталогов, расположенных по указанному пути
scream_examples
sdo
sdo_constants
sdo_das_changesummary_beginlogging - Begin change logging
sdo_das_changesummary_endlogging - End change logging
sdo_das_changesummary_getchangeddataobjects - Get the changed data objects from a change summary
sdo_das_changesummary_getchangetype - Get the type of change made to an SDO_DataObject
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_rel_examples
sdo_das_rel_limitations
sdo_das_relational_applychanges - Applies the changes made to a data graph back to the database.
sdo_das_relational_construct - Creates an instance of a Relational Data Access Service
sdo_das_relational_createrootdataobject - Returns the special root object in an otherwise empty data graph. Used when creating a data graph from scratch.
sdo_das_relational_executepreparedquery - Executes an SQL query passed as a prepared statement, with a list of values to substitute for placeholders, and return the results as a normalised data graph.
sdo_das_relational_executequery - Executes a given SQL query against a relational database and returns the results as a normalised data graph.
sdo_das_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_das_xml
sdo_das_xml_addtypes - To load a second or subsequent schema file to a SDO_DAS_XML object
sdo_das_xml_constants
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_createdocument - Creates an XML Document object from scratch, without the need to load a document from a file or string.
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_setencoding - Sets the given string as encoding
sdo_das_xml_document_setxmldeclaration - Sets the xml declaration
sdo_das_xml_document_setxmlversion - Sets the given string as xml version
sdo_das_xml_examples
sdo_das_xml_loadfile - Returns SDO_DAS_XML_Document object for a given path to xml instance document
sdo_das_xml_loadstring - Returns SDO_DAS_XML_Document for a given xml instance string
sdo_das_xml_savefile - Saves the SDO_DAS_XML_Document object to a file
sdo_das_xml_savestring - Saves the SDO_DAS_XML_Document object to a string
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_getsequence - Get the sequence for a data object
sdo_dataobject_gettypename - Return the name of the type for a data object.
sdo_dataobject_gettypenamespaceuri - Return the namespace URI of the type for a data object.
sdo_examples
sdo_exception_getcause - Get the cause of the exception.
sdo_limitations
sdo_list_insert - Insert into a list
sdo_model_property_getcontainingtype - Get the SDO_Model_Type which contains this property
sdo_model_property_getdefault - Get the default value for the property
sdo_model_property_getname - Get the name of the SDO_Model_Property
sdo_model_property_gettype - Get the SDO_Model_Type of the property
sdo_model_property_iscontainment - Test to see if the property defines a containment relationship
sdo_model_property_ismany - Test to see if the property is many-valued
sdo_model_reflectiondataobject_construct - Construct an SDO_Model_ReflectionDataObject
sdo_model_reflectiondataobject_export - Get a string describing the SDO_DataObject.
sdo_model_reflectiondataobject_gettype - Get the SDO_Model_Type for the SDO_DataObject
sdo_model_type_getbasetype - Get the base type for this type
sdo_model_type_getname - Get the name of the type
sdo_model_type_getnamespaceuri - Get the namespace URI of the type
sdo_model_type_getproperties - Get the SDO_Model_Property objects defined for the type
sdo_model_type_getproperty - Get an SDO_Model_Property of the type
sdo_model_type_isabstracttype - Test to see if this SDO_Model_Type is an abstract data type
sdo_model_type_isdatatype - Test to see if this SDO_Model_Type is a primitive data type
sdo_model_type_isinstance - Test for an SDO_DataObject being an instance of this SDO_Model_Type
sdo_model_type_isopentype - Test to see if this type is an open type
sdo_model_type_issequencedtype - Test to see if this is a sequenced type
sdo_sample_sequence
sdo_sequence_getproperty - Return the property for the specified sequence index.
sdo_sequence_insert - Insert into a sequence
sdo_sequence_move - Move an item to another sequence position
sdodasrel_constants
seekableiterator
sem
sem_acquire - Acquire a semaphore
sem_constants
sem_get - Get a semaphore id
sem_release - Release a semaphore
sem_remove - Remove a semaphore
serializable
serialize - генерирует хранимое представление значения
Сессии
session_cache_expire - Время жизни сессии
session_cache_limiter - получает/устанавливает ограничитель текущего кэша
session_commit - Синоним функции session_write_close
session_constants
session_decode - Восстанавливает переменные сессии
session_destroy - разрушает все данные, зарегистрированные в сессии
session_encode - Помещает все данные сесии в строку
session_examples
session_examples_basic
session_get_cookie_params - Возвращает параметры куки сессии
session_id - Get and/or set the current session id
session_idpassing
session_is_registered - определяет, зарегистрирована ли переменная в сессии
session_module_name - Get and/or set the current session module
session_name - получает и/или устанавливает имя текущей сессии
session_pgsql
session_pgsql_add_error - Increments error counts and sets last error message
session_pgsql_constants
session_pgsql_get_error - Returns number of errors and last error message
session_pgsql_get_field - Get custom field value
session_pgsql_reset - Reset connection to session database servers
session_pgsql_set_field - Set custom field value
session_pgsql_status - Get current save handler status
session_pgsql_tables
session_regenerate_id - Update the current session id with a newly generated one
session_register - регистрирует одну или более переменных в текущей сессии
session_register_shutdown - Session shutdown function
session_save_path - получает и/или устанавливает путь сохранения текущей сессии
session_security
session_set_cookie_params - устанавливает параметры куки сессии
session_set_save_handler - Sets user-level session storage functions
session_start - инициализирует данные сессии
session_status - Returns the current session status
session_unregister - разрегистрирует переменную в текущей сессии
session_unset - Free all session variables
session_write_close - Write session data and end session
sessionhandler
sessionhandlerinterface
set_error_handler - устанавливает пользовательский обработчик ошибок
set_exception_handler - Устанавливает функцию обработки исключений
set_file_buffer - Псевдоним функции
set_include_path - Sets the include_path configuration option
set_magic_quotes_runtime - устанавливает текущей активной конфигурацией установки magic_quotes_runtime
set_socket_blocking - Псевдоним
set_time_limit - ограничивает время выполнения скрипта.
setcookie - отправляет куки
setlocale - Устанавливает локаль
setproctitle - Set the process title
setrawcookie - Устанавливает cookie без url-кодирования её значения
setthreadtitle - Set the thread title
settype - устанавливает тип переменной
sha1 - Возвращает SHA1 хэш строки
sha1_file - Возвращает SHA1 хэш файла
shell_exec - выполняет команду в оболочке/shell и возвращает полный вывод в виде строки
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_has_var - Check whether a specific entry exists
shm_put_var - Inserts or updates a variable in shared memory
shm_remove - Removes shared memory from Unix systems
shm_remove_var - Removes a variable from shared memory
shmop
shmop_close - Закрытие блока разделяемой памяти
shmop_constants
shmop_delete - Удаление блока разделяемой памяти
shmop_examples
shmop_open - Create or open shared memory block
shmop_read - Чтение данных из участка разделяемой памяти
shmop_size - Возвращает размер блока в разделяемой памяти
shmop_write - Write data into shared memory block
show_source - выделение синтаксиса файла
shuffle - Перемешать массив
signeurlpaiement - Получить платежный url (Необходимо 2 параметра)
similar_text - Вычисляет степень похожести двух строк
simplexml
simplexml_constants
simplexml_element_construct
simplexml_examples
simplexml_import_dom - Получает объект класса
simplexml_load_file - Загружает XML файл и интерпретирует как объект
simplexml_load_string - Interprets a string of XML into an object
simplexmlelement
simplexmliterator
sin - Синус
sinh - Гиперболический синус
sizeof - Посчитать количество элементов массива или количество свойств объекта
sleep - задержка выполнения скрипта
snmp
snmp2_get - Fetch an
snmp2_getnext - Fetch the
snmp2_real_walk - Return all objects including their respective object ID within the specified one
snmp2_set - Set the value of an
snmp2_walk - Fetch all the
snmp3_get - Fetch an
snmp3_getnext - Fetch the
snmp3_real_walk - Return all objects including their respective object ID within the specified one
snmp3_set - Set the value of an SNMP object
snmp3_walk - Fetch all the
snmp_constants
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_oid_output_format - Set the OID output format
snmp_set_quick_print - Set the value of
snmp_set_valueretrieval - Specify the method how the SNMP values will be returned
snmpexception
snmpget - Fetch an
snmpgetnext - Fetch the
snmprealwalk - Return all objects including their respective object ID within the specified one
snmpset - Set the value of an
snmpwalk - Fetch all the
snmpwalkoid - Query for a tree of information about a network entity
soap
soap_constants
soapclient
soapfault
soapheader
soapparam
soapserver
soapvar
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 - Create a socket (endpoint for communication)
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_get_option - Gets socket options for the socket
socket_get_status - возвращает информацию о существующем потоке сокета
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_blocking - отправляет режим blocking/non-blocking на сокет
socket_set_nonblock - Sets nonblocking mode for file descriptor fd
socket_set_option - Sets socket options for the socket
socket_set_timeout - установить период таймаута для сокета
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
socket_get_status - возвращает информацию о существующем потоке сокета
sockets_constants
sockets_errors
sockets_examples
solr
solr_constants
solr_examples
solr_get_version - Returns the current version of the Apache Solr extension
solrclient
solrclientexception
solrdismaxquery
solrdocument
solrdocumentfield
solrexception
solrgenericresponse
solrillegalargumentexception
solrillegaloperationexception
solrinputdocument
solrmodifiableparams
solrobject
solrparams
solrpingresponse
solrquery
solrqueryresponse
solrresponse
solrserverexception
solrupdateresponse
solrutils
sort - Отсортировать массив
soundex - Возвращает ключ soundex для строки
sphinx_constants
sphinx_examples
sphinxclient
spl
spl_autoload - Default implementation for __autoload()
spl_autoload_call - Try all registered __autoload() function to load the requested class
spl_autoload_extensions - Register and return default file extensions for spl_autoload
spl_autoload_functions - Return all registered __autoload() functions
spl_autoload_register - Register given function as __autoload() implementation
spl_autoload_unregister - Unregister given function as __autoload() implementation
spl_classes - Return available SPL classes
spl_constants
spl_datastructures
spl_exceptions
spl_files
spl_interfaces
spl_iterators
spl_misc
spl_object_hash - Return hash id for given object
splbool
spldoublylinkedlist
splenum
splfileinfo
splfileobject
splfixedarray
splfloat
splheap
splint
split - делает из строки массив с помощью регулярного выражения
spliti - делит строку на массив с помощью регулярного выражения, без учёта регистра
splmaxheap
splminheap
splobjectstorage
splobserver
splpriorityqueue
splqueue
splstack
splstring
splsubject
spltempfileobject
spltype
spoofchecker
spplus
spplus_constants
sprintf - Возвращает отформатированную строку
sql_regcase - Создает регулярное выражение для регистронезависимого сравнения
sqlite
sqlite3
sqlite3_constants
sqlite3result
sqlite3stmt
sqlite_array_query - Выполняет запрос к базе данных и возвращает результат в виде массива
sqlite_busy_timeout - Устанавливает или полностью отключает время ожидания
sqlite_changes - Возвращает количество записей, которые были изменены последним SQL запросом
sqlite_close - Закрывает базу данных SQLite
sqlite_column - Выбирает столбец из текущей записи результата запроса
sqlite_constants
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_field_name - Возвращает имя указанного поля
sqlite_has_more - Определяет, есть ли еще записи в результате запроса
sqlite_has_prev - Определяет, доступна ли предыдущая запись
sqlite_key - Возвращает текущую позицию указателя
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 - Выполняет запрос и возвращает массив со значениями одного поля или первую запись
sqlite_udf_decode_binary - Декодирует бинарные данные, переданные в пользовательскую функцию
sqlite_udf_encode_binary - Кодирует бинарные данные, возвращаемые пользовательской функцией
sqlite_unbuffered_query - Выполняет запрос без буферизации результатов
sqlite_valid - Проверяет, есть ли еще доступные ряды
sqlsrv
sqlsrv_begin_transaction - Begins a database transaction
sqlsrv_cancel - Cancels a statement
sqlsrv_client_info - Returns information about the client and specified connection
sqlsrv_close - Closes an open connection and releases resourses associated with the connection
sqlsrv_commit - Commits a transaction that was begun with
sqlsrv_configure - Changes the driver error handling and logging configurations
sqlsrv_connect - Opens a connection to a Microsoft SQL Server database
sqlsrv_constants
sqlsrv_errors - Returns error and warning information about the last SQLSRV operation performed
sqlsrv_execute - Executes a statement prepared with
sqlsrv_fetch - Makes the next row in a result set available for reading
sqlsrv_fetch_array - Returns a row as an array
sqlsrv_fetch_object - Retrieves the next row of data in a result set as an object
sqlsrv_field_metadata - Retrieves metadata for the fields of a statement prepared by
sqlsrv_free_stmt - Frees all resources for the specified statement
sqlsrv_get_config - Returns the value of the specified configuration setting
sqlsrv_get_field - Gets field data from the currently selected row
sqlsrv_has_rows - Indicates whether the specified statement has rows
sqlsrv_next_result - Makes the next result of the specified statement active
sqlsrv_num_fields - Retrieves the number of fields (columns) on a statement
sqlsrv_num_rows - Retrieves the number of rows in a result set
sqlsrv_prepare - Prepares a query for execution
sqlsrv_query - Prepares and executes a query.
sqlsrv_rollback - Rolls back a transaction that was begun with
sqlsrv_rows_affected - Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query executed
sqlsrv_send_stream_data - Sends data from parameter streams to the server
sqlsrv_server_info - Returns information about the server
sqrt - Square root
srand - Изменяет начальное число генератора псевдослучайных чисел
sscanf - Разбирает строку в соответствии с заданным форматом
ssdeep
ssdeep_constants
ssdeep_fuzzy_compare - Calculates the match score between two fuzzy hash signatures
ssdeep_fuzzy_hash - Create a fuzzy hash from a string
ssdeep_fuzzy_hash_filename - Create a fuzzy hash from a file
ssh2
ssh2_auth_agent - Authenticate over SSH using the ssh agent
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_constants
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 - Initialize SFTP subsystem
ssh2_sftp_chmod - Changes file mode
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_shell - Request an interactive shell
ssh2_tunnel - Open a tunnel through a remote server
stackable
stat - Получает информацию о файле
stats
stats_absolute_deviation - Возвращает абсолютное отклонение массива значений
stats_cdf_beta - CDF function for BETA Distribution. Calculates any one parameter of the beta distribution given values for the others.
stats_cdf_binomial - Calculates any one parameter of the binomial distribution given values for the others.
stats_cdf_cauchy - Не документирована
stats_cdf_chisquare - Calculates any one parameter of the chi-square distribution given values for the others.
stats_cdf_exponential - Не документирована
stats_cdf_f - Calculates any one parameter of the F distribution given values for the others.
stats_cdf_gamma - Calculates any one parameter of the gamma distribution given values for the others.
stats_cdf_laplace - Не документирована
stats_cdf_logistic - Не документирована
stats_cdf_negative_binomial - Calculates any one parameter of the negative binomial distribution given values for the others.
stats_cdf_noncentral_chisquare - Calculates any one parameter of the non-central chi-square distribution given values for the others.
stats_cdf_noncentral_f - Calculates any one parameter of the Non-central F distribution given values for the others.
stats_cdf_poisson - Calculates any one parameter of the Poisson distribution given values for the others.
stats_cdf_t - Calculates any one parameter of the T distribution given values for the others.
stats_cdf_uniform - Не документирована
stats_cdf_weibull - Не документирована
stats_constants
stats_covariance - Вычисляет ковариацию двух наборов данных
stats_den_uniform - Не документирована
stats_dens_beta - Не документирована
stats_dens_cauchy - Не документирована
stats_dens_chisquare - Не документирована
stats_dens_exponential - Не документирована
stats_dens_f -
stats_dens_gamma - Не документирована
stats_dens_laplace - Не документирована
stats_dens_logistic - Не документирована
stats_dens_negative_binomial - Не документирована
stats_dens_normal - Не документирована
stats_dens_pmf_binomial - Не документирована
stats_dens_pmf_hypergeometric -
stats_dens_pmf_poisson - Не документирована
stats_dens_t - Не документирована
stats_dens_weibull - Не документирована
stats_harmonic_mean - Возвращает среднее гармоническое массива значений
stats_kurtosis - Вычисляет эксцесс данных в массиве
stats_rand_gen_beta - Generates beta random deviate
stats_rand_gen_chisquare - Generates random deviate from the distribution of a chisquare with "df" degrees of freedom random variable.
stats_rand_gen_exponential - Generates a single random deviate from an exponential distribution with mean "av"
stats_rand_gen_f - Generates a random deviate
stats_rand_gen_funiform - Generates uniform float between low (exclusive) and high (exclusive)
stats_rand_gen_gamma - Generates random deviates from a gamma distribution
stats_rand_gen_ibinomial - Generates a single random deviate from a binomial distribution whose number of trials is "n" (n >= 0) and whose probability of an event in each trial is "pp" ([0;1]). Method : algorithm BTPE
stats_rand_gen_ibinomial_negative - Generates a single random deviate from a negative binomial distribution. Arguments : n - the number of trials in the negative binomial distribution from which a random deviate is to be generated (n > 0), p - the probability of an event (0 < p < 1)).
stats_rand_gen_int - Генерирует случайное число в диапазоне от 1 до 2147483562
stats_rand_gen_ipoisson - Generates a single random deviate from a Poisson distribution with mean "mu" (mu >= 0.0).
stats_rand_gen_iuniform - Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)
stats_rand_gen_noncenral_chisquare - Generates random deviate from the distribution of a noncentral chisquare with "df" degrees of freedom and noncentrality parameter "xnonc". d must be >= 1.0, xnonc must >= 0.0
stats_rand_gen_noncentral_f - Generates a random deviate from the noncentral F (variance ratio) distribution with "dfn" degrees of freedom in the numerator, and "dfd" degrees of freedom in the denominator, and noncentrality parameter "xnonc". Method : directly generates ratio of noncentral numerator chisquare variate to central denominator chisquare variate.
stats_rand_gen_noncentral_t - Generates a single random deviate from a noncentral T distribution
stats_rand_gen_normal - Generates a single random deviate from a normal distribution with mean, av, and standard deviation, sd (sd >= 0). Method : Renames SNORM from TOMS as slightly modified by BWB to use RANF instead of SUNIF.
stats_rand_gen_t - Generates a single random deviate from a T distribution
stats_rand_get_seeds - Не документирована
stats_rand_phrase_to_seeds - generate two seeds for the RGN random number generator
stats_rand_ranf - Returns a random floating point number from a uniform distribution over 0 - 1 (endpoints of this interval are not returned) using the current generator
stats_rand_setall - Не документирована
stats_skew - Вычисляет асимметрию данных в массиве
stats_standard_deviation - Возвращает стандартное отклонение
stats_stat_binomial_coef - Не документирована
stats_stat_correlation - Не документирована
stats_stat_gennch - Не документирована
stats_stat_independent_t - Не документирована
stats_stat_innerproduct -
stats_stat_noncentral_t - Calculates any one parameter of the noncentral t distribution give values for the others.
stats_stat_paired_t - Не документирована
stats_stat_percentile - Не документирована
stats_stat_powersum - Не документирована
stats_variance - Возвращает дисперсию генеральной совокупности
stomp
stomp_connect_error - Возвращает строку с описанием последней ошибки подключения
stomp_examples
stomp_getdetails - Возвращает сведения об исключении
stomp_version - Возвращает текущую версию расширения Stomp
stompexception
stompframe
str_getcsv - Выполняет разбор CSV-строки в массив
str_ireplace - Регистро-независимый вариант функции
str_pad - Дополняет строку другой строкой до заданной длины
str_repeat - Возвращает повторяющуюся строку
str_replace - Заменяет строку поиска на строку замены
str_rot13 - Выполняет над строкой преобразование ROT13
str_shuffle - Переставляет символы в строке
str_split - Преобразует строку в массив
str_word_count - Возвращает информацию о словах, входящих в строку
strcasecmp - Сравнение строк без учета регистра, безопасное для данных в двоичной форме
strchr - Псевдоним функции strstr
strcmp - Сравнение строк, безопасное для данных в двоичной форме
strcoll - Сравнение строк с учетом текущей локали
strcspn - Возвращает длину участка в начале строки, не соответствующего маске
stream
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_constants
stream_context_create - Создаёт контекст потока
stream_context_get_default - Получает контекст потока по умолчанию
stream_context_get_options - Получает настройки для потока/обёртки/контекста
stream_context_get_params - Извлекает параметры из контекста
stream_context_set_default - Устанавливает контекст потоков по умолчанию
stream_context_set_option - Устанавливает опцию для потока/обёртки/контекста
stream_context_set_params - Устанавливает параметры для потока/обертки/контекста
stream_contexts
stream_copy_to_stream - Копирует данные из одного потока в другой
stream_encoding - Устанавливает кодировку для потока
stream_errors
stream_examples
stream_filter_append - Прикрепляет фильтр к потоку
stream_filter_prepend - Прикрепляет фильтр к потоку
stream_filter_register - Регистрирует потоковый фильтр, определённый пользователем
stream_filter_remove - Удаляет фильтр из потока
stream_filters
stream_get_contents - Читает оставшуюся часть потока в строку
stream_get_filters - Извлекает список зарегистрированных фильтров
stream_get_line - Получает строку из потокового ресурса до указанного разделителя
stream_get_meta_data - Извлекает заголовок/метаданные из потоков/файловых указателей
stream_get_transports - Возвращает список зарегистрированных транспортов сокета
stream_get_wrappers - Извлекает список зарегистрированных потоков
stream_is_local - Проверяет, является ли поток локальным потоком
stream_notification_callback - Callback-функция для параметра контекста
stream_register_wrapper - Псевдоним
stream_resolve_include_path - Составляет полное имя файла, используя пути включения
stream_select - Запускает эквивалент системного вызова select() на заданных массивах потоков с таймаутом, указанным параметрами tv_sec и tv_usec
stream_set_blocking - Устанавливает блокирующий/неблокирующий режим на потоке
stream_set_read_buffer - Устанавливает буферизацию чтения файла на указанном потоке
stream_set_timeout - Устанавливает значение тайм-аута на потоке
stream_set_write_buffer - Устанавливает буферизацию файла при записи в указанный поток
stream_socket_accept - Принимает соединение на сокете, созданном c помощью функции
stream_socket_client - Открывает соединение с интернет-сокетом или с доменным сокетом Unix
stream_socket_enable_crypto - Включает или отключает шифрование на уже подсоединённом сокете
stream_socket_get_name - Извлекает название локального или удалённого сокета
stream_socket_pair - Создаёт пару связанных неразличимых потоковых сокетов
stream_socket_recvfrom - Получает данные из сокета, подсоединённого или нет
stream_socket_sendto - Отправляет сообщение в сокет, независимо от того, подсоединён он или нет
stream_socket_server - Создаёт интернет-сокет или доменный сокет Unix
stream_socket_shutdown - Закрывает полнодуплексное соединение
stream_supports_lock - Определяет, поддерживает ли поток блокировку
stream_wrapper_register - Регистрирует обёртку URL, реализованную в виде PHP-класса
stream_wrapper_restore - Восстанавливает ранее разрегистрированную встроенную обёртку
stream_wrapper_unregister - Отменяет регистрацию обертки URL
streamwrapper
strftime - Форматирует текущую дату/время с учетом текущей локали
string_constants
stringable
strings
strip_tags - Удаляет HTML и PHP тэги из строки
stripcslashes - Удаляет экранирование символов, произведенное функцией
stripos - Возвращает позицию первого вхождения подстроки без учета регистра
stripslashes - Удаляет экранирование символов, произведенное функцией
stristr - Регистро-независимый вариант функции
strlen - Возвращает длину строки
strnatcasecmp - Сравнение строк без учета регистра с использованием алгоритма "естественного упорядочения"
strnatcmp - Сравнение строк с использованием алгоритма "естественного упорядочения"
strncasecmp - Сравнение первых n символов строк без учета регистра
strncmp - Сравнение первых n символов строк без учета регистра
strpbrk - Ищет в строке любой символ из заданного набора
strpos - Возвращает позицию первого вхождения подстроки
strptime - Разбирает строку даты/времени сгенерированную функцией
strrchr - Находит последнее вхождение подстроки
strrev - Переворачивает строку
strripos - Возвращает позицию последнего вхождения подстроки без учета регистра
strrpos - Возвращает позицию последнего вхождения символа
strspn - Возвращает длину участка в начале строки, соответствующего маске
strstr - Находит первое вхождение подстроки
strtok - Разбивает строку
strtolower - Преобразует строку в нижний регистр
strtotime - Преобразует текстовое представление даты на английском языке в метку времени Unix
strtoupper - Преобразует строку в верхний регистр
strval - получает строковое значение переменной
substr - Возвращает подстроку
substr_compare - Сравнение 2 строк со смещением, с учетом или без учета регистра
substr_count - Возвращает число вхождений подстроки
substr_replace - Заменяет часть строки
svm
svm_examples
svmmodel
svn_add - Добавляет элементы в список запланированных для добавления в рабочую копию
svn_auth_get_parameter - Возвращает параметр аутентификации
svn_auth_set_parameter - Устанавливает параметр аутентификации
svn_blame - Построчно выводит автора и редакцию для файла
svn_cat - Возвращает содержимое файла в репозитарии
svn_checkout - Получает рабочую копию из репозитория
svn_cleanup - Рекурсивно очищает рабочую копию директории, завершает незаконченные операции и снимает блокировки
svn_client_version - Возвращает версию клиентских библиотек SVN
svn_commit - Отправляет изменения из рабочей директории в репозиторий
svn_constants
svn_delete - Удаляет элементы из рабочей копии или репозитория
svn_diff - Рекурсивно показывает различия двух файлов
svn_export - Экспортирует содержимое директории SVN
svn_fs_abort_txn - Отменяет тразнакцию, возвращает
svn_fs_apply_text - Создает и возвращает поток, который будет использован для замены
svn_fs_begin_txn2 - Создает новую транзакцию
svn_fs_change_node_prop - Возвращает
svn_fs_check_path - Определяет, какая сущность находится в пути репозитария fsroot
svn_fs_contents_changed - Возвращает TRUE, если содержимое отличается
svn_fs_copy - Копирует файл или директорию
svn_fs_delete - Удаляет файл или директорию
svn_fs_dir_entries - Перечисляет элементы директории по заданному пути
svn_fs_file_contents - Возвращает поток для доступа к содержимому файла из данной файловой системы
svn_fs_file_length - Возвращает длину файла из данной файловой системы
svn_fs_is_dir - Возвращает
svn_fs_is_file - Возвращает
svn_fs_make_dir - Создает новую пустую директорию, возвращает
svn_fs_make_file - Создает новый пустой файл, возвращает
svn_fs_node_created_rev - Возвращает номер ревизии, когда был создан путь в файловой системе
svn_fs_node_prop - Возвращает значение свойства для узла
svn_fs_props_changed - Возвращает
svn_fs_revision_prop - Возвращает значение данного свойства
svn_fs_revision_root - Возвращает дескриптор определенной версии корневой директории репозитария
svn_fs_txn_root - Создает и возвращает корень транзакции
svn_fs_youngest_rev - Возвращает номер самой ранней ревизии в файловой системе
svn_import - Импорт пути без версии в репозитории
svn_log - Возвращает комментарии к правкам в репозитории
svn_ls - Возвращает список содержимого директории репозитория URL, опционально для конкретной ревизии
svn_mkdir - Создает директорию в рабочей копии или в репозитарии
svn_repos_create - Создание нового репозитория Subversion
svn_repos_fs - Возвращает дескриптор файловой системы для репозитория
svn_repos_fs_begin_txn_for_commit - Создание новой транзакции
svn_repos_fs_commit_txn - Отправка транзакции и возвращение номера ревизии
svn_repos_hotcopy - Создает свежую копию репозитория по адресу repospath и копирует в destpath
svn_repos_open - Открывает репозиторий с общей блокировкой
svn_repos_recover - Запускает процедуры восстановления репозитория
svn_revert - Отменяет локальные изменения рабочей копии
svn_status - Возвращает SVN статус файлов и директорий рабочей копии
svn_update - Обновляет рабочую копию
swf
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_constants
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_examples
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 - Gets font information
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_ortho - Defines an orthographic mapping of user coordinates onto the current viewport
swf_ortho2 - Defines 2D 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 onto 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_shapecurveto - Draw a quadratic bezier curve between two points
swf_shapecurveto3 - Draw a cubic bezier curve
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
swfaction
swfbitmap
swfbutton
swfdisplayitem
swffill
swffont
swffontchar
swfgradient
swfmorph
swfmovie
swfprebuiltclip
swfshape
swfsound
swfsoundinstance
swfsprite
swftext
swftextfield
swfvideostream
swish_examples
swishresult_getmetalist - Get a list of meta entries
swishresult_stem - Stems the given word
swishresults_getparsedwords - Get an array of parsed words
swishresults_getremovedstopwords - Get an array of stopwords removed from the query
swishresults_nextresult - Get the next search result
swishresults_seekresult - Set current seek pointer to the given position
swishsearch_execute - Execute the search and get the results
swishsearch_resetlimit - Reset the search limits
swishsearch_setlimit - Set the search limits
swishsearch_setphrasedelimiter - Set the phrase delimiter
swishsearch_setsort - Set the sort order
swishsearch_setstructure - Set the structure flag in the search object
switch
sybase
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_constants
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 - устанавливает минимальный клиентский уровень серьёзности
sybase_min_error_severity - Sets minimum error severity
sybase_min_message_severity - Sets minimum message severity
sybase_min_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
symlink - Создаёт символическую ссылку
syncevent
syncmutex
syncreaderwriter
syncsemaphore
sys_get_temp_dir - Returns directory path used for temporary files
sys_getloadavg - Поулчает среднюю загрузку системы
syslog - генерирует системное log-сообщение
system - выполняет внешнюю программу и отображает вывод
tan - Тангенс
tanh - Гиперболический тангенс
tcpwrap_check - Performs a tcpwrap check
tempnam - Создаёт файл с уникальным именем
textdomain - Устанавливает домен по умолчанию
thread
threaded
throwable
tidy
tidy_access_count - Возвращает число доступных предупреждений Tidy, встретившихся в рассмотренном документе
tidy_config_count - Возвращает число ошибок конфигурации Tidy, встретившихся при рассмотрении документа
tidy_error_count - Возвращает число ошибок Tidy, встретившихся при рассмотрении документа
tidy_get_error_buffer - Возвращает предупреждения и ошибки, возникшие при разборе указанного документа
tidy_get_output - Возвращает строку, представляющую разобранную tidy-разметку
tidy_load_config - Загрузить конфигурационный файл ASCII Tidy с указанной кодировкой
tidy_reset_config - Сбрасывает конфигурацию Tidy в стандартные значения
tidy_save_config - Сохранить текущие настройки в файл
tidy_set_encoding - Устанавливает входную/выходную кодировку символов для указанной разметки
tidy_setopt - Обновляет конфигурационные настройки для указанного документа tidy
tidy_warning_count - Возвращает число Tidy-предупреждений, встреченных в указанном документе
tidynode
time - Возвращает текущую метку времени
time_nanosleep - Задержка в секундах и наносекундах
time_sleep_until - Make the script sleep until the specified time
timezone_identifiers_list - Псевдоним
timezone_location_get - Псевдоним
timezone_name_get
timezone_offset_get
timezone_open
timezone_transitions_get
timezone_version_get - Получение номера версии базы данных временных зон
timezones
tmpfile - Создаёт временный файл
token_get_all - Разбивает переданный исходный код на PHP-лексемы
token_name - Возвращает символьное имя для переданной PHP-лексемы
tokens
tokyo_tyrant_constants
tokyo_tyrant_examples
tokyotyrant
tokyotyrantexception
tokyotyrantiterator
tokyotyrantquery
tokyotyranttable
touch - Устанавливает время доступа и модификации файла
trader
trader_acos - Vector Trigonometric ACos
trader_ad - Chaikin A/D Line
trader_add - Vector Arithmetic Add
trader_adosc - Chaikin A/D Oscillator
trader_adx - Average Directional Movement Index
trader_adxr - Average Directional Movement Index Rating
trader_apo - Absolute Price Oscillator
trader_aroon - Aroon
trader_aroonosc - Aroon Oscillator
trader_asin - Vector Trigonometric ASin
trader_atan - Vector Trigonometric ATan
trader_atr - Average True Range
trader_avgprice - Average Price
trader_bbands - Bollinger Bands
trader_beta - Beta
trader_bop - Balance Of Power
trader_cci - Commodity Channel Index
trader_cdl2crows - Two Crows
trader_cdl3blackcrows - Three Black Crows
trader_cdl3inside - Three Inside Up/Down
trader_cdl3linestrike - Three-Line Strike
trader_cdl3outside - Three Outside Up/Down
trader_cdl3starsinsouth - Three Stars In The South
trader_cdl3whitesoldiers - Three Advancing White Soldiers
trader_cdlabandonedbaby - Abandoned Baby
trader_cdladvanceblock - Advance Block
trader_cdlbelthold - Belt-hold
trader_cdlbreakaway - Breakaway
trader_cdlclosingmarubozu - Closing Marubozu
trader_cdlconcealbabyswall - Concealing Baby Swallow
trader_cdlcounterattack - Counterattack
trader_cdldarkcloudcover - Dark Cloud Cover
trader_cdldoji - Doji
trader_cdldojistar - Doji Star
trader_cdldragonflydoji - Dragonfly Doji
trader_cdlengulfing - Engulfing Pattern
trader_cdleveningdojistar - Evening Doji Star
trader_cdleveningstar - Evening Star
trader_cdlgapsidesidewhite - Up/Down-gap side-by-side white lines
trader_cdlgravestonedoji - Gravestone Doji
trader_cdlhammer - Hammer
trader_cdlhangingman - Hanging Man
trader_cdlharami - Harami Pattern
trader_cdlharamicross - Harami Cross Pattern
trader_cdlhighwave - High-Wave Candle
trader_cdlhikkake - Hikkake Pattern
trader_cdlhikkakemod - Modified Hikkake Pattern
trader_cdlhomingpigeon - Homing Pigeon
trader_cdlidentical3crows - Identical Three Crows
trader_cdlinneck - In-Neck Pattern
trader_cdlinvertedhammer - Inverted Hammer
trader_cdlkicking - Kicking
trader_cdlkickingbylength - Kicking - bull/bear determined by the longer marubozu
trader_cdlladderbottom - Ladder Bottom
trader_cdllongleggeddoji - Long Legged Doji
trader_cdllongline - Long Line Candle
trader_cdlmarubozu - Marubozu
trader_cdlmatchinglow - Matching Low
trader_cdlmathold - Mat Hold
trader_cdlmorningdojistar - Morning Doji Star
trader_cdlmorningstar - Morning Star
trader_cdlonneck - On-Neck Pattern
trader_cdlpiercing - Piercing Pattern
trader_cdlrickshawman - Rickshaw Man
trader_cdlrisefall3methods - Rising/Falling Three Methods
trader_cdlseparatinglines - Separating Lines
trader_cdlshootingstar - Shooting Star
trader_cdlshortline - Short Line Candle
trader_cdlspinningtop - Spinning Top
trader_cdlstalledpattern - Stalled Pattern
trader_cdlsticksandwich - Stick Sandwich
trader_cdltakuri - Takuri (Dragonfly Doji with very long lower shadow)
trader_cdltasukigap - Tasuki Gap
trader_cdlthrusting - Thrusting Pattern
trader_cdltristar - Tristar Pattern
trader_cdlunique3river - Unique 3 River
trader_cdlupsidegap2crows - Upside Gap Two Crows
trader_cdlxsidegap3methods - Upside/Downside Gap Three Methods
trader_ceil - Vector Ceil
trader_cmo - Chande Momentum Oscillator
trader_constants
trader_correl - Pearson's Correlation Coefficient (r)
trader_cos - Vector Trigonometric Cos
trader_cosh - Vector Trigonometric Cosh
trader_dema - Double Exponential Moving Average
trader_div - Vector Arithmetic Div
trader_dx - Directional Movement Index
trader_ema - Exponential Moving Average
trader_errno - Get error code
trader_exp - Vector Arithmetic Exp
trader_floor - Vector Floor
trader_get_compat - Get compatibility mode
trader_get_unstable_period - Get unstable period
trader_ht_dcperiod - Hilbert Transform - Dominant Cycle Period
trader_ht_dcphase - Hilbert Transform - Dominant Cycle Phase
trader_ht_phasor - Hilbert Transform - Phasor Components
trader_ht_sine - Hilbert Transform - SineWave
trader_ht_trendline - Hilbert Transform - Instantaneous Trendline
trader_ht_trendmode - Hilbert Transform - Trend vs Cycle Mode
trader_kama - Kaufman Adaptive Moving Average
trader_linearreg - Linear Regression
trader_linearreg_angle - Linear Regression Angle
trader_linearreg_intercept - Linear Regression Intercept
trader_linearreg_slope - Linear Regression Slope
trader_ln - Vector Log Natural
trader_log10 - Vector Log10
trader_ma - Moving average
trader_macd - Moving Average Convergence/Divergence
trader_macdext - MACD with controllable MA type
trader_macdfix - Moving Average Convergence/Divergence Fix 12/26
trader_mama - MESA Adaptive Moving Average
trader_mavp - Moving average with variable period
trader_max - Highest value over a specified period
trader_maxindex - Index of highest value over a specified period
trader_medprice - Median Price
trader_mfi - Money Flow Index
trader_midpoint - MidPoint over period
trader_midprice - Midpoint Price over period
trader_min - Lowest value over a specified period
trader_minindex - Index of lowest value over a specified period
trader_minmax - Lowest and highest values over a specified period
trader_minmaxindex - Indexes of lowest and highest values over a specified period
trader_minus_di - Minus Directional Indicator
trader_minus_dm - Minus Directional Movement
trader_mom - Momentum
trader_mult - Vector Arithmetic Mult
trader_natr - Normalized Average True Range
trader_obv - On Balance Volume
trader_plus_di - Plus Directional Indicator
trader_plus_dm - Plus Directional Movement
trader_ppo - Percentage Price Oscillator
trader_roc - Rate of change : ((price/prevPrice)-1)*100
trader_rocp - Rate of change Percentage: (price-prevPrice)/prevPrice
trader_rocr - Rate of change ratio: (price/prevPrice)
trader_rocr100 - Rate of change ratio 100 scale: (price/prevPrice)*100
trader_rsi - Relative Strength Index
trader_sar - Parabolic SAR
trader_sarext - Parabolic SAR - Extended
trader_set_compat - Set compatibility mode
trader_set_unstable_period - Set unstable period
trader_sin - Vector Trigonometric Sin
trader_sinh - Vector Trigonometric Sinh
trader_sma - Simple Moving Average
trader_sqrt - Vector Square Root
trader_stddev - Standard Deviation
trader_stoch - Stochastic
trader_stochf - Stochastic Fast
trader_stochrsi - Stochastic Relative Strength Index
trader_sub - Vector Arithmetic Subtraction
trader_sum - Summation
trader_t3 - Triple Exponential Moving Average (T3)
trader_tan - Vector Trigonometric Tan
trader_tanh - Vector Trigonometric Tanh
trader_tema - Triple Exponential Moving Average
trader_trange - True Range
trader_trima - Triangular Moving Average
trader_trix - 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA
trader_tsf - Time Series Forecast
trader_typprice - Typical Price
trader_ultosc - Ultimate Oscillator
trader_var - Variance
trader_wclprice - Weighted Close Price
trader_willr - Williams' %R
trader_wma - Weighted Moving Average
trait_exists - Checks if the trait exists
transliterator
transports
traversable
trigger_error - генерирует сообщение error/warning/notice пользовательского уровня
trim - Удаляет пробелы из начала и конца строки
typeerror
Манипуляции с типами в PHP
Массивы в PHP
Булево в PHP
callback функция
Таблица сравнения типов в PHP
types_declarations
Числа с плавающей точкой в PHP
Целые числа в PHP
types_iterable
Трюки с типами в PHP
Смешанный тип
NULL в PHP
Объекты в PHP
Ресурс в PHP
Строки в PHP
uasort - Отсортировать массив, используя пользовательскую функцию для сравнения элементов с сохранением ключей
ucfirst - Преобразует первый символ строки в верхний регистр
ucwords - Преобразует в верхний регистр первый символ каждого слова в строке
udm_add_search_limit - Add various search limits
udm_alloc_agent - Allocate mnoGoSearch session
udm_alloc_agent_array - Allocate mnoGoSearch session
udm_api_version - Получает версию mnoGoSearch API
udm_cat_list - Get all the categories on the same level with the current one
udm_cat_path - Get the path to the current category
udm_check_charset - Проверяет, известен ли данный набор символов mnogosearch
udm_check_stored - Check connection to stored
udm_clear_search_limits - Очищает все ограничения поиска mnoGoSearch
udm_close_stored - Close connection to stored
udm_crc32 - Возвращает контрольную сумму CRC32 данной строки
udm_errno - Получает номер ошибки mnoGoSearch
udm_error - Получает сообщение об ошибке mnoGoSearch
udm_find - Perform search
udm_free_agent - Освобождает сессию mnoGoSearch
udm_free_ispell_data - Освобождает память, выделенную для ispell-данных
udm_free_res - Освобождает память, выделенную для результатов mnoGoSearch
udm_get_doc_count - Получает общее количество документов в базе данных
udm_get_res_field - Fetch a result field
udm_get_res_param - Get mnoGoSearch result parameters
udm_hash32 - Возвращает контрольную сумму Hash32 данной строки
udm_load_ispell_data - Загружает ispell-данные
udm_open_stored - Open connection to stored
udm_set_agent_param - Set mnoGoSearch agent session parameters
uksort - Отсортировать массив по ключам, используя пользовательскую функцию для сравнения ключей
umask - Изменяет текущую umask
underflowexception
unexpectedvalueexception
unhandledmatcherror
unicode_encode - Takes a unicode string and converts it to a string in the specified encoding
uniqid - Генерирует уникальный ID
unixtojd - Преобразует Unix метку времени (TimeStamp) в Юлианский день
unlink - Удаляет файл
unpack - распаковывает данные из бинарной строки
unregister_tick_function - Удаляет функцию из списка зарегистрированных для выполнения при каждом тике
unserialize - создаёт PHP-значение из хранимого представления
unset - разустанавливает данную переменную
uodbc
uodbc_constants
url
url_constants
urldecode - Раскодирует URL-закодированную строку
urlencode - URL-кодирует строку
use_soap_error_handler - Set whether to use the SOAP error handler
user_error - Alias of trigger_error
userlandnaming
userlandnaming_rules
usleep - Приостанавливает выполнение на заданное количество микросекунд
usort - Отсортировать массив по значениям используя пользовательскую функцию для сравнения элементов
utf8_decode - конвертирует строку с символами ISO-8859-1, кодированную с UTF-8, в однобайтные ISO-8859-1
utf8_encode - кодирует строку ISO-8859-1 в UTF-8.
v8js
v8js_examples
v8jsexception
valueerror
var
var_constants
var_dump - дамп информации о переменной
var_export - выводит или возвращает строковое представление переменной
variables_argc - Количество аргументов переданных скрипту
variables_argv - Массив переданных скрипту аргументов
variables_cookies - HTTP Куки
variables_environment - Переменные окружения
variables_files - Переменные файлов, загруженных по HTTP
variables_get - GET-переменные HTTP
variables_post - HTTP POST variables
variables_predefined
variables_request - Переменные HTTP-запроса
variables_server - Информация о сервере и среде исполнения
variables_session - Переменные сессии
variables_superglobals - Суперглобальные переменные - это встроенные переменные, которые всегда доступны во всех областях видимости
variant - VARIANT class
variant_abs - Returns the absolute value of a variant
variant_add - "Adds" two variant values together and returns the result
variant_and - Performs a bitwise AND operation between two variants
variant_cast - Convert a variant into a new variant object of another type
variant_cat - concatenates two variant values together and returns the result
variant_cmp - Compares two variants
variant_date_from_timestamp - Returns a variant date representation of a Unix timestamp
variant_date_to_timestamp - Converts a variant date/time value to Unix timestamp
variant_div - Returns the result from dividing two variants
variant_eqv - Performs a bitwise equivalence on two variants
variant_fix - Returns the integer portion of a variant
variant_get_type - Returns the type of a variant object
variant_idiv - Converts variants to integers and then returns the result from dividing them
variant_imp - Performs a bitwise implication on two variants
variant_int - Returns the integer portion of a variant
variant_mod - Divides two variants and returns only the remainder
variant_mul - Multiplies the values of the two variants
variant_neg - Performs logical negation on a variant
variant_not - Performs bitwise not negation on a variant
variant_or - Performs a logical disjunction on two variants
variant_pow - Returns the result of performing the power function with two variants
variant_round - Rounds a variant to the specified number of decimal places
variant_set - Assigns a new value for a variant object
variant_set_type - Convert a variant into another type "in-place"
variant_sub - Subtracts the value of the right variant from the left variant value
variant_xor - Performs a logical exclusion on two variants
varnish_constants
varnish_examples
varnishadmin
varnishlog
varnishstat
version_compare - сравнивает две строки с номером версии PHP
vfprintf - Записывает отформатированную строку в поток
virtual - Выполнить подзапрос Apache
vpopmail
vpopmail_add_alias_domain - Add an alias for a virtual domain
vpopmail_add_alias_domain_ex - Add alias to an existing virtual domain
vpopmail_add_domain - Add a new virtual domain
vpopmail_add_domain_ex - 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 - Deletes all virtual aliases of a user
vpopmail_alias_del_domain - Deletes all virtual aliases of a domain
vpopmail_alias_get - Get all lines of an alias for a domain
vpopmail_alias_get_all - Get all lines of an alias for a domain
vpopmail_auth_user - Attempt to validate a username/domain/password
vpopmail_constants
vpopmail_del_domain - Delete a virtual domain
vpopmail_del_domain_ex - 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
vprintf - Выводит отформатированную строку
vsprintf - Возвращает отформатированную строку
w32api
w32api_constants
w32api_deftype - Defines a type for use with other w32api_functions
w32api_examples
w32api_init_dtype - Creates an instance of the data type typename and fills it with the values passed
w32api_invoke_function - Invokes function funcname with the arguments passed after the function name
w32api_register_function - Registers function function_name from library with PHP
w32api_set_call_method - Sets the calling method used
wddx
wddx_add_vars - Add variables to a WDDX packet with the specified ID
wddx_constants
wddx_deserialize - Синоним wddx_unserialize
wddx_examples
wddx_packet_end - Ends a WDDX packet with the specified ID
wddx_packet_start - Starts a new WDDX packet with structure inside it
wddx_serialize_value - Serialize a single value into a WDDX packet
wddx_serialize_vars - Serialize variables into a WDDX packet
wddx_unserialize - Unserializes a WDDX packet
weakmap
weakref
weakreference
while
win32_continue_service - Возобновляет работу приостановленной службы
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_pause_service - Pauses a service
win32_ps_list_procs - List running processes
win32_ps_stat_mem - Stat memory utilization
win32_ps_stat_proc - Stat process
win32_query_service_status - Queries the status of a service
win32_set_service_status - Update the service status
win32_start_service - Запускает службу
win32_start_service_ctrl_dispatcher - Добавляет в Диспетчер Служб скрипт, который может быть использован как служба с заданным именем
win32_stop_service - Останавливает службу
win32ps
win32ps_constants
win32ps_examples
win32service_constants
win32service_constants_basepriorities
win32service_constants_controlsaccepted
win32service_constants_errors
win32service_constants_servicecontrol
win32service_constants_servicestatus
win32service_examples
wincache
wincache_constants
wincache_fcache_fileinfo - Retrieves information about files cached in the file cache
wincache_fcache_meminfo - Retrieves information about file cache memory usage
wincache_lock - Acquires an exclusive lock on a given key
wincache_ocache_fileinfo - Retrieves information about files cached in the opcode cache
wincache_ocache_meminfo - Retrieves information about opcode cache memory usage
wincache_refresh_if_changed - Refreshes the cache entries for the cached files
wincache_rplist_fileinfo - Retrieves information about resolve file path cache
wincache_rplist_meminfo - Retrieves information about memory usage by the resolve file path cache
wincache_scache_info - Retrieves information about files cached in the session cache
wincache_scache_meminfo - Retrieves information about session cache memory usage
wincache_ucache_add - Adds a variable in user cache only if variable does not already exist in the cache
wincache_ucache_cas - Compares the variable with old value and assigns new value to it
wincache_ucache_clear - Deletes entire content of the user cache
wincache_ucache_dec - Decrements the value associated with the key
wincache_ucache_delete - Deletes variables from the user cache
wincache_ucache_exists - Checks if a variable exists in the user cache
wincache_ucache_get - Gets a variable stored in the user cache
wincache_ucache_inc - Increments the value associated with the key
wincache_ucache_info - Retrieves information about data stored in the user cache
wincache_ucache_meminfo - Retrieves information about user cache memory usage
wincache_ucache_set - Adds a variable in user cache and overwrites a variable if it already exists in the cache
wincache_unlock - Releases an exclusive lock on a given key
wincache_win32build
wordwrap - Выполняет перенос строки на данное количество символов с использованием символа разрыва строки.
worker
wrappers
wrappers_audio - Аудио потоки
wrappers_compression - Сжатые потоки
wrappers_data - Схема Data (RFC 2397)
wrappers_expect - Потоки для взаимодействия с процессами
wrappers_file - Доступ к локальной файловой системе
wrappers_ftp - Доступ к URL-адресам по протоколу FTP(s)
wrappers_glob - Нахождение путей, соответствующих шаблону
wrappers_http - Доступ к URL-адресам по протоколу HTTP(s)
wrappers_phar - PHP архив
wrappers_php - Доступ к различным потокам ввода-вывода
wrappers_rar - RAR
wrappers_ssh2 - Secure Shell 2
xattr
xattr_constants
xattr_get - Получение расширенных атрибутов файла
xattr_list - Просмотр списка расширенных атрибутов файла
xattr_remove - Удаление расширенных атрибутов файла
xattr_set - Установка расширенных атрибутов файла
xattr_supported - Проверка поддержки расширенных атрибутов
xdiff
xdiff_constants
xdiff_file_bdiff - Make binary diff of two files
xdiff_file_bdiff_size - Read a size of file created by applying a binary diff
xdiff_file_bpatch - Patch a file with a binary diff
xdiff_file_diff - Make unified diff of two files
xdiff_file_diff_binary - Alias of xdiff_file_bdiff
xdiff_file_merge3 - Merge 3 files into one
xdiff_file_patch - Patch a file with an unified diff
xdiff_file_patch_binary - Alias of xdiff_file_bpatch
xdiff_file_rabdiff - Make binary diff of two files using the Rabin's polynomial fingerprinting algorithm
xdiff_string_bdiff - Make binary diff of two strings
xdiff_string_bdiff_size - Read a size of file created by applying a binary diff
xdiff_string_bpatch - Patch a string with a binary diff
xdiff_string_diff - Make unified diff of two strings
xdiff_string_diff_binary - Alias of xdiff_string_bdiff
xdiff_string_merge3 - Merge 3 strings into one
xdiff_string_patch - Patch a string with an unified diff
xdiff_string_patch_binary - Alias of xdiff_string_bpatch
xdiff_string_rabdiff - Make binary diff of two strings using the Rabin's polynomial fingerprinting algorithm
xhprof
xhprof_constants
xhprof_disable - Stops xhprof profiler
xhprof_enable - Start xhprof profiler
xhprof_examples
xhprof_sample_disable - Stops xhprof sample profiler
xhprof_sample_enable - Description
xml
xml_constants
xml_encoding
xml_error_string - Get XML parser error string
xml_eventhandlers
xml_examples
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 - Start parsing an XML document
xml_parse_into_struct - Parse XML data into an array structure
xml_parser_create - Create an XML parser
xml_parser_create_ns - Create an XML parser with namespace support
xml_parser_free - Free an XML parser
xml_parser_get_option - Получение значения настройки XML анализатора
xml_parser_set_option - Set options in an XML parser
xml_set_character_data_handler - Set up character data handler
xml_set_default_handler - Установка обработчика по умолчанию
xml_set_element_handler - Set up start and end element handlers
xml_set_end_namespace_decl_handler - Установка обработчика выхода за пределы пространства имен
xml_set_external_entity_ref_handler - Установка обработчика внешних сущностей
xml_set_notation_decl_handler - Установка обработчика объявления условных обозначений
xml_set_object - Использование XML анализатора внутри объекта
xml_set_processing_instruction_handler - Установка обработчика инструкций препроцессора (PI)
xml_set_start_namespace_decl_handler - Установка обработчика входа в пределы пространства имен
xml_set_unparsed_entity_decl_handler - Установка обработчика неразобранных объявлений сущностей
xmldiff
xmldiff_base_construct - Constructor
xmldiff_base_diff - Produce diff of two XML documents
xmldiff_base_merge - Produce new XML document based on diff
xmldiff_dom_diff - Diff two DOMDocument objects
xmldiff_dom_merge - Produce merged DOMDocument
xmldiff_file_diff - Diff two XML files
xmldiff_file_merge - Produce merged XML document
xmldiff_memory_diff - Diff two XML documents
xmldiff_memory_merge - Produce merged XML document
xmlreader
xmlrpc
xmlrpc_constants
xmlrpc_decode - Декодирует XML в нативные типы PHP
xmlrpc_decode_request - Декодирует XML в нативные типы PHP
xmlrpc_encode - Генерирует XML для PHP значения
xmlrpc_encode_request - Generates XML for a method request
xmlrpc_get_type - Получает XML-RPC тип для значения PHP
xmlrpc_is_fault - Определяет, является ли массив значений представлением ошибки XMLRPC
xmlrpc_parse_method_descriptions - Декодирует XML в список описаний методов
xmlrpc_server_add_introspection_data - Добавляет документацию самоанализа
xmlrpc_server_call_method - Разбирает XML запросы и вызывающие методы
xmlrpc_server_create - Создаёт XML-RPC сервер
xmlrpc_server_destroy - Уничтожает серверные ресурсы
xmlrpc_server_register_introspection_callback - Регистрирует функцию PHP для генерации документации
xmlrpc_server_register_method - Регистрирует функцию PHP к методу ресурса, соответствующему method_name
xmlrpc_set_type - Устанавливает тип XML-RPC, base64 или datetime для значения строки PHP
xmlwriter
xmlwriter_constants
xpath_eval - Вычисляет XPath Location Path в переданной строке
xpath_eval_expression - Вычисляет XPath Location Path в переданной строке
xpath_new_context - Создает новый xpath контекст
xpath_register_ns - Регистрирует пространство имен в переданном XPath контексте
xpath_register_ns_auto - Регистрация заданного пространства имен в определенном XPath контексте
xptr_eval - Вычисляет XPtr Location Path в заданной строке
xptr_new_context - Создает новый контекст XPath
xsl_constants
xslt
xslt_backend_info - Возвращает информацию о настройках, заданных при компиляции расширения (backend)
xslt_backend_name - Возвращает имя расширения
xslt_backend_version - Возвращает номер версии Sablotron
xslt_constants
xslt_create - Создает новый XSLT-процессор
xslt_errno - Возвращает код ошибки
xslt_error - Возвращает сообщение об ошибке
xslt_free - Освобождение XSLT-процессора
xslt_getopt - Получение настроек заданного XSLT-процессора
xslt_process - Запуск
xslt_set_base - Установка базового URI для всех
xslt_set_encoding - Задание кодировки для разбора
xslt_set_error_handler - Set an error handler for a XSLT processor
xslt_set_log - Задание файла журнала для записи сообщений XSLT процессора
xslt_set_object - Sets the object in which to resolve callback functions
xslt_set_sax_handler - Задает SAX обработчик для XSLT-процессора
xslt_set_sax_handlers - Задает SAX обработчики, которые будут вызваться после разбора XML докумнента
xslt_set_scheme_handler - Задает обработчики схемы для
xslt_set_scheme_handlers - Set the scheme handlers for the XSLT processor
xslt_setopt - Установка значений настроек XSLT-процессора
xsltprocessor
yaf_action_abstract
yaf_action_abstract_execute - Action entry point
yaf_appconfig
yaf_application
yaf_application_bootstrap - Call bootstrap
yaf_bootstrap_abstract
yaf_config_abstract
yaf_config_abstract_get - Getter
yaf_config_abstract_readonly - Find a config whether readonly
yaf_config_abstract_set - Setter
yaf_config_abstract_toarray - Cast to array
yaf_config_ini
yaf_config_simple
yaf_constants
yaf_controller_abstract
yaf_controller_abstract_clone - Yaf_Controller_Abstract can not be cloned
yaf_controller_abstract_construct - Yaf_Controller_Abstract constructor
yaf_controller_abstract_display - The display purpose
yaf_controller_abstract_forward - foward to another action
yaf_controller_abstract_getinvokearg - The getInvokeArg purpose
yaf_controller_abstract_getinvokeargs - The getInvokeArgs purpose
yaf_controller_abstract_getmodulename - Get module name
yaf_controller_abstract_getrequest - Retrieve current request object
yaf_controller_abstract_getresponse - Retrieve current response object
yaf_controller_abstract_getview - Retrieve the view engine
yaf_controller_abstract_getviewpath - The getViewpath purpose
yaf_controller_abstract_initview - The initView purpose
yaf_controller_abstract_redirect - Redirect to a URL
yaf_controller_abstract_render - Render view template
yaf_controller_abstract_setviewpath - The setViewpath purpose
yaf_dispatcher
yaf_dispatcher_autorender - Switch on/off autorendering
yaf_dispatcher_getapplication - Retrive the application
yaf_dispatcher_registerplugin - Register a plugin
yaf_dispatcher_setview - Set a custom view engine
yaf_examples
yaf_exception
yaf_exception_construct - The __construct purpose
yaf_exception_dispatchfailed
yaf_exception_getprevious - The getPrevious purpose
yaf_exception_loadfailed
yaf_exception_loadfailed_action
yaf_exception_loadfailed_controller
yaf_exception_loadfailed_module
yaf_exception_loadfailed_view
yaf_exception_routerfailed
yaf_exception_startuperror
yaf_exception_typeerror
yaf_loader
yaf_plugin_abstract
yaf_registry
yaf_request_abstract
yaf_request_abstract_getactionname - The getActionName purpose
yaf_request_abstract_getbaseuri - The getBaseUri purpose
yaf_request_abstract_getcontrollername - The getControllerName purpose
yaf_request_abstract_getenv - Retrieve ENV varialbe
yaf_request_abstract_getexception - The getException purpose
yaf_request_abstract_getlanguage - The getLanguage purpose
yaf_request_abstract_getmethod - The getMethod purpose
yaf_request_abstract_getmodulename - The getModuleName purpose
yaf_request_abstract_getparam - The getParam purpose
yaf_request_abstract_getparams - The getParams purpose
yaf_request_abstract_getrequesturi - The getRequestUri purpose
yaf_request_abstract_getserver - Retrieve SERVER variable
yaf_request_abstract_iscli - The isCli purpose
yaf_request_abstract_isdispatched - The isDispatched purpose
yaf_request_abstract_isget - The isGet purpose
yaf_request_abstract_ishead - The isHead purpose
yaf_request_abstract_isoptions - The isOptions purpose
yaf_request_abstract_ispost - The isPost purpose
yaf_request_abstract_isput - The isPut purpose
yaf_request_abstract_isrouted - The isRouted purpose
yaf_request_abstract_isxmlhttprequest - The isXmlHttpRequest purpose
yaf_request_abstract_setactionname - The setActionName purpose
yaf_request_abstract_setbaseuri - set base URI
yaf_request_abstract_setcontrollername - The setControllerName purpose
yaf_request_abstract_setdispatched - The setDispatched purpose
yaf_request_abstract_setmodulename - The setModuleName purpose
yaf_request_abstract_setparam - The setParam purpose
yaf_request_abstract_setrequesturi - The setRequestUri purpose
yaf_request_abstract_setrouted - The setRouted purpose
yaf_request_http
yaf_request_simple
yaf_response_abstract
yaf_route_interface
yaf_route_interface_route - route a request
yaf_route_map
yaf_route_regex
yaf_route_rewrite
yaf_route_rewrite_route - The route purpose
yaf_route_simple
yaf_route_simple_route - Route a request
yaf_route_static
yaf_route_static_route - Route a request
yaf_route_supervar
yaf_route_supervar_route - The route purpose
yaf_router
yaf_router_addroute - Add new Route into Router
yaf_session
yaf_view_interface
yaf_view_interface_assign - Assign value to View engine
yaf_view_simple
yaml
yaml_callbacks
yaml_constants
yaml_emit - Returns the YAML representation of a value
yaml_emit_file - Отправляет YAML-представление значения в файл
yaml_examples
yaml_parse - Parse a YAML stream
yaml_parse_file - Parse a YAML stream from a file
yaml_parse_url - Parse a Yaml stream from a URL
yaz
yaz_addinfo - Возвращает дополнительную информацию в случае ошибки
yaz_ccl_conf - Кофигурирует CCL-парсер
yaz_ccl_parse - Invoke CCL Parser
yaz_close - Закрывает соединение YAZ
yaz_connect - Подготавливает соединение с сервером Z39.50
yaz_constants
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 - Prepares for an Extended Service Request
yaz_es_result - Inspects Extended Services Result
yaz_examples
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 - Prepares for a scan
yaz_scan_result - Returns Scan Response result
yaz_schema - Specifies schema for retrieval
yaz_search - Prepares for a search
yaz_set_option - Sets one or more options for connection
yaz_sort - Задает критерий сортировки
yaz_syntax - Задает предпочитаемый синтаксис для извлекаемой записи
yaz_wait - Ожидает выполнения запросов Z39.50 серверами
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
zend_logo_guid - Gets the Zend guid
zend_thread_id - Returns a unique identifier for the current thread
zend_version - возвращает версию Zend engine
zip
zip_close - Закрывает файл ZIP-архива
zip_constants
zip_entry_close - Закрывает ZIP-каталог
zip_entry_compressedsize - Возвращает размер сжатого файла
zip_entry_compressionmethod - Возвращает метод сжатия файла
zip_entry_filesize - Возвращает реальный размер файла
zip_entry_name - Возвращает имя файла
zip_entry_open - Открывает ZIP-каталог для чтения
zip_entry_read - Читает заголовок очередного файла из ZIP-архива
zip_examples
zip_open - Открывает файл ZIP-архива
zip_read - Читает заголовок очередного файла из ZIP-архива
ziparchive
ziparchive_addemptydir
ziparchive_addfile
ziparchive_addfromstring
ziparchive_close
ziparchive_deleteindex
ziparchive_deletename - Удаляет элемент в архиве, используя его имя
ziparchive_extractto
ziparchive_getarchivecomment - Возвращает комментарий ZIP-архива
ziparchive_getcommentindex - Возвращает комментарий элемента, используя его индекс
ziparchive_getcommentname - Возвращает комментарий элемента, используя его имя
ziparchive_getfromindex
ziparchive_getfromname
ziparchive_getnameindex
ziparchive_getstatusstring - Возвращают статус сообщения об ошибке, системный и/или zip-статус
ziparchive_getstream - Get a file handler to the entry defined by its name (read only).
ziparchive_locatename - Returns the index of the entry in the archive
ziparchive_open - Открывает ZIP-архив
ziparchive_renameindex - Переименовывает элемент по его индексу
ziparchive_renamename - Переименовывает элемент по его имени
ziparchive_setCommentName
ziparchive_setarchivecomment - Устанавливает комментарий к ZIP-архиву
ziparchive_setcommentindex - Устанавливает комментарий к элементу по его индексу
ziparchive_statindex - Получение детальной информации по элементу по его индексу
ziparchive_statname - Получение детальной информации по элементу по его имени
ziparchive_unchangeall - Отменяет все изменения, сделанные в архиве
ziparchive_unchangearchive - Возвращает все глобальные изменения, сделанные в архиве
ziparchive_unchangeindex - Отменяет все измения у позиции с заданным индексом
ziparchive_unchangename - Отменяет все измения у позиции с заданным именем
zlib
zlib_constants
zlib_examples
zlib_get_coding_type - Возвращает способ кодирования, используемый для сжатия вывода
zmq
zmqcontext
zmqdevice
zmqpoll
zmqsocket
Вы можете добавить в свой браузер нашу поисковую систему по операторам и функциям PHP.