Funcoes em PHP
Funcoes em PHP
NET
dotnet_load -- Carrega um mdulo .NET
II. Apache
apache_child_terminate -- Finaliza o processo Apache depois da requisio apache_get_modules -- Retorna uma lista de mdulos do Apache carregados apache_get_version -- Retorna a verso do Apache apache_getenv -- Retorna uma varivel subprocess_env do Apache apache_lookup_uri -- Realiza uma requisio parcial para a URI especificada e retorna todas as informaes sobre ela apache_note -- Obtm e seta notas de requisio apache_request_headers -- Obtem todos os headers HTTP apache_reset_timeout -- Reinicializa o timer de escrita do Apache apache_response_headers -- Obtm todos os headers da resposta HTTP apache_setenv -- Configura uma varivel no ambiente do sub processo Apache ascii2ebcdic -- Converte uma string de ASCII para EBCDIC ebcdic2ascii -- Converte uma string de EBCDIC para ASCII getallheaders -- Obtem todos os headers HTTP virtual -- Realiza uma sub-requisio no Apache
CASE_LOWER usada com a funo array_change_key_case() e usada em chaves de arrays para torn-las minsculas. o valor padro utilizado em array_change_key_case(). CASE_UPPER (integer) CASE_UPPER usada com a funo array_change_key_case() e usada em chaves de arrays para torn-las maisculas. Sinais de ordenao: SORT_ASC (integer) SORT_ASC usada com array_multisort() para ordenar em ordem crescente. SORT_DESC (integer) SORT_DESC usada com array_multisort() para ordenar em ordem descrescente Sinais de tipos de ordenao: usadas por vrias funes de ordenao SORT_REGULAR (integer) SORT_REGULAR usada para comparar itens normalmente. SORT_NUMERIC (integer) SORT_NUMERIC usada para comparar itens numericamente. SORT_STRING (integer) SORT_STRING usada para comparar itens como se fossem strings. SORT_LOCALE_STRING (integer) SORT_LOCALE_STRING usada para comparar itens como se fossem strings, baseado no local atual. Adicionado no PHP 4.4.0 e 5.0.2. COUNT_NORMAL (integer) COUNT_RECURSIVE (integer) EXTR_OVERWRITE (integer) EXTR_SKIP (integer) EXTR_PREFIX_SAME (integer) EXTR_PREFIX_ALL (integer) EXTR_PREFIX_INVALID (integer) EXTR_PREFIX_IF_EXISTS (integer) EXTR_IF_EXISTS (integer) EXTR_REFS (integer) array_change_key_case -- Retorna um array com todas as chaves string em maisculo ou minsculo array_chunk -- Divide um array em pedaos array_combine -- Creates an array by using one array for keys and another for its values array_count_values -- Conta as frequncias de cada valor de um array array_diff_assoc -- Computes the difference of arrays with additional index check array_diff_key -- Computes the difference of arrays using keys for comparison array_diff_uassoc -- Computes the difference of arrays with additional index check which is performed by a user supplied callback function array_diff_ukey -- Computes the difference of arrays using a callback function on the keys for comparison
array_diff -- Analisa as diferenas entre arrays array_fill -- Preenche um array com valores array_filter -- Filtra os elementos de um array utilizando uma funo array_flip -- Inverte as relaes entre chaves e valores array_intersect_assoc -- Computes the intersection of arrays with additional index check array_intersect_key -- Computes the intersection of arrays using keys for comparison array_intersect_uassoc -- Computes the intersection of arrays with additional index check, compares indexes by a callback function array_intersect_ukey -- Computes the intersection of arrays using a callback function on the keys for comparison array_intersect -- Calcula a interseo entre arrays array_key_exists -- Checa se uma chave ou ndice existe em um array array_keys -- Retorna todas as chaves de um array array_map -- Aplica uma funo em todos os elementos dos arrays dados array_merge_recursive -- Funde dois ou mais arrays recursivamente array_merge -- Funde dois ou mais arrays array_multisort -- Ordena mltiplos arrays ou arrays multi-dimensionais array_pad -- Expande um array para um certo comprimento utilizando um determinado valor array_pop -- Retira um elemento do final do array array_product -- Calculate the product of values in an array array_push -- Adiciona um ou mais elementos no final de um array array_rand -- Retorna um ou mais elementos aleatrios de um array array_reduce -- Reduz um array para um nico valor atravs de um processo iterativo utilizando uma funo. array_reverse -- Retorna um array com os elementos na ordem inversa array_search -- Procura por um valor em um array e retorna sua chave correspondente caso seja encontrado array_shift -- Retira o primeiro elemento de um array array_slice -- Extrai uma parcela de um array array_splice -- Remove uma parcela do array e substitui com outros elementos array_sum -- Calcula a soma dos elementos de um array array_udiff_assoc -- Computes the difference of arrays with additional index check, compares data by a callback function array_udiff_uassoc -- Computes the difference of arrays with additional index check, compares data and indexes by a callback function array_udiff -- Computes the difference of arrays by using a callback function for data comparison array_uintersect_assoc -- Computes the intersection of arrays with additional index check, compares data by a callback function array_uintersect_uassoc -- Computes the intersection of arrays with additional index check, compares data and indexes by a callback functions array_uintersect -- Computes the intersection of arrays, compares data by a callback function array_unique -- Remove o valores duplicados de um array array_unshift -- Adiciona um ou mais elementos no incio de um array array_values -- Retorna todos os valores de um array array_walk_recursive -- Apply a user function recursively to every member of an array array_walk -- Aplica uma determinada funco em cada elemento de um array array -- Cria um array arsort -- Ordena um array em ordem descrescente mantendo a associao entre ndices e valores asort -- Ordena um array mantendo a associao entre ndices e valores compact -- Cria um array contendo variveis e seus valores count -- Conta o nmero de elementos de uma varivel current -- Retorna o elemento corrente em um array each -- Retorna o par chave/valor corrente de um array e avana o seu cursor end -- Faz o ponteiro interno de um array apontar para o seu ltimo elemento extract -- Importa variveis para a tabela de smbolos a partir de um array in_array -- Checa se um valor existe em um array key -- Retorna uma chave de um array associativo krsort -- Ordena um array pelas chaves em ordem descrescente ksort -- Ordena um array pelas chaves list -- Cria variveis como se fossem arrays
natcasesort -- Ordena um array utilizando o algoritmo da "ordem natural" sem diferenciar maisculas e minsculas natsort -- Ordena um array utilizando o algoritmo da "ordem natural" next -- Avana o ponteiro interno de um array pos -- Retorna o elemento atual do array prev -- Retrocede o ponteiro interno de um array range -- Cria um array contendo uma faixa de elementos reset -- Faz o ponteiro interno de um array apontar para o seu primeiro elemento rsort -- Ordena um array em ordem descrescente shuffle -- Mistura os elementos de um array sizeof -- Apelido de count() sort -- Ordena um array uasort -- Ordena um array utilizando uma funo de comparao definida pelo usurio e mantendo as associaes entre chaves e valores uksort -- Ordena um array pelas chaves utilizando uma funo de comparao definida pelo usurio. usort -- Ordena um array pelos valores utilizando uma funo de comparao definida pelo usurio
IX. Bzip2
bzclose -- Fecha um ponteiro de arquivo bzip2 bzcompress -- Comprime uma string em dados no formato bzip2 bzdecompress -- Descomprime dados no formato bzip2 bzerrno -- Retorna um nmero de erro do bzip2 bzerror -- Retorna o nmero e string de erro do bzip2 como um array
bzerrstr -- Retorna a string de erro do bzip2 bzflush -- Fora a escrita de todos os dados que esto no buffer bzopen -- Abre um arquivo comprimido com bzip2 bzread -- Leitura binary-safe de um arquivo bzip2 bzwrite -- Escrita binary-safe em um arquivo bzip2
XIV. ClibPDF
cpdf_add_annotation -- Adds annotation cpdf_add_outline -- Adds bookmark for current page cpdf_arc -- Draws an arc cpdf_begin_text -- Starts text section
cpdf_circle -- Draw a circle cpdf_clip -- Clips to current path cpdf_close -- Closes the pdf document cpdf_closepath_fill_stroke -- Close, fill and stroke current path cpdf_closepath_stroke -- Close path and draw line along path cpdf_closepath -- Close path cpdf_continue_text -- Output text in next line cpdf_curveto -- Draws a curve cpdf_end_text -- Ends text section cpdf_fill_stroke -- Fill and stroke current path cpdf_fill -- Fill current path cpdf_finalize_page -- Ends page cpdf_finalize -- Ends document cpdf_global_set_document_limits -- Sets document limits for any pdf document cpdf_import_jpeg -- Opens a JPEG image cpdf_lineto -- Draws a line cpdf_moveto -- Sets current point cpdf_newpath -- Starts a new path cpdf_open -- Opens a new pdf document cpdf_output_buffer -- Outputs the pdf document in memory buffer cpdf_page_init -- Starts new page cpdf_place_inline_image -- Places an image on the page cpdf_rect -- Draw a rectangle cpdf_restore -- Restores formerly saved environment cpdf_rlineto -- Draws a line cpdf_rmoveto -- Sets current point cpdf_rotate_text -- Sets text rotation angle cpdf_rotate -- Sets rotation cpdf_save_to_file -- Writes the pdf document into a file cpdf_save -- Saves current environment cpdf_scale -- Sets scaling cpdf_set_action_url -- Sets hyperlink cpdf_set_char_spacing -- Sets character spacing cpdf_set_creator -- Sets the creator field in the pdf document cpdf_set_current_page -- Sets current page cpdf_set_font_directories -- Sets directories to search when using external fonts cpdf_set_font_map_file -- Sets fontname to filename translation map when using external fonts cpdf_set_font -- Select the current font face and size cpdf_set_horiz_scaling -- Sets horizontal scaling of text cpdf_set_keywords -- Sets the keywords field of the pdf document cpdf_set_leading -- Sets distance between text lines cpdf_set_page_animation -- Sets duration between pages cpdf_set_subject -- Sets the subject field of the pdf document cpdf_set_text_matrix -- Sets the text matrix cpdf_set_text_pos -- Sets text position cpdf_set_text_rendering -- Determines how text is rendered cpdf_set_text_rise -- Sets the text rise cpdf_set_title -- Sets the title field of the pdf document cpdf_set_viewer_preferences -- How to show the document in the viewer cpdf_set_word_spacing -- Sets spacing between words cpdf_setdash -- Sets dash pattern cpdf_setflat -- Sets flatness cpdf_setgray_fill -- Sets filling color to gray value cpdf_setgray_stroke -- Sets drawing color to gray value cpdf_setgray -- Sets drawing and filling color to gray value cpdf_setlinecap -- Sets linecap parameter cpdf_setlinejoin -- Sets linejoin parameter cpdf_setlinewidth -- Sets line width cpdf_setmiterlimit -- Sets miter limit cpdf_setrgbcolor_fill -- Sets filling color to rgb color value cpdf_setrgbcolor_stroke -- Sets drawing color to rgb color value cpdf_setrgbcolor -- Sets drawing and filling color to rgb color value
cpdf_show_xy -- Output text at position cpdf_show -- Output text at current position cpdf_stringwidth -- Returns width of text in current font cpdf_stroke -- Draw line along path cpdf_text -- Output text with parameters cpdf_translate -- Sets origin of coordinate system
date_default_timezone_get -- Gets the default timezone used by all date/time functions in a script date_default_timezone_set -- Sets the default timezone used by all date/time functions in a script date_sunrise -- Returns time of sunrise for a given day and location date_sunset -- Returns time of sunset for a given day and location date -- Formata a data e a hora local getdate -- Consegue informaes data/hora gettimeofday -- Obtm a hora local gmdate -- Formata uma data/hora GMT/CUT gmmktime -- Obtm um timestamp Unix para uma data GMT gmstrftime -- Formata uma hora/data GMT/CUT de acordo com as configuraes locais idate -- Format a local time/date as integer localtime -- Obtm a hora local microtime -- Retorna um timestamp Unix com microsegundos mktime -- Obtm um timestamp Unix para uma data strftime -- Formata uma hora/data de acordo com as configuraes locais strptime -- Parse a time/date generated with strftime() strtotime -- Analisa qualquer descrio em texto em ingls de data hora em timestamp Unix time -- Retorna o timestamp Unix atual
XXIII. DB++
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_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
XXV. dBase
dbase_add_record -- Adiciona um registro ao banco de dados dbase_close -- Fecha um banco de dados dbase_create -- Cria um banco de dados dbase_delete_record -- Exclui um registro do banco de dados dbase_get_header_info -- Obtm as informaes do cabealho do banco de dados dbase_get_record_with_names -- Obtm um registro do banco de dados como uma matriz associativa. dbase_get_record -- Obtm um registro do banco de dados como uma matriz indexada dbase_numfields -- Obtm o nmero de campos em um banco de dados dbase_numrecords -- Obtm o nmero de registros no banco de dados dbase_open -- Abre um banco de dados dbase_pack -- Apaga permanentemente os registros do banco de dados dBase dbase_replace_record -- Substitui um registro no banco de dados
XXVII. dbx
dbx_close -- Encera uma conexo/banco de dados dbx_compare -- Compara duas linhas para finalidades de ordenao dbx_connect -- Inicia uma conexo/banco de dados dbx_error -- Mostra a mensagem de erro da ltima funo chamada no mdulo (no apenas na conexo). dbx_escape_string -- Transforma uma string para que ela possa ser seguramente usada em comandos-sql. dbx_fetch_row -- L as linhas do resultado de uma requisio que tem a flag DBX_RESULT_UNBUFFERED ligada
dbx_query -- Envia uma requisio e armazena todos os resultados (se houver) dbx_sort -- Ordena um resultado de uma dbx_query usando uma funo pr-definida
XXVIII. Direct IO
dio_close -- Closes the file descriptor given by fd 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
XXX. DOM
DOMAttr->__construct() -- Creates a new DOMAttr object DOMAttr->isId() -- Checks if attribute is a defined ID DOMCharacterData->appendData() -- Append the string to the end of the character data of the node DOMCharacterData->deleteData() -- Remove a range of characters from the node DOMCharacterData->insertData() -- Insert a string at the specified 16-bit unit offset DOMCharacterData->replaceData() -- Replace a substring within the DOMCharacterData node DOMCharacterData->substringData() -- Extracts a range of data from the node DOMComment->__construct() -- Creates a new DOMComment object DOMDocument->__construct() -- Creates a new DOMDocument object DOMDocument->createAttribute() -- Create new attribute DOMDocument->createAttributeNS() -- Create new attribute node with an associated namespace DOMDocument->createCDATASection() -- Create new cdata node DOMDocument->createComment() -- Create new comment node DOMDocument->createDocumentFragment() -- Create new document fragment DOMDocument->createElement() -- Create new element node DOMDocument->createElementNS() -- Create new element node with an associated namespace DOMDocument->createEntityReference() -- Create new entity reference node DOMDocument->createProcessingInstruction() -- Creates new PI node DOMDocument->createTextNode() -- Create new text node DOMDocument->getElementById() -- Searches for an element with a certain id DOMDocument->getElementsByTagName() -- Searches for all elements with given tag name DOMDocument->getElementsByTagNameNS() -- Searches for all elements with given tag name in specified namespace DOMDocument->importNode() -- Import node into current document DOMDocument->load() -- Load XML from a file DOMDocument->loadHTML() -- Load HTML from a string DOMDocument->loadHTMLFile() -- Load HTML from a file DOMDocument->loadXML() -- Load XML from a string
DOMDocument->normalize() -- Normalizes the document DOMDocument->relaxNGValidate() -- Performs relaxNG validation on the document DOMDocument->relaxNGValidateSource() -- Performs relaxNG validation on the document DOMDocument->save() -- Dumps the internal XML tree back into a file DOMDocument->saveHTML() -- Dumps the internal document into a string using HTML formatting DOMDocument->saveHTMLFile() -- Dumps the internal document into a file using HTML formatting DOMDocument->saveXML() -- Dumps the internal XML tree back into a string DOMDocument->schemaValidate() -- Validates a document based on a schema DOMDocument->schemaValidateSource() -- Validates a document based on a schema DOMDocument->validate() -- Validates the document based on its DTD DOMDocument->xinclude() -- Substitutes XIncludes in a DOMDocument Object DOMDocumentFragment->appendXML() -- Append XML data DOMElement->__construct() -- Creates a new DOMElement object DOMElement->getAttribute() -- Returns value of attribute DOMElement->getAttributeNode() -- Returns attribute node DOMElement->getAttributeNodeNS() -- Returns attribute node DOMElement->getAttributeNS() -- Returns value of attribute DOMElement->getElementsByTagName() -- Gets elements by tagname DOMElement->getElementsByTagNameNS() -- Get elements by namespaceURI and localName DOMElement->hasAttribute() -- Checks to see if attribute exists DOMElement->hasAttributeNS() -- Checks to see if attribute exists DOMElement->removeAttribute() -- Removes attribute DOMElement->removeAttributeNode() -- Removes attribute DOMElement->removeAttributeNS() -- Removes attribute DOMElement->setAttribute() -- Adds new attribute DOMElement->setAttributeNode() -- Adds new attribute node to element DOMElement->setAttributeNodeNS() -- Adds new attribute node to element DOMElement->setAttributeNS() -- Adds new attribute DOMEntityReference->__construct() -- Creates a new DOMEntityReference object DOMImplementation->__construct() -- Creates a new DOMImplementation object DOMImplementation->createDocument() -- Creates a DOMDocument object of the specified type with its document element DOMImplementation->createDocumentType() -- Creates an empty DOMDocumentType object DOMImplementation->hasFeature() -- Test if the DOM implementation implements a specific feature DOMNamedNodeMap->getNamedItem() -- Retrieves a node specified by name DOMNamedNodeMap->getNamedItemNS() -- Retrieves a node specified by local name and namespace URI DOMNamedNodeMap->item() -- Retrieves a node specified by index DOMNode->appendChild() -- Adds new child at the end of the children DOMNode->cloneNode() -- Clones a node DOMNode->hasAttributes() -- Checks if node has attributes DOMNode->hasChildNodes() -- Checks if node has children DOMNode->insertBefore() -- Adds a new child before a reference node DOMNode->isSameNode() -- Indicates if two nodes are the same node DOMNode->isSupported() -- Checks if feature is supported for specified version DOMNode->lookupNamespaceURI() -- Gets the namespace URI of the node based on the prefix DOMNode->lookupPrefix() -- Gets the namespace prefix of the node based on the namespace URI DOMNode->normalize() -- Normalizes the node DOMNode->removeChild() -- Removes child from list of children DOMNode->replaceChild() -- Replaces a child DOMNodelist->item() -- Retrieves a node specified by index DOMProcessingInstruction->__construct() -- Creates a new DOMProcessingInstruction object DOMText->__construct() -- Creates a new DOMText object DOMText->isWhitespaceInElementContent() -- Indicates whether this text node contains whitespace DOMText->splitText() -- Breaks this node into two nodes at the specified offset DOMXPath->__construct() -- Creates a new DOMXPath object
DOMXPath->evaluate() -- Evaluates the given XPath expression and returns a typed result if possible. DOMXPath->query() -- Evaluates the given XPath expression DOMXPath->registerNamespace() -- Registers the namespace with the DOMXPath object dom_import_simplexml -- Gets a DOMElement object from a SimpleXMLElement object
DomNode->parent_node -- Returns the parent of the node DomNode->prefix -- Returns name space prefix of node DomNode->previous_sibling -- Returns the previous sibling of node DomNode->remove_child -- Removes child from list of children DomNode->replace_child -- Replaces a child DomNode->replace_node -- Replaces node DomNode->set_content -- Sets content of node DomNode->set_name -- Sets name of node DomNode->set_namespace -- Sets namespace of a node DomNode->unlink_node -- Deletes node DomProcessingInstruction->data -- Returns the data of ProcessingInstruction node DomProcessingInstruction->target -- Returns the target of a ProcessingInstruction node DomXsltStylesheet->process() -- Applies the XSLT-Transformation on a DomDocument Object DomXsltStylesheet->result_dump_file() -- Dumps the result from a XSLT-Transformation into a file DomXsltStylesheet->result_dump_mem() -- Dumps the result from a XSLT-Transformation back into a string domxml_new_doc -- Creates new empty XML document domxml_open_file -- Creates a DOM object from an XML file domxml_open_mem -- Creates a DOM object of an XML document domxml_version -- Gets the XML library version domxml_xmltree -- Creates a tree of PHP objects from an XML document domxml_xslt_stylesheet_doc -- Creates a DomXsltStylesheet Object from a DomDocument Object domxml_xslt_stylesheet_file -- Creates a DomXsltStylesheet Object from an XSL document in a file domxml_xslt_stylesheet -- Creates a DomXsltStylesheet object from an XSL document in a string domxml_xslt_version -- Gets the XSLT library version xpath_eval_expression -- Evaluates the XPath Location Path in the given string xpath_eval -- Evaluates the XPath Location Path in the given string xpath_new_context -- Creates new xpath context xpath_register_ns_auto -- Register the given namespace in the passed XPath context xpath_register_ns -- Register the given namespace in the passed XPath context xptr_eval -- Evaluate the XPtr Location Path in the given string xptr_new_context -- Create new XPath Context
XXXII. enchant
enchant_broker_describe -- Enumerates the Enchant providers enchant_broker_dict_exists -- Wether a dictionary exists or not. Using non-empty tag enchant_broker_free_dict -- Free a dictionary resource enchant_broker_free -- Free the broker resource and its dictionnaries 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. A PWL file is personal word file one word per line. enchant_broker_set_ordering -- Declares a preference of dictionaries to use for the language 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.
error_log -- Envia uma mensagem de erro para algum lugar error_reporting -- Define quais erros sero reportados restore_error_handler -- Restaura a funo anterior para gerenciamento de erro restore_exception_handler -- Restauda a funo tratadora de excees anterior. set_error_handler -- Define uma funo do usurio para manusear os erros. set_exception_handler -- Define uma funo definida pelo usurio para tratamento de excees trigger_error -- Gera uma mensagem de usurio sobre error/warning/notice user_error -- Apelido para trigger_error()
XXXIV. Exif
exif_imagetype -- Determine the type of an image exif_read_data -- Reads the EXIF headers from JPEG or TIFF exif_tagname -- Get the header name for an index exif_thumbnail -- Retrieve the embedded thumbnail of a TIFF or JPEG image read_exif_data -- Sinnimo de exif_read_data()
XXXV. Expect
expect_expectl -- Waits until the output from a process matches one of the patterns, a specified time period has passed, or an EOF is seen expect_popen -- Exectute command via Bourne shell, and open the PTY stream to the process
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
XXXVIII. Fileinfo
finfo_buffer -- Return information about a string buffer finfo_close -- Close fileinfo resource finfo_file -- Return information about a file finfo_open -- Create a new fileinfo resource finfo_set_flags -- Set libmagic configuration options
XXXIX. filePro
filepro_fieldcount -- Conta quantos campos tem em um banco de dados filePro filepro_fieldname -- Obtm o nome de um campo filepro_fieldtype -- Obtm o tipo de um campo filepro_fieldwidth -- Obtm a largura de um campo filepro_retrieve -- Obtm dados de um banco de dados filePro filepro_rowcount -- Conta o nmero de linhas em um banco de dados filePro filepro -- L e verifica o arquivo de mapa
fpassthru -- Imprime todo os dados restantes de um ponteiro de arquivo fputcsv -- Formata a linha como um CSV e escreve em um ponteiro de arquivo fputs -- Sinnimo de fwrite() fread -- Leitura binary-safe de arquivo fscanf -- Interpreta a leitura de um arquivo de acordo com um formato fseek -- Procura (seeks) em um ponteiro de arquivo fstat -- L a informao sobre um arquivo usando um ponteiro de arquivo aberto ftell -- Retorna a posio de leitura/gravao do ponteiro do arquivo ftruncate -- Corta (trunca) um arquivo para um tamanho especificado fwrite -- Gravao em arquivos binary-safe glob -- Localiza diretrios/arquivos que combinem com o padro is_dir -- Diz se o caminho um diretrio is_executable -- Diz se um arquivo executvel is_file -- Diz se o arquivo um arquivo comum (no diretrio) is_link -- Diz se o arquivo um link simblico (symbolic link) is_readable -- Diz se o arquivo legivel (readable) is_uploaded_file -- Diz se o arquivo foi uploaded via HTTP POST is_writable -- Diz se pode-se escrever para o arquivo (writable) is_writeable -- Esta uma funo sinnima (alias) de is_writable() lchgrp -- Changes group ownership of symlink lchown -- Changes user ownership of symlink link -- Criando um hard link linkinfo -- Ler informaes sobre um link lstat -- Obtem informaes sobre um arquivo ou link simblico mkdir -- Criar um diretrio move_uploaded_file -- Move um arquivo carregado para uma nova localizao parse_ini_file -- Interpreta um arquivo de configurao pathinfo -- Retorna informao sobre o path de um arquivo pclose -- Fecha um processo de um ponteiro de arquivo popen -- Abre um processo como ponteiro de arquivo readfile -- L e exibe o contedo de um arquivo readlink -- Retornar o alvo de um link simblico realpath -- Retorna o path absoluto canonicalizado rename -- Renomear um arquivo rewind -- Reinicializa a posio do ponteiro de arquivos para o incio rmdir -- Remove um diretrio set_file_buffer -- Sinnimo de stream_set_write_buffer() stat -- Obtem informaes sobre um arquivo symlink -- Cria um link simblico tempnam -- Cria um nome de arquivo nico tmpfile -- Cria um arquivo temporrio touch -- Muda o tempo de modificao do arquivo umask -- Modificar a umask atual unlink -- Apaga um arquivo
XLI. Filter
filter_has_var -- Checks if variable of specified type exists filter_id -- Returns the filter ID belonging to a named filter filter_input_array -- Gets multiple variables from outside PHP and optionally filters them filter_input -- Gets variable from outside PHP and optionally filters it filter_list -- Returns a list of all supported filters filter_var_array -- Gets multiple variables and optionally filters them filter_var -- Filters a variable with a specified filter
XLII. Firebird/InterBase
ibase_add_user -- Adiciona um usurio a um banco de dados seguro (apenas para IB6 ou posterior) ibase_affected_rows -- Retorna o nmero de linhas que foram afetados pela consulta anterior ibase_backup -- Initiates a backup task in the service manager and returns immediately ibase_blob_add -- Adiciona dados em um blob recm criado ibase_blob_cancel -- Cancela a criao de um blob ibase_blob_close -- Fecha o blob
ibase_blob_create -- Cria um novo blob para adicionar dados ibase_blob_echo -- Envia o contedo do blob para o browser ibase_blob_get -- Retorna uma quantidade especificada de bytes de dados de um blob aberto ibase_blob_import -- Cria um blob, copia um arquivo para ele e o fecha ibase_blob_info -- Retorna o tamanho do blob e outras informaes teis ibase_blob_open -- Abre um blob para obter partes de dados ibase_close -- Fecha uma conexo com um banco de dados InterBase ibase_commit_ret -- Grava uma transao sem fecha-la ibase_commit -- Grava uma transao ibase_connect -- Abre uma conexo com um banco de dados InterBase ibase_db_info -- Request statistics about a database ibase_delete_user -- Exclui um usurio de um banco de dados seguro (apenas para o IB6 ou posterior) ibase_drop_db -- Exclui um banco de dados ibase_errcode -- Retorna um cdigo de erro ibase_errmsg -- Retorna uma mensagem de erro ibase_execute -- Executa uma consulta preparada anteriormente ibase_fetch_assoc -- Obtm o resultado de uma linha da consulta como uma matriz associativa ibase_fetch_object -- Obtm uma linha como um objeto de um banco de dados InterBase ibase_fetch_row -- Obtm uma linha de um banco de dados InterBase ibase_field_info -- Obtm informao sobre um campo ibase_free_event_handler -- Cancela um manipulador de eventos registrado ibase_free_query -- Libera a memria alocada para uma consulta preparada ibase_free_result -- Libera um conjunto de resultados 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 -- Modifica um usurio para um banco de dados seguro (somente para IB6 ou posterior) ibase_name_result -- Define um nome para um conjunto de resultados ibase_num_fields -- Obtm o nmero de campos em um conjunto de resultados ibase_num_params -- Retorna o nmero de parmetros em uma consulta preparada ibase_param_info -- Retorna informao sobre um parmetro em uma consulta preparada ibase_pconnect -- Abre uma conexo persistente com um banco de dados InterBase ibase_prepare -- Prepara uma consulta para execuo posterior ibase_query -- Executa uma consulta em um banco de dados InterBase ibase_restore -- Initiates a restore task in the service manager and returns immediately ibase_rollback_ret -- Desfaz uma transao sem fecha-la ibase_rollback -- Desfaz uma transao 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 -- Registra uma funo de callback para ser chamada quando eventos so postados ibase_timefmt -- Define o formato do timestamp, colunas do tipo data e hora retornadas de consultas ibase_trans -- Inicia uma transao ibase_wait_event -- Espera por um evento ser postado no banco de dados
XLIV. FriBiDi
fribidi_log2vis -- Converte uma string lgica para uma visual
XLV. FrontBase
fbsql_affected_rows -- Get number of affected rows in previous FrontBase operation 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_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_password -- Sets or retrieves the password for a FrontBase database fbsql_database -- Get or set the database name used with a connection 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 numerical value of the error message from previous FrontBase operation fbsql_error -- Returns the text of the error message from previous FrontBase 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 -- No description given yet 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_select_db -- Select a FrontBase database 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_tablename -- Get table name of field fbsql_username -- Get or set the host user used with a connection fbsql_warnings -- Enable or disable FrontBase warnings
XLVI. FTP
ftp_alloc -- Aloca espao para um arquivo a ser enviado para o servidor (uploaded) ftp_cdup -- Muda para o diretrio acima ftp_chdir -- Muda o diretrio atual em um servidor FTP ftp_chmod -- Estabelece as permisses de um arquivo via FTP ftp_close -- Fecha uma conexo FTP ftp_connect -- Abre uma conexo FTP ftp_delete -- Exclui um arquivo no servidor FTP ftp_exec -- Solicita a execuo de um comando no servidor FTP ftp_fget -- Copia um arquivo do servidor FTP e salva em um arquivo aberto
ftp_fput -- Envia um arquivo aberto para um servidor php ftp_get_option -- Obtm vrias opes em tempo de execuo da conexo FTP atual ftp_get -- Copia um arquivo do servidor FTP ftp_login -- Realiza o login em uma conexo FTP ftp_mdtm -- Retorna a hora da ultima modificao no arquivo indicado ftp_mkdir -- Cria um diretrio ftp_nb_continue -- Continua a receber/enviar um arquivo (sem bloquear) ftp_nb_fget -- Obtm um arquivo de um servidor FTP e escreve-o para um arquivo aberto(sem bloquear) ftp_nb_fput -- Grava um arquivo a partir de um arquivo aberto no servidor FTP (sem bloquear) ftp_nb_get -- Obtm um arquivo do servidor FTP e escreve-o em um arquivo local (sem bloquear) ftp_nb_put -- Grava um arquivo no servidor FTP (sem bloquear) ftp_nlist -- Retorna a lista dos arquivos em um dado diretrio ftp_pasv -- Muda o modo passivo em on(ligado) ou off(desligado) ftp_put -- Envia um arquivo para o servidor FTP ftp_pwd -- Retorna o nome do diretrio atual ftp_quit -- Sinnimo de ftp_close() ftp_raw -- Envia um comando arbritrio para o servidor FTP ftp_rawlist -- Retorna uma lista detalhada dos arquivos em um diretrio ftp_rename -- Renomeia um arquivo ou diretrio no servidor FTP ftp_rmdir -- Remove um diretrio ftp_set_option -- Define opes diversas em tempo de execuo ftp_site -- Envia o comando SITE para o servidor ftp_size -- Retorna o tamanho de um dado arquivo ftp_ssl_connect -- Abre uma conexo SSL-FTP segura ftp_systype -- Retorna o identificador do tipo do sistema do servidor FTP remoto
XLVIII. GeoIP
geoip_country_code_by_name -- Get the two letter country code geoip_country_code3_by_name -- Get the three letter country code geoip_country_name_by_name -- Get the full country name geoip_database_info -- Get GeoIP Database information geoip_id_by_name -- Get the Internet connection speed geoip_org_by_name -- Get the organization name geoip_record_by_name -- Returns the detailed City information found in the GeoIP Database geoip_region_by_name -- Get the country code and region
XLIX. Gettext
bind_textdomain_codeset -- Define qual caracter de codificao ser retornado pelas mensagens do catlogo do DOMNIO especificado. bindtextdomain -- Configura o caminho para um domnio dcgettext -- Substitui o domnio por um lookup dcngettext -- O mesmo que dcgettext, porm permite que voc especifique mais de uma mensagem dgettext -- Sobreescreve o domnio atual dngettext -- O mesmo que dgettext, porm voc pode escrever mais de uma mensagem gettext -- Procura por uma mensagem no domnio atual ngettext -- O mesmo que gettext, mas voc pode especificar mais de uma mensagem
L. GMP
gmp_abs -- Valor absoluto gmp_add -- Adiciona nmeros gmp_and -- Lgico AND gmp_clrbit -- Limpa bit gmp_cmp -- Compara nmeros gmp_com -- Calcula o complemento gmp_div_q -- Divide nmeros gmp_div_qr -- Divide nmeros e retorna o quociente e o resto da diviso gmp_div_r -- Resto da diviso de nmeros gmp_div -- Apelido para gmp_div_q() gmp_divexact -- Diviso exata de nmeros gmp_fact -- Fatorial gmp_gcd -- Calcula o MDC gmp_gcdext -- Calculate GCD and multipliers gmp_hamdist -- Hamming distance gmp_init -- Cria um nmero GMP gmp_intval -- Converte um nmero GMP para um inteiro gmp_invert -- Inverse by modulo gmp_jacobi -- Jacobi symbol gmp_legendre -- Legendre symbol gmp_mod -- Modulo operation gmp_mul -- Multiplica nmeros gmp_neg -- Nega o nmero gmp_nextprime -- Find next prime number gmp_or -- Lgico OR gmp_perfect_square -- Perfect square check gmp_popcount -- Contagem de populao gmp_pow -- Potenciao gmp_powm -- Raise number into power with modulo gmp_prob_prime -- Check if number is "probably prime" gmp_random -- Nmero randomico gmp_scan0 -- Scan for 0 gmp_scan1 -- Scan for 1 gmp_setbit -- Set bit gmp_sign -- Sinal do nmero gmp_sqrt -- Raz quadrada gmp_sqrtrem -- Square root with remainder gmp_strval -- Converte um nmero GMP para uma string gmp_sub -- Subtrai nmeros gmp_xor -- Lgico XOR
LI. gnupg
gnupg_adddecryptkey -- Add a key for decryption gnupg_addencryptkey -- Add a key for encryption gnupg_addsignkey -- Add a key for signing gnupg_cleardecryptkeys -- Removes all keys which were set for decryption before gnupg_clearencryptkeys -- Removes all keys which were set for encryption before gnupg_clearsignkeys -- Removes all keys which were set for signing before gnupg_decrypt -- Decrypts a given text gnupg_decryptverify -- Decrypts and verifies a given text gnupg_encrypt -- Encrypts a given text gnupg_encryptsign -- Encrypts and signs a given text gnupg_export -- Exports a key gnupg_geterror -- Returns the errortext, if a function fails gnupg_getprotocol -- Returns the currently active protocol for all operations gnupg_import -- Imports a key gnupg_keyinfo -- Returns an array with information about all keys that matches the given pattern gnupg_setarmor -- Toggle armored output
gnupg_seterrormode -- Sets the mode for error_reporting gnupg_setsignmode -- Sets the mode for signing gnupg_sign -- Signs a given text gnupg_verify -- Verifies a signed text
LII. Net_Gopher
gopher_parsedir -- Translate a gopher formatted directory entry into an associative array.
LIII. hash
hash_algos -- Return a list of registered hashing algorithms 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_file -- Generate a keyed hash value using the HMAC method and the contents of a given file hash_hmac -- Generate a keyed hash value using the HMAC method hash_init -- Initialize an incremental 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 hash_update -- Pump data into an active hashing context hash -- Generate a hash value (message digest)
LIV. HTTP
http_cache_etag -- Caching by ETag http_cache_last_modified -- Caching by last modification http_chunked_decode -- Decode chunked-encoded data http_deflate -- Deflate data http_inflate -- Inflate data http_get_request_body_stream -- Get request body as stream http_get_request_body -- Get request body as string http_get_request_headers -- Get request headers as array http_date -- Compose HTTP RFC compliant date http_support -- Check builtin HTTP support http_match_etag -- Match ETag http_match_modified -- Match last modification http_match_request_header -- Match any header http_build_cookie -- Build cookie string http_negotiate_charset -- Negotiate clients preferred character set http_negotiate_ctype -- Negotiate clients preferred content type http_negotiate_language -- Negotiate clients preferred language ob_deflatehandler -- Deflate output handler ob_etaghandler -- ETag output handler ob_inflatehandler -- Inflate output handler http_parse_cookie -- Parse HTTP cookie http_parse_headers -- Parse HTTP headers http_parse_message -- Parse the HTTP message http_parse_params -- Parse parameter list http_get -- Perform GET request http_head -- Perform HEAD request 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_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_request -- Perform custom request http_request_body_encode -- Encode request body http_redirect -- Issue HTTP redirect 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 status http_send_stream -- Send stream http_throttle -- HTTP throttling http_build_str -- Build query string http_build_url -- Build an URL
LV. Hyperwave
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
LIX. iconv
iconv_get_encoding -- Retrieve internal configuration variables of iconv extension iconv_mime_decode_headers -- Decodes multiple MIME header fields at once
iconv_mime_decode -- Decodes a MIME header field iconv_mime_encode -- Composes a MIME header field iconv_set_encoding -- Set current setting for character encoding conversion iconv_strlen -- Returns the character count of string iconv_strpos -- Finds position of first occurrence of a needle within a haystack iconv_strrpos -- Finds the last occurrence of a needle within a haystack iconv_substr -- Cut out part of a string iconv -- Convert string to requested character encoding ob_iconv_handler -- Convert character encoding as output buffer handler
LX. ID3
id3_get_frame_long_name -- Get the long name of an ID3v2 frame id3_get_frame_short_name -- Get the short name of an ID3v2 frame id3_get_genre_id -- Get the id for a genre id3_get_genre_list -- Get all possible genre values id3_get_genre_name -- Get the name for a genre id id3_get_tag -- Get all information stored in an ID3 tag id3_get_version -- Get version of an ID3 tag id3_remove_tag -- Remove an existing ID3 tag id3_set_tag -- Update information stored in an ID3 tag
LXII. Imagens
gd_info -- Obtm informaes sobre a biblioteca GD instalada atualmente getimagesize -- Obtm o tamanho de uma imagem image_type_to_extension -- Get file extension for image type image_type_to_mime_type -- Obtm o Mime-Type para um tipo de imagem retornado por getimagesize, exif_read_data, exif_thumbnail, exif_imagetype image2wbmp -- Envia uma imagem para o browser ou arquivo imagealphablending -- Set the blending mode for an image imageantialias -- Indica se as funes de antialias devem ser usadas ou no imagearc -- Desenha um elipse parcial imagechar -- Desenha um caractere horizontalmente imagecharup -- Desenha um caractere verticalmente imagecolorallocate -- Aloca uma cor para uma imagem imagecolorallocatealpha -- Aloca cor para uma imagem imagecolorat -- Retorna o ndice da cor de um pixel imagecolorclosest -- Retorna o ndice da cor mais prxima da cor especificada imagecolorclosestalpha -- Retorna o ndice da cor mais prxima da cor especificada + transparencia imagecolorclosesthwb -- Get the index of the color which has the hue, white and blackness nearest to the given color imagecolordeallocate -- Desaloca uma cor para uma imagem imagecolorexact -- Retorna o ndice da cor especificada imagecolorexactalpha -- Retorna o ndice da cor especificada + transparencia
imagecolormatch -- Faz com que a verso das cores da paleta sejam mais prximas da verso truecolor imagecolorresolve -- Retorna o ndice da cor especificada ou a alternativa mais prxima possvel imagecolorresolvealpha -- Retorna o ndice da cor especificada + transparncia ou a sua alternativa mais prxima imagecolorset -- Set the color for the specified palette index imagecolorsforindex -- Retorna as cores de um ndice imagecolorstotal -- Retorna o nmero de cores na paleta de uma imagem imagecolortransparent -- Define uma cor como tansparente imageconvolution -- Apply a 3x3 convolution matrix, using coefficient div and offset imagecopy -- Copia parte de uma imagem imagecopymerge -- Copia e combina uma parte de uma imagem imagecopymergegray -- Copy and merge part of an image with gray scale imagecopyresampled -- Copy and resize part of an image with resampling imagecopyresized -- Copy and resize part of an image imagecreate -- Cria uma nova imagem baseada em paleta imagecreatefromgd2 -- Cria uma nova imagem apartir de um arquivo GD2 ou URL imagecreatefromgd2part -- Cria uma nova imagem apartir de uma parte de um arquivo GD ou URL imagecreatefromgd -- Cria uma nova imagem apartir de um arquivo GD ou URL imagecreatefromgif -- Cria uma nova imagem a partir de um arquivo ou URL imagecreatefromjpeg -- Cria uma nova imagem a apratir de um arquivo ou URL imagecreatefrompng -- Cria uma nova imagem a apratir de um arquivo ou URL imagecreatefromstring -- Cria uma nova imagem a apartir da imagem na string imagecreatefromwbmp -- Cria uma nova imagem a apratir de um arquivo ou URL imagecreatefromxbm -- Cria uma nova imagem a apratir de um arquivo ou URL imagecreatefromxpm -- Cria uma nova imagem a apratir de um arquivo ou URL imagecreatetruecolor -- Cria uma nova imagem true color imagedashedline -- Desenha uma linha pontilhada imagedestroy -- Destroi uma imagem imageellipse -- Desenha um elipse imagefill -- Flood fill imagefilledarc -- Draw a partial ellipse and fill it imagefilledellipse -- Desenha um elipse prenchido imagefilledpolygon -- Desenha um poligono prenchido imagefilledrectangle -- Desenha um retngulo prenchido imagefilltoborder -- Flood fill to specific color imagefilter -- Applies a filter to an image imagefontheight -- Retorna a altura da fonte imagefontwidth -- Retorna a largura da fonte imageftbbox -- Give the bounding box of a text using fonts via freetype2 imagefttext -- Escreve texto na imagem usando fontes FreeType 2 imagegammacorrect -- Apply a gamma correction to a GD image imagegd2 -- Envia uma imagem GD2 imagegd -- Envia a imagem GD para o browser ou um arquivo imagegif -- Envia uma imagem para o browser ou arquivo imageinterlace -- Ativa ou desativa o entrelaamento imageistruecolor -- Indica quando uma imagem uma imagem truecolor imagejpeg -- Envia a imagem para o borwser ou arquivo imagelayereffect -- Set the alpha blending flag to use the bundled libgd layering effects imageline -- Desenha uma linha imageloadfont -- Carrega uma nova fonte imagepalettecopy -- Copia a paleta de uma imagem para a outra imagepng -- Envia uma imagem PNG para o browser ou para um arquivo imagepolygon -- Desenha um poligono imagepsbbox -- Give the bounding box of a text rectangle using PostScript Type1 fonts imagepsencodefont -- Change the character encoding vector of a font imagepsextendfont -- Extend or condense a font imagepsfreefont -- Libera a memria usada por uma fonte PostScript Type imagepsloadfont -- Carrega uma fonte PostScript Type 1 a partir de um arquivo imagepsslantfont -- Slant a font imagepstext -- To draw a text string over an image using PostScript Type1 fonts
imagerectangle -- Desenha um retngulo imagerotate -- Gira uma imagem com o ngulo dado imagesavealpha -- Define a opo para salvar a informao completa do alpha channel (ao invs de a transparencia de uma cor s) quando estiver salvando imagens PNG. imagesetbrush -- Set the brush image for line drawing imagesetpixel -- Define um nico pixel imagesetstyle -- Set the style for line drawing imagesetthickness -- Define a espessura para o desenho de linhas imagesettile -- Set the tile image for filling imagestring -- Desenha uma string horizontalmente imagestringup -- Desenha uma string verticalmente imagesx -- Obtem a largura da imagem imagesy -- Obtm a altura da imagem imagetruecolortopalette -- Converte uma imagem true color para uma imagem de paleta imagettfbbox -- Retorna uma caixa com o limites de um texto usando fontes TrueType imagettftext -- Escreve texto na imagem usando fontes TrueType imagetypes -- Retorna os tipos de imagens suportados por esta instalao do PHP imagewbmp -- Envia uma imagem para o browser ou arquivo imagexbm -- Output XBM image to browser or file iptcembed -- Embute dados binrios IPTC em uma imagem JPEG iptcparse -- Interpreta um bloco IPTC http://www.iptc.org/ binrio em tags simples. jpeg2wbmp -- Converte um arquivo de imagem JPEG para um arquivo de imagem WBMP png2wbmp -- Converte um arquivo de imagem PNG para um arquivo de imagem WBMP
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 -- Move specified messages to a mailbox imap_mail -- Send an email message imap_mailboxmsginfo -- Get information about the current mailbox imap_mime_header_decode -- Decode MIME header elements imap_msgno -- This function returns the message sequence number for the given UID imap_num_msg -- Gives the number of messages in the current mailbox imap_num_recent -- Gives the number of recent messages in current mailbox imap_open -- Open an IMAP stream to a mailbox imap_ping -- Check if the IMAP stream is still active imap_qprint -- Convert a quoted-printable string to an 8 bit string imap_renamemailbox -- Rename an old mailbox to new mailbox imap_reopen -- Reopen IMAP stream to new mailbox 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_scanmailbox -- Sinnimo de imap_listscan() 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 -- Sets flags on messages imap_sort -- Sort an array of message headers imap_status -- This function returns status information on a mailbox other than the current one 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 -- Unmark the message which is marked deleted imap_unsubscribe -- Unsubscribe from a mailbox imap_utf7_decode -- Decodes a modified UTF-7 encoded string imap_utf7_encode -- Converts ISO-8859-1 string to modified UTF-7 text imap_utf8 -- Converts MIME-encoded text to UTF-8
LXIV. Informix
ifx_affected_rows -- Get number of rows affected by a query ifx_blobinfile_mode -- Set the default blob mode for all select queries ifx_byteasvarchar -- Set the default byte mode ifx_close -- Close Informix connection ifx_connect -- Open Informix server connection 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 enumerated 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 -- Sets the default return value on a fetch row ifx_num_fields -- Returns the number of columns in the query ifx_num_rows -- Count the rows already fetched from a query ifx_pconnect -- Open persistent Informix connection ifx_prepare -- Prepare an SQL-statement for execution
ifx_query -- Send Informix query ifx_textasvarchar -- Set the default text mode 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
LXVI. Ingres II
ingres_autocommit -- Switch autocommit on or off ingres_close -- Close an Ingres II database connection ingres_commit -- Commit a transaction ingres_connect -- Open a connection to an Ingres II database ingres_cursor -- Gets a cursor name for a given link resource ingres_errno -- Gets the last ingres error number generated ingres_error -- Gets a meaningful error message for the last error generated ingres_errsqlstate -- Gets the last SQLSTATE error code generated ingres_fetch_array -- Fetch a row of result into an array ingres_fetch_object -- Fetch a row of result into an object 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_num_fields -- Get the number of fields returned by the last query ingres_num_rows -- Get the number of rows affected or returned by the last query ingres_pconnect -- Open a persistent connection to an Ingres II database ingres_query -- Send a SQL query to Ingres II ingres_rollback -- Roll back a transaction
ircg_nickname_unescape -- Decodifica nickname previamente codificados ircg_notice -- Envia uma notice para o usurio no servidor ircg_oper -- Elevates privileges to IRC OPER ircg_part -- Deixa um canal no servidor ircg_pconnect -- Conecta um servidor de IRC ircg_register_format_messages -- Registra um formato de configurao de mensagem ircg_set_current -- Seta conexo atual para sada de dados ircg_set_file -- Seta um arquivo de log para a conexo ircg_set_on_die -- Seta aco para ser executada quando a conexo fechar ircg_topic -- Seta o tpico para o canal no servidor ircg_who -- Queries server for WHO information ircg_whois -- Pergunta ao servidor informaes sobre um usurio
LXVIII. Java
java_last_exception_clear -- Limpa a ltima exceo Java java_last_exception_get -- Pega a ltima exceo Java
LXIX. JSON
json_decode -- Decodes a JSON string json_encode -- Returns the JSON representation of a value
LXX. KADM5
kadm5_chpass_principal -- Changes the principal's password 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_flush -- Flush all changes to the Kerberos database, leaving the connection to the Kerberos admin server open 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 and initializes any neccessary state information kadm5_modify_principal -- Modifies a kerberos principal with the given parameters
LXXI. LDAP
ldap_8859_to_t61 -- Translate 8859 characters to t61 characters ldap_add -- Add entries to LDAP directory ldap_bind -- Bind to LDAP directory ldap_close -- Sinnimo de ldap_unbind() ldap_compare -- Compare value of attribute found in entry specified with DN ldap_connect -- Connect to an LDAP server ldap_count_entries -- Count the number of entries in a search ldap_delete -- Delete an entry from a directory ldap_dn2ufn -- Convert DN to User Friendly Naming format ldap_err2str -- Convert LDAP error number into string error message ldap_errno -- Return the LDAP error number of the last LDAP command ldap_error -- Return the LDAP error message of the last LDAP command ldap_explode_dn -- Splits DN into its component parts ldap_first_attribute -- Return first attribute ldap_first_entry -- Return first result id ldap_first_reference -- Return first reference ldap_free_result -- Free result memory ldap_get_attributes -- Get attributes from a search result entry ldap_get_dn -- Get the DN of a result entry ldap_get_entries -- Get all result entries ldap_get_option -- Get the current value for given option ldap_get_values_len -- Get all binary values from a result entry ldap_get_values -- Get all values from a result entry ldap_list -- Single-level search ldap_mod_add -- Add attribute values to current attributes
ldap_mod_del -- Delete attribute values from current attributes ldap_mod_replace -- Replace attribute values with new ones ldap_modify -- Modify an LDAP entry ldap_next_attribute -- Get the next attribute in result ldap_next_entry -- Get next result entry ldap_next_reference -- Get next reference ldap_parse_reference -- Extract information from reference entry ldap_parse_result -- Extract information from result ldap_read -- Read an entry ldap_rename -- Modify the name of an entry ldap_sasl_bind -- Bind to LDAP directory using SASL ldap_search -- Search LDAP tree ldap_set_option -- Set the value of the given option ldap_set_rebind_proc -- Set a callback function to do re-binds on referral chasing ldap_sort -- Sort LDAP result entries ldap_start_tls -- Start TLS ldap_t61_to_8859 -- Translate t61 characters to 8859 characters ldap_unbind -- Unbind from LDAP directory
LXXII. libxml
libxml_clear_errors -- Clear libxml error buffer libxml_get_errors -- Retrieve array of errors libxml_get_last_error -- Retrieve last error from libxml libxml_set_streams_context -- Set the streams context for the next libxml document load or write libxml_use_internal_errors -- Disable libxml errors and allow user to fetch error information as needed
LXXIV. LZF
lzf_compress -- Compresso LZF. lzf_decompress -- Descompresso LZF. lzf_optimized_for -- Determina para que a extenso LZF esta otimizada.
LXXV. Mail
ezmlm_hash -- Calcula o valor do hash necessrio para EZMLM mail -- Envia email
LXXVI. mailparse
mailparse_determine_best_xfer_encoding -- Figures out the best way of encoding the content read from the file pointer fp, which must be seek-able mailparse_msg_create -- Returns a handle that can be used to parse a message
mailparse_msg_extract_part_file -- Extracts/decodes a message section, decoding the transfer encoding mailparse_msg_extract_part -- Extracts/decodes a message section mailparse_msg_free -- Frees a handle allocated by mailparse_msg_create() mailparse_msg_get_part_data -- Returns an associative array of info about the message mailparse_msg_get_part -- Returns a handle on a given section in a mimemessage mailparse_msg_get_structure -- Returns an array of mime section names in the supplied message mailparse_msg_parse_file -- Parse file and return a resource representing the structure mailparse_msg_parse -- Incrementally parse data into buffer mailparse_rfc822_parse_addresses -- Parse addresses and returns a hash containing that data 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
sinh -- Seno hiperblico sqrt -- Raiz quadrada srand -- Semeia o gerador de nmeros aletrios tan -- Tangente tanh -- Tangente hiperblica
maxdb_param_count -- Sinnimo de maxdb_stmt_param_count() maxdb_ping -- Pings a server connection, or tries to reconnect if the connection has gone down maxdb_prepare -- Prepare a SQL statement for execution maxdb_query -- Performs a query on the database maxdb_real_connect -- Opens a connection to a MaxDB server maxdb_real_escape_string -- Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection maxdb_real_query -- Execute an SQL query maxdb_report -- Enables or disables internal report functions maxdb_rollback -- Rolls back current transaction maxdb_rpl_parse_enabled -- Check if RPL parse is enabled maxdb_rpl_probe -- RPL probe maxdb_rpl_query_type -- Returns RPL query type maxdb_select_db -- Selects the default database for database queries maxdb_send_long_data -- Sinnimo de maxdb_stmt_send_long_data() maxdb_send_query -- Send the query and return maxdb_server_end -- Shut down the embedded server maxdb_server_init -- Initialize embedded server maxdb_set_opt -- Sinnimo de maxdb_options() maxdb_sqlstate -- Returns the SQLSTATE error from previous MaxDB operation maxdb_ssl_set -- Used for establishing secure connections using SSL maxdb_stat -- Gets the current system status 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_long_data -- Ends a sequence of maxdb_stmt_send_long_data() maxdb_stmt_close -- Closes a prepared statement 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_init -- Initializes a statement and returns an resource for use with maxdb_stmt_prepare 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 a 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_store_result -- Transfers a result set from the last query maxdb_thread_id -- Returns the thread ID for the current connection maxdb_thread_safe -- Returns whether thread safety is given or not maxdb_use_result -- Initiate a result set retrieval maxdb_warning_count -- Returns the number of warnings from the last query for the given link
LXXIX. MCAL
mcal_append_event -- Store a new event into an MCAL calendar mcal_close -- Close an MCAL stream mcal_create_calendar -- Create a new MCAL calendar mcal_date_compare -- Compares two dates mcal_date_valid -- Returns TRUE if the given year, month, day is a valid date mcal_day_of_week -- Returns the day of the week of the given date mcal_day_of_year -- Returns the day of the year of the given date mcal_days_in_month -- Returns the number of days in a month mcal_delete_calendar -- Delete an MCAL calendar
mcal_delete_event -- Delete an event from an MCAL calendar mcal_event_add_attribute -- Adds an attribute and a value to the streams global event structure mcal_event_init -- Initializes a streams global event structure mcal_event_set_alarm -- Sets the alarm of the streams global event structure mcal_event_set_category -- Sets the category of the streams global event structure mcal_event_set_class -- Sets the class of the streams global event structure mcal_event_set_description -- Sets the description of the streams global event structure mcal_event_set_end -- Sets the end date and time of the streams global event structure mcal_event_set_recur_daily -- Sets the recurrence of the streams global event structure mcal_event_set_recur_monthly_mday -- Sets the recurrence of the streams global event structure mcal_event_set_recur_monthly_wday -- Sets the recurrence of the streams global event structure mcal_event_set_recur_none -- Sets the recurrence of the streams global event structure mcal_event_set_recur_weekly -- Sets the recurrence of the streams global event structure mcal_event_set_recur_yearly -- Sets the recurrence of the streams global event structure mcal_event_set_start -- Sets the start date and time of the streams global event structure mcal_event_set_title -- Sets the title of the streams global event structure mcal_expunge -- Deletes all events marked for being expunged mcal_fetch_current_stream_event -- Returns an object containing the current streams event structure mcal_fetch_event -- Fetches an event from the calendar stream mcal_is_leap_year -- Returns if the given year is a leap year or not mcal_list_alarms -- Return a list of events that has an alarm triggered at the given datetime mcal_list_events -- Return a list of IDs for a date or a range of dates mcal_next_recurrence -- Returns the next recurrence of the event mcal_open -- Opens up an MCAL connection mcal_popen -- Opens up a persistent MCAL connection mcal_rename_calendar -- Rename an MCAL calendar mcal_reopen -- Reopens an MCAL connection mcal_snooze -- Turn off an alarm for an event mcal_store_event -- Modify an existing event in an MCAL calendar mcal_time_valid -- Returns TRUE if the given hour, minutes and seconds is a valid time mcal_week_of_year -- Returns the week number of the given date
mcrypt_get_iv_size -- Returns the size of the IV belonging to a specific cipher/mode combination mcrypt_get_key_size -- Get the key size of the specified cipher mcrypt_list_algorithms -- Get an array of all supported ciphers mcrypt_list_modes -- Get an array of all supported modes mcrypt_module_close -- Close 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_mode -- Returns if the specified module is a block algorithm or not mcrypt_module_is_block_algorithm -- This function checks whether the specified algorithm is a block algorithm 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 -- Encrypt/decrypt data in OFB mode mdecrypt_generic -- Decrypt data
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
LXXXII. Memcache
Memcache::add -- Add an item to the server Memcache::addServer -- Add a memcached server to connection pool Memcache::close -- Close memcached server connection Memcache::connect -- Open memcached server connection memcache_debug -- Turn debug output on/off Memcache::decrement -- Decrement item's value Memcache::delete -- Delete item from the server Memcache::flush -- Flush all existing items at the server Memcache::get -- Retrieve item from the server Memcache::getExtendedStats -- Get statistics from all servers in pool Memcache::getServerStatus -- Returns server status Memcache::getStats -- Get statistics of the server Memcache::getVersion -- Return version of the server Memcache::increment -- Increment item's value Memcache::pconnect -- Open memcached server persistent connection Memcache::replace -- Replace value of the existing item Memcache::set -- Store data at the server Memcache::setCompressThreshold -- Enable automatic compression of large values Memcache::setServerParams -- Changes server parameters and status at runtime
LXXXIII. Mhash
mhash_count -- Ler o mais alto hash id disponvel mhash_get_block_size -- Ler o tamanho do bloco da hash especficada mhash_get_hash_name -- Ler o nome da hash especificada mhash_keygen_s2k -- Gerar uma chave mhash -- Computar a hash
LXXXIV. Mimetype
mime_content_type -- Detecta o tipo MIME de um arquivo
SWFMovie::labelFrame -- Labels frame SWFMovie::saveToFile -SWFMovie::startSound -SWFMovie::stopSound -SWFMovie::writeExports -SWFPrebuiltClip -- Returns a SWFPrebuiltClip object SWFShape::drawArc -- Draws an arc of radius r centered at the current location, from angle startAngle to angle endAngle measured clockwise from 12 o'clock SWFShape::drawCircle -- Draws a circle of radius r centered at the current location, in a counter-clockwise fashion SWFShape::drawCubic -- Draws a cubic bezier curve using the current position and the three given points as control points SWFShape::drawCubicTo -- Draws a cubic bezier curve using the current position and the three given points as control points SWFShape::drawGlyph -- Draws the first character in the given string into the shape using the glyph definition from the given font SWFSound -- Returns a new SWFSound object from given file SWFSoundInstance::loopCount -SWFSoundInstance::loopInPoint -SWFSoundInstance::loopOutPoint -SWFSoundInstance::noMultiple -SWFSprite::labelFrame -- Labels frame SWFSprite::startSound -SWFSprite::stopSound -SWFText::addUTF8String -- Writes the given text into this SWFText object at the current pen position, using the current font, height, spacing, and color SWFText::getAscent -- Returns the ascent of the current font at its current size, or 0 if not available SWFText::getDescent -- Returns the descent of the current font at its current size, or 0 if not available SWFText::getLeading -- Returns the leading of the current font at its current size, or 0 if not available SWFText::getUTF8Width -- calculates the width of the given string in this text objects current font and size SWFTextField::addChars -- adds characters to a font that will be available within a textfield SWFTextField::setPadding -- Sets the padding of this textfield SWFVideoStream::getNumFrames -SWFVideoStream::setDimension -SWFVideoStream -- Returns a SWFVideoStream object ming_keypress -- Returns the action flag for keyPress(char) ming_setcubicthreshold -- Set cubic threshold (?) ming_setscale -- Set scale (?) ming_useConstants -- Use constant pool (?) ming_useswfversion -- Use SWF version (?) SWFAction -- Creates a new Action SWFBitmap->getHeight -- Returns the bitmap's height SWFBitmap->getWidth -- Returns the bitmap's width SWFBitmap -- Loads Bitmap object SWFbutton->addAction -- Adds an action SWFbutton->addShape -- Adds a shape to a button SWFbutton->setAction -- Sets the action SWFbutton->setdown -- Alias for addShape(shape, SWFBUTTON_DOWN) SWFbutton->setHit -- Alias for addShape(shape, SWFBUTTON_HIT) SWFbutton->setOver -- Alias for addShape(shape, SWFBUTTON_OVER) SWFbutton->setUp -- Alias for addShape(shape, SWFBUTTON_UP) SWFbutton -- Creates a new Button SWFDisplayItem->addColor -- Adds the given color to this item's color transform SWFDisplayItem->move -- Moves object in relative coordinates SWFDisplayItem->moveTo -- Moves object in global coordinates SWFDisplayItem->multColor -- Multiplies the item's color transform SWFDisplayItem->remove -- Removes the object from the movie SWFDisplayItem->Rotate -- Rotates in relative coordinates SWFDisplayItem->rotateTo -- Rotates the object in global coordinates
SWFDisplayItem->scale -- Scales the object in relative coordinates SWFDisplayItem->scaleTo -- Scales the object in global coordinates SWFDisplayItem->setDepth -- Sets z-order SWFDisplayItem->setName -- Sets the object's name SWFDisplayItem->setRatio -- Sets the object's ratio SWFDisplayItem->skewX -- Sets the X-skew SWFDisplayItem->skewXTo -- Sets the X-skew SWFDisplayItem->skewY -- Sets the Y-skew SWFDisplayItem->skewYTo -- Sets the Y-skew SWFFill->moveTo -- Moves fill origin SWFFill->rotateTo -- Sets fill's rotation SWFFill->scaleTo -- Sets fill's scale SWFFill->skewXTo -- Sets fill x-skew SWFFill->skewYTo -- Sets fill y-skew SWFFill -- Loads SWFFill object swffont->getwidth -- Returns the string's width SWFFont -- Loads a font definition SWFGradient->addEntry -- Adds an entry to the gradient list SWFGradient -- Creates a gradient object SWFMorph->getshape1 -- Gets a handle to the starting shape SWFMorph->getshape2 -- Gets a handle to the ending shape SWFMorph -- Creates a new SWFMorph object SWFMovie->add -- Adds any type of data to a movie SWFMovie->nextframe -- Moves to the next frame of the animation SWFMovie->output -- Dumps your lovingly prepared movie out swfmovie->remove -- Removes the object instance from the display list SWFMovie->save -- Saves your movie in a file SWFMovie->setbackground -- Sets the background color SWFMovie->setdimension -- Sets the movie's width and height SWFMovie->setframes -- Sets the total number of frames in the animation SWFMovie->setrate -- Sets the animation's frame rate SWFMovie->streammp3 -- Streams a MP3 file SWFMovie -- Creates a new movie object, representing an SWF version 4 movie SWFShape->addFill -- Adds a solid fill to the shape SWFShape->drawCurve -- Draws a curve (relative) SWFShape->drawCurveTo -- Draws a curve SWFShape->drawLine -- Draws a line (relative) SWFShape->drawLineTo -- Draws a line SWFShape->movePen -- Moves the shape's pen (relative) SWFShape->movePenTo -- Moves the shape's pen SWFShape->setLeftFill -- Sets left rasterizing color SWFShape->setLine -- Sets the shape's line style SWFShape->setRightFill -- Sets right rasterizing color SWFShape -- Creates a new shape object swfsprite->add -- Adds an object to a sprite SWFSprite->nextframe -- Moves to the next frame of the animation SWFSprite->remove -- Removes an object to a sprite SWFSprite->setframes -- Sets the total number of frames in the animation SWFSprite -- Creates a movie clip (a sprite) SWFText->addString -- Draws a string SWFText->getWidth -- Computes string's width SWFText->moveTo -- Moves the pen SWFText->setColor -- Sets the current font color SWFText->setFont -- Sets the current font SWFText->setHeight -- Sets the current font height SWFText->setSpacing -- Sets the current font spacing SWFText -- Creates a new SWFText object SWFTextField->addstring -- Concatenates the given string to the text field SWFTextField->align -- Sets the text field alignment SWFTextField->setbounds -- Sets the text field width and height SWFTextField->setcolor -- Sets the color of the text field SWFTextField->setFont -- Sets the text field font SWFTextField->setHeight -- Sets the font height of this text field font
SWFTextField->setindentation -- Sets the indentation of the first line SWFTextField->setLeftMargin -- Sets the left margin width of the text field SWFTextField->setLineSpacing -- Sets the line spacing of the text field SWFTextField->setMargins -- Sets the margins width of the text field SWFTextField->setname -- Sets the variable name SWFTextField->setrightMargin -- Sets the right margin width of the text field SWFTextField -- Creates a text field object
LXXXVI. Miscelnea
connection_aborted -- Retorna TRUE se o cliente desconectou connection_status -- Retorna o status da conexo connection_timeout -- Retorna TRUE se o script ultrapassou o limite de tempo constant -- Retorna o valor de uma constante define -- Define uma constante. defined -- Confere se uma constante existe die -- Equivalente a exit() eval -- Executa uma string como cdigo PHP exit -- Mostra uma mensagem e termina o script atual get_browser -- Diz o que o browser do usurio pode fazer __halt_compiler -- Halts the compiler execution highlight_file -- Destaca a sintaxe de um arquivo highlight_string -- Destaque da sintaxe de uma string ignore_user_abort -- Estabelece se acontecer o enceramento do script quando o usurio abortar a conexo pack -- Pack data into binary string php_check_syntax -- Check the PHP syntax of (and execute) the specified file php_strip_whitespace -- Return source with stripped comments and whitespace show_source -- Apelido para highlight_file() sleep -- Atrasa a execuo do script sys_getloadavg -- get average system load time_nanosleep -- Delay for a number of seconds and nanoseconds time_sleep_until -- Make the script sleep until the specified time uniqid -- Gera um ID unico unpack -- Unpack data from binary string usleep -- Atrasa a execuo em milionsimos de segundo
LXXXVII. mnoGoSearch
udm_add_search_limit -- Add various search limits udm_alloc_agent_array -- Allocate mnoGoSearch session udm_alloc_agent -- Allocate mnoGoSearch session udm_api_version -- Get mnoGoSearch API version 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 -- Check if the given charset is known to mnogosearch udm_check_stored -- Check connection to stored udm_clear_search_limits -- Clear all mnoGoSearch search restrictions udm_close_stored -- Close connection to stored udm_crc32 -- Return CRC32 checksum of given string udm_errno -- Get mnoGoSearch error number udm_error -- Get mnoGoSearch error message udm_find -- Perform search udm_free_agent -- Free mnoGoSearch session udm_free_ispell_data -- Free memory allocated for ispell data udm_free_res -- Free mnoGoSearch result udm_get_doc_count -- Get total number of documents in database udm_get_res_field -- Fetch mnoGoSearch result field udm_get_res_param -- Get mnoGoSearch result parameters udm_hash32 -- Return Hash32 checksum of gived string udm_load_ispell_data -- Load ispell data udm_open_stored -- Open connection to stored udm_set_agent_param -- Set mnoGoSearch agent session parameters
XCI. mSQL
msql_affected_rows -- Retorna o nmero de registros afetados pela ltima consulta msql_close -- Fecha uma conexo mSQL msql_connect -- Abre uma conexo mSQL msql_create_db -- Cria um banco de dados mSQL msql_createdb -- Apelido para msql_create_db() msql_data_seek -- Move o ponteiro interno dos registros msql_db_query -- Send mSQL query msql_dbname -- Retorna o nome do banco de dados mSQL atual msql_drop_db -- Exclui um banco de dados mSQL msql_error -- Retorna a mensagem de erro da ltima chamada a msql msql_fetch_array -- Obtm um registro como uma matriz msql_fetch_field -- Retorna informao sobre um campo msql_fetch_object -- Obtem uma linha como um objeto msql_fetch_row -- Retorna uma linha como uma matriz numerada 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 -- Estabelece o ndice do campo msql_field_table -- Get table name for field msql_field_type -- Get field type msql_fieldflags -- Apelido para msql_field_flags() msql_fieldlen -- Apelido para msql_field_len() msql_fieldname -- Apelido para msql_field_name() msql_fieldtable -- Apelido para msql_field_table() msql_fieldtype -- Apelido para msql_field_type() msql_free_result -- Libera o resultado de uma consulta da memria msql_list_dbs -- Lista os banco de dados mSQL no servidor msql_list_fields -- Lista os campos de uma tabela msql_list_tables -- Lista as tabelas em um banco de dados mSQL msql_num_fields -- Retorna o nmero de campos em um resultado msql_num_rows -- Retorna o nmero de registros em um resultado msql_numfields -- Apelido para msql_num_fields() msql_numrows -- Alias of msql_num_rows() msql_pconnect -- Abre uma conexo mSQL persistente msql_query -- Envia uma consulta msql_regcase -- Apelido para sql_regcase() msql_result -- Retorna dados do resultado msql_select_db -- Seleciona um banco de dados mSQL msql_tablename -- Alias of msql_result() msql -- Apelido para msql_db_query()
mb_ereg_search_pos -- Return position and length of matched part of multibyte regular expression for predefined multibyte string mb_ereg_search_regs -- Returns the matched part of multibyte regular expression mb_ereg_search_setpos -- Set start point of next regular expression match mb_ereg_search -- Multibyte regular expression match for predefined multibyte string mb_ereg -- Regular expression match with multibyte support mb_eregi_replace -- Replace regular expression with multibyte support ignoring case mb_eregi -- Regular expression match ignoring case with multibyte support mb_get_info -- Get internal settings of mbstring mb_http_input -- Detect HTTP input character encoding mb_http_output -- Set/Get HTTP output character encoding mb_internal_encoding -- Set/Get internal character encoding mb_language -- Set/Get current language mb_list_encodings -- Returns an array of all supported 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 -- Returns current encoding for multibyte regex as string mb_regex_set_options -- Set/Get the default options for mbregex functions mb_send_mail -- Send encoded mail mb_split -- Split multibyte string using regular expression mb_strcut -- Get part of string mb_strimwidth -- Get truncated string with specified width mb_stripos -- Finds position of first occurrence of a string within another, case insensitive mb_stristr -- Finds first occurrence of a string within another, case insensitive mb_strlen -- Get string length mb_strpos -- Find position of first occurrence of string in a string 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 -- Find position of last occurrence of a string in a string 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_count -- Count the number of substring occurrences mb_substr -- Get part of string
XCIII. muscat
muscat_close -- Shuts down the muscat session and releases any memory back to PHP muscat_get -- Gets a line back from the core muscat API muscat_give -- Sends string to the core muscat API muscat_setup_net -- Creates a new muscat session and returns the handle muscat_setup -- Creates a new muscat session and returns the handle
mysql_fetch_array -- Obtm uma linha como uma matriz associativa, uma matriz numrica, ou ambas mysql_fetch_assoc -- Obtm um linha do resultado como uma matriz associativa mysql_fetch_field -- Retorna informao sobre uma coluna de um resultado como um objeto mysql_fetch_lengths -- Retorna o tamanho de cada campo do resultado mysql_fetch_object -- Retorna o resultado de uma linha como um objeto mysql_fetch_row -- Retorna o resultado de uma linha numa matriz numrica mysql_field_flags -- Pega as flags do campo especificado no resultado mysql_field_len -- Retorna o tamanho do campo mysql_field_name -- Retorna o nome do campo especificado no resultado de uma query mysql_field_seek -- Move o ponteiro do resultado para um campo especificado mysql_field_table -- Retorna o nome da tabela onde esta o campo especificado mysql_field_type -- Retorna o tipo do campo especificado em um resultado de query mysql_free_result -- Libera a memria do resultado de uma query mysql_get_client_info -- Retorna informao da verso do cliente MySQL mysql_get_host_info -- Retorna informao sobre o host do MySQL mysql_get_proto_info -- Retorna informao do protocolo do MySQL mysql_get_server_info -- Retorna informao do servidor MySQL mysql_info -- Retorna informao sobre a ltima query mysql_insert_id -- Retorna o ID gerado da operao INSERT anterior mysql_list_dbs -- Lista os bancos de dados disponiveis o servidor do MySQL mysql_list_fields -- Lista os campos de uma tabela mysql_list_processes -- Lista os processos MySQL mysql_list_tables -- Lista as tabelas em um banco de dados MySQL mysql_num_fields -- Retorna o nmero de campos no resulatdo mysql_num_rows -- Retorna o nmero de linhas em um resultado mysql_pconnect -- Abre uma conexo persistente com um servidor MySQL mysql_ping -- Pinga uma conexo ou reconecta se no houver conexo mysql_query -- Realiza uma query MySQL mysql_real_escape_string -- Escapa os caracteres especiais numa string para usar em um comando SQL, levando em conta o conjunto atual de caracteres. mysql_result -- Retorna dados do resultado mysql_select_db -- Seleciona um banco de dados MySQL mysql_stat -- Retorna o status atual do sistema mysql_tablename -- Retorna o nome da tabela do campo mysql_thread_id -- Returna o ID da thread atual mysql_unbuffered_query -- Envia uma query para o MySQL, sem retornar e colocar em buffer as linhas do resultado
XCVI. MySQLi
mysqli_affected_rows -- Retorna o nmero de linhas afetadas pela operao MySQL anterior mysqli_autocommit -- Ativa ou desativa o salvar automaticamente as modificaes no banco de dados mysqli_bind_param -- Apelido para mysqli_stmt_bind_param() mysqli_bind_result -- Apelido para mysqli_stmt_bind_result() mysqli_change_user -- Modifica o usurio para a conexo com o banco de dados especificada mysqli_character_set_name -- Retorna o conjunto de caracteres padro para a conexo com o banco de dados mysqli_client_encoding -- Apelido para mysqli_character_set_name() mysqli_close -- Fecha uma conexo aberta anteriormente com o banco de dados mysqli_commit -- Salva a transao atual mysqli_connect_errno -- Retorna o cdigo de erro da ultima chamada a funo connect mysqli_connect_error -- Retorna uma string descrevendo o ultimo erro da funo connect mysqli_connect -- Abre uma nova conexo com o servidor MySQL mysqli_data_seek -- Ajusta o ponteiro do resultado para uma linha arbritaria no conjunto de resutados mysqli_debug -- Realiza operaes de debug mysqli_disable_reads_from_master -mysqli_disable_rpl_parse --
mysqli_dump_debug_info -- Descarrega informao de debug no log mysqli_embedded_connect -- Abre uma conexo com um servidor MySQL embutido mysqli_enable_reads_from_master -mysqli_enable_rpl_parse -mysqli_errno -- Retorna o cdigo de erro para a chamada de funo mais recente mysqli_error -- Retorna uma string descrevendo o ultimo erro mysqli_escape_string -- Apelido para mysqli_real_escape_string() mysqli_execute -- Apelido para mysqli_stmt_execute() mysqli_fetch_array -- Obtem uma linha do resultado como uma matriz associativa, numrica, ou ambas mysqli_fetch_assoc -- Obtem uma linha do conjunto de resultados como uma matriz associativa mysqli_fetch_field_direct -- Obtem meta dados para um nico campo mysqli_fetch_field -- Retorna o prximo campo no conjunto de resultados mysqli_fetch_fields -- Retorna uma matriz de objetos representando os campos em um conjunto de resultados mysqli_fetch_lengths -- Retorna os tamanhos das colunas na linha atual no conjunto de resultados mysqli_fetch_object -- Retorna a linha atual do conjunto de resultados como um objeto mysqli_fetch_row -- Obtm uma linha do resultado como uma matriz numerada mysqli_fetch -- Apelido para mysqli_stmt_fetch() mysqli_field_count -- Retorna o nmero de colunas para a consulta mais recente mysqli_field_seek -- Move o ponteiro do resultado para um campo especificado mysqli_field_tell -- Obtm o ndice do campo de um ponteiro de resultado mysqli_free_result -- Libera a memria associada ao resultado mysqli_get_client_info -- Retorna a verso do cliente MySQL como uma string mysqli_get_client_version -- Obtm informao sobre o cliente MySQL mysqli_get_host_info -- Retorna uma string representando o tipo da conexo usada mysqli_get_metadata -- Apelido para mysqli_stmt_result_metadata() mysqli_get_proto_info -- Retorna a verso do protocolo MySQL usada mysqli_get_server_info -- Retorna a verso do servidor MySQL mysqli_get_server_version -- Retorna a verso do servidor MySQL como um integer mysqli_info -- Obtm informao sobre a consulta executada mais recentemente mysqli_init -- Inicializa a MySQLi e tetorna um objeto para usar com mysqli_real_connect mysqli_insert_id -- Retorna o id gerado automaticamente na ltima consulta mysqli_kill -- Diz ao servidor para matar uma thread MySQL mysqli_master_query -- Fora a execuo de uma consulta no master em uma configurao master/slave mysqli_more_results -- Confere se existem mais resultados de consultas em uma consulta mltipla mysqli_multi_query -- Executa uma consulta no banco de dados mysqli_next_result -- Preepara o prximo resultado de uma consulta mltipla mysqli_num_fields -- Obtm o nmero de campos em um resultado mysqli_num_rows -- Gets the number of rows in a result mysqli_options -- Set options mysqli_param_count -- Alias for mysqli_stmt_param_count() mysqli_ping -- Pings a server connection, or tries to reconnect if the connection has gone down mysqli_prepare -- Prepare a SQL statement for execution mysqli_query -- Performs a query on the database mysqli_real_connect -- Opens a connection to a mysql server mysqli_real_escape_string -- Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection mysqli_real_query -- Execute an SQL query mysqli_report -- Enables or disables internal report functions mysqli_rollback -- Rolls back current transaction mysqli_rpl_parse_enabled -- Check if RPL parse is enabled mysqli_rpl_probe -- RPL probe mysqli_rpl_query_type -- Returns RPL query type mysqli_select_db -- Selects the default database for database queries mysqli_send_long_data -- Alias for mysqli_stmt_send_long_data() mysqli_send_query -- Send the query and return mysqli_server_end -- Shut down the embedded server
mysqli_server_init -- Initialize embedded server mysqli_set_charset -- Sets the default client character set mysqli_set_opt -- Alias of mysqli_options() mysqli_sqlstate -- Returns the SQLSTATE error from previous MySQL operation mysqli_ssl_set -- Used for establishing secure connections using SSL mysqli_stat -- Gets the current system status mysqli_stmt_affected_rows -- Returns the total number of rows changed, deleted, or inserted by the last executed statement mysqli_stmt_bind_param -- Binds variables to a prepared statement as parameters mysqli_stmt_bind_result -- Binds variables to a prepared statement for result storage mysqli_stmt_close -- Closes a prepared statement mysqli_stmt_data_seek -- Seeks to an arbitray row in statement result set mysqli_stmt_errno -- Returns the error code for the most recent statement call mysqli_stmt_error -- Returns a string description for last statement error mysqli_stmt_execute -- Executes a prepared Query mysqli_stmt_fetch -- Fetch results from a prepared statement into the bound variables mysqli_stmt_free_result -- Frees stored result memory for the given statement handle mysqli_stmt_init -- Initializes a statement and returns an object for use with mysqli_stmt_prepare mysqli_stmt_num_rows -- Return the number of rows in statements result set mysqli_stmt_param_count -- Returns the number of parameter for the given statement mysqli_stmt_prepare -- Prepare a SQL statement for execution mysqli_stmt_reset -- Resets a prepared statement mysqli_stmt_result_metadata -- Returns result set metadata from a prepared statement mysqli_stmt_send_long_data -- Send data in blocks mysqli_stmt_sqlstate -- Returns SQLSTATE error from previous statement operation mysqli_stmt_store_result -- Transfers a result set from a prepared statement mysqli_store_result -- Transfers a result set from the last query mysqli_thread_id -- Returns the thread ID for the current connection mysqli_thread_safe -- Returns whether thread safety is given or not mysqli_use_result -- Initiate a result set retrieval mysqli_warning_count -- Returns the number of warnings from the last query for the given link
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 -- Check if terminal has colors 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_color -- Set new RGB value for color ncurses_init_pair -- Allocate a color pair ncurses_init -- Initialize ncurses 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_mouseinterval -- Set timeout for mouse button clicks ncurses_mousemask -- Sets mouse options ncurses_move_panel -- Moves a panel so that its upper-left corner is at [startx, starty] ncurses_move -- Move output position 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 -- Gets the RGB value for color 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 -- Start using colors 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
XCIX. Newt
newt_bell -- Send a beep to the terminal newt_button_bar -newt_button -newt_centered_window -- Open a centered window of the specified size newt_checkbox_get_value -newt_checkbox_set_flags -newt_checkbox_set_value -newt_checkbox_tree_add_item -- * newt_checkbox_tree_find_item --
newt_checkbox_tree_get_current -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_value -newt_checkbox_tree_set_entry -newt_checkbox_tree_set_width -newt_checkbox_tree -newt_checkbox -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_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_get_value -newt_entry_set_filter -newt_entry_set_flags -newt_entry_set -newt_entry -newt_finished -- Uninitializes newt interface newt_form_add_component -- Adds a single component to the form newt_form_add_components -- Add several components to the form newt_form_add_host_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_form -- Create a form 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_at -newt_grid_wrapped_window -newt_init -- Initialize newt newt_label_set_text -newt_label -newt_listbox_append_entry -newt_listbox_clear_selection -newt_listbox_clear -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_by_key -newt_listbox_set_current -newt_listbox_set_data -newt_listbox_set_entry -newt_listbox_set_width -newt_listbox -newt_listitem_get_data -newt_listitem_set -newt_listitem -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_suspend() newt_run_form -- Runs a form newt_scale_set -newt_scale -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_get_num_lines -newt_textbox_reflowed -newt_textbox_set_height -newt_textbox_set_text -newt_textbox -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 --
C. NSAPI-specific
nsapi_request_headers -- Fetch all HTTP request headers nsapi_response_headers -- Fetch all HTTP response headers nsapi_virtual -- Perform an NSAPI sub-request
aggregate_properties -- Dynamic aggregation of class properties to an object aggregate -- Dynamic class and object aggregation of methods and properties aggregation_info -- Sinnimo de aggregate_info() deaggregate -- Removes the aggregated methods and properties from an object
oci_free_statement -- Frees all resources associated with statement or cursor oci_internal_debug -- Enables or disables internal debug output oci_lob_copy -- Copies large object oci_lob_is_equal -- Compares two LOB/FILE locators for equality oci_new_collection -- Allocates new collection object oci_new_connect -- Establishes a new connection to the Oracle server oci_new_cursor -- Allocates and returns a new cursor (statement handle) oci_new_descriptor -- Initializes a new empty LOB or FILE descriptor oci_num_fields -- Returns the number of result columns in a statement oci_num_rows -- Returns number of rows affected during statement execution oci_parse -- Prepares Oracle statement for execution oci_password_change -- Changes password of Oracle's user oci_pconnect -- Connect to an Oracle database using a persistent connection oci_result -- Returns field's value from the fetched row oci_rollback -- Rolls back outstanding transaction oci_server_version -- Returns server version oci_set_prefetch -- Sets number of rows to be prefetched oci_statement_type -- Returns the type of an OCI statement ocibindbyname -- Passa variveis PHP para um ambiente de armazenamento do Oracle ocicancel -- Cancela leitura de um cursor ocicloselob -- Fecha um lob ocicollappend -- Insere um objeto em uma coleo ocicollassign -- Fixa uma coleo para outra coleo existente ocicollassignelem -- Fixa elementos val para colees em index ndx ocicollgetelem -- Retorna o valor contido em coleo index ndx ocicollmax -- Retorna o valor mximo de uma coleo. Para um array este o comprimento mximo de um array ocicollsize -- Retorna o tamanho de uma coleo ocicolltrim -- Corta um nmero de elementos do final de uma coleo ocicolumnisnull -- Testa se o resultado de uma coluna NULL ocicolumnname -- Retorna o nome de uma coluna ocicolumnprecision -- Diz a preciso de uma coluna ocicolumnscale -- Diz a escala de uma coluna ocicolumnsize -- Retorna o tamanho de uma coluna ocicolumntype -- Retorna o tipo de dados de uma coluna ocicolumntyperaw -- Diz um tipo de dados indefinido de uma coluna Oracle ocicommit -- Valida uma transao pendente ocidefinebyname -- Usa uma varivel PHP para a definio de passos durante um SELECT ocierror -- Retorna o ltimo erro de stmt|conn|global ociexecute -- Executa um bloco de comando ocifetch -- Traz a prximo linha em um result-buffer ocifetchinto -- Traz a poxima linha em um array ocifetchstatement -- Traz todas as linhas de um tipo de dados em um array ocifreecollection -- Deleta uma coleo de objeto ocifreecursor -- Libera todos os recursos associados um cursor ocifreedesc -- Deleta um grande objeto de descrio ocifreestatement -- Libera todos os recursos associados uma declarao ociinternaldebug -- Habilita ou desabilita o sistema interno de debug ociloadlob -- Carrega um objeto grande ocilogoff -- Disconecta de um servidor Oracle ocilogon -- Estabiliza uma conexo com o Oracle ocinewcollection -- Inicializa uma nova coleo ocinewcursor -- Retorna um novo cursor (Statement-Handle) ocinewdescriptor -- Inicializa um novo descritor LOB ou FILE vazios ocinlogon -- Estabiliza uma nova conexo com o Oracle ocinumcols -- Retorna o nmero de colunas encontradas em uma instruo ociparse -- Interpreta uma query e retorna uma declarao Oracle ociplogon -- Conecta no Oracle usando uma conexo persistente ociresult -- Retorna valores de colunas trazidas por uma linha ocirollback -- Volta uma transao ocirowcount -- Retorna o nmero de linhas afetadas ocisavelob -- Salva o alargamento do objeto ocisavelobfile -- Salva o alargamento de objeto para um arquivo
ociserverversion -- Retorna uma string contendo informaes da verso do servidor ocisetprefetch -- Seta o nmero de linhas a serem trazidas ocistatementtype -- Retorna o tipo de uma declarao OCI ociwritelobtofile -- Salva um grande objeto para arquivo ociwritetemporarylob -- Escreve um blob temporrio
CVI. oggvorbis
Usage -- Examples on using the ogg:// wrapper
CVIII. OpenSSL
openssl_csr_export_to_file -- Exports a CSR to a file openssl_csr_export -- Exports a CSR as a string openssl_csr_new -- Generates a CSR openssl_csr_sign -- Sign a CSR with another certificate (or itself) and generate a certificate openssl_error_string -- Return openSSL error message openssl_free_key -- Free key resource openssl_get_privatekey -- Sinnimo de openssl_pkey_get_private() openssl_get_publickey -- Sinnimo de openssl_pkey_get_public() openssl_open -- Open sealed data openssl_pkcs7_decrypt -- Decrypts an S/MIME encrypted message openssl_pkcs7_encrypt -- Encrypt an S/MIME message openssl_pkcs7_sign -- Sign an S/MIME message openssl_pkcs7_verify -- Verifies the signature of an S/MIME signed message openssl_pkey_export_to_file -- Gets an exportable representation of a key into a file openssl_pkey_export -- Gets an exportable representation of a key into a string openssl_pkey_free -- Frees a private key openssl_pkey_get_private -- Get a private key openssl_pkey_get_public -- Extract public key from certificate and prepare it for use openssl_pkey_new -- Generates a new private key openssl_private_decrypt -- Decrypts data with private key openssl_private_encrypt -- Encrypts data with private key openssl_public_decrypt -- Decrypts data with public key openssl_public_encrypt -- Encrypts data with public key openssl_seal -- Seal (encrypt) data openssl_sign -- Generate signature openssl_verify -- Verify signature openssl_x509_check_private_key -- Checks if a private key corresponds to a certificate openssl_x509_checkpurpose -- Verifies if a certificate can be used for a particular purpose
openssl_x509_export_to_file -- Exports a certificate to file openssl_x509_export -- Exports a certificate as a string openssl_x509_free -- Free certificate resource openssl_x509_parse -- Parse an X509 certificate and return the information as an array openssl_x509_read -- Parse an X.509 certificate and return a resource identifier for it
CIX. Oracle
ora_bind -- Passa uma varivel PHP para um parmetro do Oracle ora_close -- Fecha um cursor Oracle ora_columnname -- Pega o nome de uma coluna do Oracle ora_columnsize -- Retorna o tamanho de uma coluna no Oracle ora_columntype -- Pega o tipo de uma coluna no Oracle ora_commit -- Valida uma transao Oracle. ora_commitoff -- Desabilita automaticamente o commit ora_commiton -- Habilita automaticamente o commit ora_do -- Combinao das funes Parse, Exec, Fetch ora_error -- Retorna uma mensagem de erro do Oracle ora_errorcode -- Retorna um cdigo de erro do Oracle ora_exec -- Executa um bloco de comando ou um cursor Oracle ora_fetch_into -- Retorna linhas de dados especificados em array ora_fetch -- Retorna linha de dados de um cursor ora_getcolumn -- Retorna dados de uma coluna selecionada ora_logoff -- Fecha uma conexo com o Oracle ora_logon -- Abre uma conexo com o Oracle ora_numcols -- Retorna o nmero de colunas ora_numrows -- Retorna o nmero de linhas ora_open -- Abre um Cursor no Oracle ora_parse -- Verifica um bloco de comando SQL com o Oracle ora_plogon -- Abre uma conexo persistente com o Oracle ora_rollback -- Desfaz uma transao
ovrimos_fetch_row -- Obtm uma linha do conjuto de resultados ovrimos_field_len -- Retorna a largura da coluna ovrimos_field_name -- Retorna o nome da coluna ovrimos_field_num -- Retorna o ndice da coluna (baseado em 1) ovrimos_field_type -- Retorna o tipo (numrico) da coluna ovrimos_free_result -- Libera o result_id especificado ovrimos_longreadlen -- Especifica quantos bytes so obtidos dos tipos de dados long ovrimos_num_fields -- Retorna o nmero de colunas ovrimos_num_rows -- Retorna o nmero de linhas afetadas por uma operao update ovrimos_prepare -- Prepara um comando SQL ovrimos_result_all -- Mostra todo o conjunto de resultados como uma tabela HTML ovrimos_result -- Obtm a coluna da sada ovrimos_rollback -- Desfaz a transao
CXIV. Parsekit
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)
CXVII. PDF
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_thumbnail -- Add thumbnail for current page PDF_add_weblink -- Add weblink for current page [deprecated] PDF_arc -- Draw a counterclockwise circular arc segment PDF_arcn -- Draw a clockwise circular arc segment 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_ext -- Start new page PDF_begin_page -- Start new page [deprecated] PDF_begin_pattern -- Start pattern definition PDF_begin_template -- Start template definition PDF_circle -- Draw a circle PDF_clip -- Clip to current path PDF_close_image -- Close image PDF_close_pdi_page -- Close the page handle PDF_close_pdi -- Close the input PDF document PDF_close -- Close pdf resource [deprecated] PDF_closepath_fill_stroke -- Close, fill and stroke current path PDF_closepath_stroke -- Close and stroke path PDF_closepath -- Close current path PDF_concat -- Concatenate a matrix to the CTM PDF_continue_text -- Output text in next line PDF_create_action -- Create action for objects or events PDF_create_annotation -- Create rectangular 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_pvf -- Delete PDFlib virtual file PDF_delete_textflow -- Delete textflow object PDF_delete -- Delete PDFlib 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_ext -- Finish page PDF_end_page -- Finish page PDF_end_pattern -- Finish pattern PDF_end_template -- Finish template PDF_endpath -- End 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_fill -- Fill current path 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_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 -- Get error text PDF_get_errnum -- Get error number PDF_get_font -- Get font [deprecated] PDF_get_fontname -- Get font name [deprecated] PDF_get_fontsize -- Font handling [deprecated] PDF_get_image_height -- Get image height [deprecated] PDF_get_image_width -- Get image width [deprecated] 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 PDF_get_pdi_value -- Get PDI numerical parameter PDF_get_value -- Get numerical parameter PDF_info_textflow -- Query textflow state PDF_initgraphics -- Reset graphic state PDF_lineto -- Draw a line 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 -- Create PDFlib object PDF_open_ccitt -- Open raw CCITT image [deprecated] PDF_open_file -- Create PDF file [deprecated] PDF_open_gif -- Open GIF image [deprecated] PDF_open_image_file -- Read image from file [deprecated] PDF_open_image -- Use image data [deprecated] PDF_open_jpeg -- Open JPEG image [deprecated] PDF_open_memory_image -- Open image created with PHP's image functions [not supported] PDF_open_pdi_page -- Prepare a page PDF_open_pdi -- Open PDF file PDF_open_tiff -- Open TIFF image [deprecated] 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 -- Draw rectangle PDF_restore -- Restore graphics state PDF_resume_page -- Resume page PDF_rotate -- Rotate coordinate system PDF_save -- Save graphics state PDF_scale -- Scale coordinate system
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_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_info -- Fill document info field 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 -- Set text position 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_fill -- Set fill color to gray [deprecated] PDF_setgray_stroke -- Set stroke color to gray [deprecated] PDF_setgray -- Set 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_fill -- Set fill rgb color values [deprecated] PDF_setrgbcolor_stroke -- Set stroke rgb color values [deprecated] PDF_setrgbcolor -- Set fill and stroke rgb color values [deprecated] PDF_shading_pattern -- Define shading pattern PDF_shading -- Define blend PDF_shfill -- Fill area with shading PDF_show_boxed -- Output text in a box [deprecated] PDF_show_xy -- Output text at given position PDF_show -- Output text at current 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_utf16_to_utf8 -- Convert string from UTF-16 to UTF-8 PDF_utf8_to_utf16 -- Convert string from UTF-8 to UTF-16
CXVIII. PDO
PDO::beginTransaction -- Initiates a transaction PDO::commit -- Commits a transaction PDO::__construct -- Creates a PDO instance representing a connection to a database PDO::errorCode -- Fetch the SQLSTATE associated with the last operation on the database handle PDO::errorInfo -- Fetch extended error information associated with the last operation on the database handle PDO::exec -- Execute an SQL statement and return the number of affected rows PDO::getAttribute -- Retrieve a database connection attribute
PDO::getAvailableDrivers -- Return an array of available PDO drivers PDO::lastInsertId -- Returns the ID of the last inserted row or sequence value PDO::prepare -- Prepares a statement for execution and returns a statement object PDO::query -- Executes an SQL statement, returning a result set as a PDOStatement object PDO::quote -- Quotes a string for use in a query. PDO::rollBack -- Rolls back a transaction PDO::setAttribute -- Set an attribute PDOStatement::bindColumn -- Bind a column to a PHP variable PDOStatement::bindParam -- Binds a parameter to the specified variable name PDOStatement::bindValue -- Binds a value to a parameter PDOStatement::closeCursor -- Closes the cursor, enabling the statement to be executed again. PDOStatement::columnCount -- Returns the number of columns in the result set PDOStatement::errorCode -- Fetch the SQLSTATE associated with the last operation on the statement handle PDOStatement::errorInfo -- Fetch extended error information associated with the last operation on the statement handle PDOStatement::execute -- Executes a prepared statement PDOStatement::fetch -- Fetches the next row from a result set PDOStatement::fetchAll -- Returns an array containing all of the result set rows PDOStatement::fetchColumn -- Returns a single column from the next row of a result set PDOStatement::fetchObject -- Fetches the next row and returns it as an object. PDOStatement::getAttribute -- Retrieve a statement attribute PDOStatement::getColumnMeta -- Returns metadata for a column in a result set PDOStatement::nextRowset -- Advances to the next rowset in a multi-rowset statement handle PDOStatement::rowCount -- Returns the number of rows affected by the last SQL statement PDOStatement::setAttribute -- Set a statement attribute PDOStatement::setFetchMode -- Set the default fetch mode for this statement
memory_get_usage -- Retorna a quantidade de memria alocada para PHP php_ini_scanned_files -- Retorna uma lista dos arquivos ini interpretados a partir do diretrio ini adicional php_logo_guid -- Obtm o guid do logo php_sapi_name -- Retorna o tipo de interface entre o servidor web e o PHP php_uname -- Retorna informao sobre o sistema operacional que o PHP foi construdo phpcredits -- Mostra os crditos pelo PHP phpinfo -- Mostra muitas informaes sobre o PHP phpversion -- Obtm a verso atual do PHP putenv -- Define o valor de uma varivel de ambiente restore_include_path -- Restaura o valor da opo de configurao include_path set_include_path -- Define a opo de configurao include_path set_magic_quotes_runtime -- Define a configurao atual para magic_quotes_runtime set_time_limit -- Limita o tempo de execuo do script sys_get_temp_dir -- Returns directory path used for temporary files version_compare -- Compares two "PHP-standardized" version number strings zend_logo_guid -- Retorna o guid Zend zend_version -- Obtm a verso da Zend engine que esta sendo executada
CXX. POSIX
posix_access -- Determine accessibility of a file posix_ctermid -- Get path name of controlling terminal posix_get_last_error -- Retrieve the error number set by the last posix function that failed posix_getcwd -- Pathname of current directory posix_getegid -- Return the effective group ID of the current process posix_geteuid -- Return the effective user ID of the current process posix_getgid -- Return the real group ID of the current process posix_getgrgid -- Return info about a group by group id posix_getgrnam -- Return info about a group by name posix_getgroups -- Return the group set of the current process posix_getlogin -- Return login name posix_getpgid -- Get process group id for job control posix_getpgrp -- Return the current process group identifier posix_getpid -- Return the current process identifier posix_getppid -- Return the parent process identifier posix_getpwnam -- Return info about a user by username posix_getpwuid -- Return info about a user by user id posix_getrlimit -- Return info about system resource limits posix_getsid -- Get the current sid of the process posix_getuid -- Return the real user ID of the current process posix_isatty -- Determine if a file descriptor is an interactive terminal posix_kill -- Send a signal to a process posix_mkfifo -- Create a fifo special file (a named pipe) posix_mknod -- Create a special or ordinary file (POSIX.1) posix_setegid -- Set the effective GID of the current process posix_seteuid -- Set the effective UID of the current process posix_setgid -- Set the GID of the current process posix_setpgid -- Set process group id for job control posix_setsid -- Make the current process a session leader posix_setuid -- Set the UID of the current process posix_strerror -- Retrieve the system error message associated with the given errno posix_times -- Get process times posix_ttyname -- Determine terminal device name posix_uname -- Get system name
spliti -- Separa strings em matrizes(array) utilizando expresses regulares insensveis a maisculas e minsculas sql_regcase -- Cria expresses regulares insensveis a maisculas e minsculas.
CXXII. PostgreSQL
pg_affected_rows -- Retorna o nmero de registros afetados (linhas) pg_cancel_query -- Cancela uma consulta (query) assncrona pg_client_encoding -- Retorna a codificao do cliente pg_close -- Fecha uma conexo PostgreSQL pg_connect -- Abre uma conexo PostgreSQL pg_connection_busy -- Verifica se a conexo est ocupada ou no pg_connection_reset -- Reinicia uma conexo (reconecta) pg_connection_status -- Retorna o status da conexo pg_convert -- Converte os valores de um array associativo em uma declarao SQL apropriada. pg_copy_from -- Insere registros em uma tabela a partir de um array pg_copy_to -- Copia uma tabela em um array pg_dbname -- Retorna o nome do banco de dados pg_delete -- Remove registros. pg_end_copy -- Sincroniza com o backend PostgreSQL pg_escape_bytea -- Gera binrios para o tipo bytea pg_escape_string -- Gera string para o tipo text/char pg_execute -- Sends a request to execute a prepared statement with given parameters, and waits for the result. pg_fetch_all_columns -- Fetches all rows in a particular result column as an array pg_fetch_all -- Retorna todas as linhas (registros) como um array pg_fetch_array -- Retorna uma linha (registro) como um array pg_fetch_assoc -- Retorna uma linha (registro) como uma matriz associativa pg_fetch_object -- Retorna uma linha (registro) como um objeto pg_fetch_result -- Retorna valores a partir de um recurso (resource) de resultado pg_fetch_row -- Retorna uma linha como um array enumerado pg_field_is_null -- Testa se o campo NULL pg_field_name -- Retorna o nome de um campo pg_field_num -- Retorna o nmero do campo referido pg_field_prtlen -- Retorna o comprimento impresso pg_field_size -- Retorna o tamanho de armazenamento interno de um campo pg_field_table -- Returns the name or oid of the tables field pg_field_type_oid -- Returns the type ID (OID) for the corresponding field number pg_field_type -- Retorna o nome do tipo para o campo de nome correspondente pg_free_result -- Libera a memria usada pelo resultado pg_get_notify -- Gets SQL NOTIFY message pg_get_pid -- Gets the backend's process ID pg_get_result -- Retorna o resultado de uma consulta (query) assncrona pg_host -- Retorna o nome da mquina associada a uma conexo pg_insert -- Insere um array na tabela pg_last_error -- Retorna a string da ltima mensagem de erro de uma conexo pg_last_notice -- Retorna a ltima notificao do servidor PostgreSQL pg_last_oid -- Retorna o ltimo oid do objeto pg_lo_close -- Fecha um objeto grande (large object) pg_lo_create -- Cria um objeto grande (large object) pg_lo_export -- Exporta um objeto grande (large object) para um arquivo pg_lo_import -- Importa um objeto grande (large object) a partir de um arquivo pg_lo_open -- Abre um objeto grande (large object) pg_lo_read_all -- L um objeto grande (large object) inteiro e o envia diretamente para o navegador pg_lo_read -- L um objeto grande (large object) pg_lo_seek -- Procura uma posio em um objeto grande (large object) pg_lo_tell -- Retorna a posio atual de um objeto grande (large object) pg_lo_unlink -- Remove um objeto grande (large object) pg_lo_write -- Escreve em um objeto grande (large object) pg_meta_data -- Retorna os metadados da tabela. pg_num_fields -- Retorna o nmero de campos
pg_num_rows -- Retorna o nmero de linhas pg_options -- Retorna as opes associadas com a conexo pg_parameter_status -- Looks up a current parameter setting of the server. pg_pconnect -- Abre uma conexo PostgreSQL persistente pg_ping -- Faz um ping na conexo com o banco de dados pg_port -- Retorna o nmero da porta associada com a conexo. pg_prepare -- Submits a request to create a prepared statement with the given parameters, and waits for completion. pg_put_line -- Envia uma string terminada em NULL para o backend PostgreSQL pg_query_params -- Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text. pg_query -- Executa uma consulta (query) pg_result_error_field -- Returns an individual field of an error report. pg_result_error -- Retorna a mensagem de erro associada a um resultado pg_result_seek -- Altera a posio do ponteiro interno de um recurso (resource) de resultado pg_result_status -- Retorna o status do resultado da consulta (query) pg_select -- Seleciona registros. pg_send_execute -- Sends a request to execute a prepared statement with given parameters, without waiting for the result(s). pg_send_prepare -- Sends a request to create a prepared statement with the given parameters, without waiting for completion. pg_send_query_params -- Submits a command and separate parameters to the server without waiting for the result(s). pg_send_query -- Envia uma consulta (query) assincrona pg_set_client_encoding -- Define a codificao do cliente pg_set_error_verbosity -- Determines the verbosity of messages returned by pg_last_error() and pg_result_error(). pg_trace -- Habilita rastreamento em uma conexo PostgreSQL pg_transaction_status -- Returns the current in-transaction status of the server. pg_tty -- Retorna o nome da tty associada com a conexo pg_unescape_bytea -- Faz escape binrio para o tipo bytea pg_untrace -- Desabilita o rastreamento de uma conexo PostgreSQL pg_update -- Atualiza uma tabela. pg_version -- Returns an array with client, protocol and server version (when available)
CXXIV. Printer
printer_abort -- Exclui o arquivo de impresso printer_close -- Fecha uma conexo aberta com uma impressora printer_create_brush -- Cria um novo pincel printer_create_dc -- Cria um novo new device context printer_create_font -- Cria uma nova fonte printer_create_pen -- Cria uma nova caneta printer_delete_brush -- Exclui um pincel printer_delete_dc -- Exclui um device context printer_delete_font -- Exclui uma fonte printer_delete_pen -- Exclui a caneta printer_draw_bmp -- Desenha um bitmap printer_draw_chord -- Draw a chord printer_draw_elipse -- Draw an ellipse printer_draw_line -- Desenha uma linha printer_draw_pie -- Draw a pie printer_draw_rectangle -- Draw a rectangle printer_draw_roundrect -- Draw a rectangle with rounded corners printer_draw_text -- Desenha um texto printer_end_doc -- Fecha o documento printer_end_page -- Fecha a pgina ativa
printer_get_option -- Obtm dados de configurao da impressora printer_list -- Retorna uma matriz das impressoras anexadas ao servidor printer_logical_fontheight -- Obtm a altura lgica da fonte printer_open -- Abre uma conexo com a impressora printer_select_brush -- Seleciona um pincel printer_select_font -- Seleciona uma fonte printer_select_pen -- Seleciona uma caneta printer_set_option -- Configura a conexo com a impressora printer_start_doc -- Comea um novo documento printer_start_page -- Comea uma nova pgina printer_write -- Escreve daos na impressora
ps_open_image_file -- Opens image from file ps_open_image -- Reads an image for later placement ps_place_image -- Places image on the page ps_rect -- Draws a rectangle ps_restore -- Restore previously save context ps_rotate -- Sets rotation factor ps_save -- Save current context ps_scale -- Sets scaling factor ps_set_border_color -- Sets color of border for annotations ps_set_border_dash -- Sets length of dashes for border of annotations ps_set_border_style -- Sets border style of annotations ps_set_info -- Sets information fields of document ps_set_parameter -- Sets certain parameters ps_set_text_pos -- Sets position for text output ps_set_value -- Sets certain values ps_setcolor -- Sets current color ps_setdash -- Sets appearance of a dashed line ps_setflat -- Sets flatness ps_setfont -- Sets font to use for following output ps_setgray -- Sets gray value ps_setlinecap -- Sets appearance of line ends ps_setlinejoin -- Sets how contected lines are joined ps_setlinewidth -- Sets width of a line ps_setmiterlimit -- Sets the miter limit ps_setpolydash -- Sets appearance of a dashed line ps_shading_pattern -- Creates a pattern based on a shading ps_shading -- Creates a shading for later use ps_shfill -- Fills an area with a shading ps_show_boxed -- Output text in a box ps_show_xy -- Output text at given position ps_show -- Output text ps_string_geometry -- Gets geometry of a string ps_stringwidth -- Gets width of a string ps_stroke -- Draws the current path ps_symbol_name -- Gets name of a glyph ps_symbol_width -- Gets width of a glyph ps_symbol -- Output a glyph ps_translate -- Sets translation
CXXVII. Pspell
pspell_add_to_personal -- Add the word to a personal wordlist pspell_add_to_session -- Add the word to the wordlist in the current session pspell_check -- Check a word pspell_clear_session -- Clear the current session pspell_config_create -- Create a config used to open a dictionary pspell_config_data_dir -- location of language data files pspell_config_dict_dir -- Location of the main word list pspell_config_ignore -- Ignore words less than N characters long pspell_config_mode -- Change the mode number of suggestions returned pspell_config_personal -- Set a file that contains personal wordlist pspell_config_repl -- Set a file that contains replacement pairs pspell_config_runtogether -- Consider run-together words as valid compounds pspell_config_save_repl -- Determine whether to save a replacement pairs list along with the wordlist pspell_new_config -- Load a new dictionary with settings based on a given config pspell_new_personal -- Load a new dictionary with personal wordlist pspell_new -- Load a new dictionary pspell_save_wordlist -- Save the personal wordlist to a file pspell_store_replacement -- Store a replacement pair for a word pspell_suggest -- Suggest spellings of a word
CXXVIII. qtdom
qdom_error -- Retorna uma string de erro da ltima operao QDOM ou FALSE se no houver erros qdom_tree -- Cria uma nova rvore de uma string XML
CXXIX. Radius
radius_acct_open -- Creates a Radius handle for accounting radius_add_server -- Adds a server radius_auth_open -- Creates a Radius handle for authentication radius_close -- Frees all ressources radius_config -- Causes the library to read the given configuration file radius_create_request -- Create accounting or authentication request radius_cvt_addr -- Converts raw data to IP-Address radius_cvt_int -- Converts raw data to integer radius_cvt_string -- Converts raw data to string radius_demangle_mppe_key -- Derives mppe-keys from mangled data radius_demangle -- Demangles data radius_get_attr -- Extracts an attribute radius_get_vendor_attr -- Extracts a vendor specific attribute radius_put_addr -- Attaches an IP-Address attribute radius_put_attr -- Attaches a binary attribute radius_put_int -- Attaches an integer attribute radius_put_string -- Attaches a string attribute radius_put_vendor_addr -- Attaches a vendor specific IP-Address attribute radius_put_vendor_attr -- Attaches a vendor specific binary attribute radius_put_vendor_int -- Attaches a vendor specific integer attribute radius_put_vendor_string -- Attaches a vendor specific string attribute radius_request_authenticator -- Returns the request authenticator radius_send_request -- Sends the request and waites for a reply radius_server_secret -- Returns the shared secret radius_strerror -- Returns an error message
CXXX. Rar
rar_close -- Close Rar archive and free all resources rar_entry_get -- Get entry object from the Rar archive Rar::extract -- Extract entry from the archive Rar::getAttr -- Get attributes of the entry Rar::getCrc -- Get CRC of the entry Rar::getFileTime -- Get entry last modification time Rar::getHostOs -- Get entry host OS Rar::getMethod -- Get pack method of the entry Rar::getName -- Get name of the entry Rar::getPackedSize -- Get packed size of the entry Rar::getUnpackedSize -- Get unpacked size of the entry Rar::getVersion -- Get version of the archiver used to add the entry rar_list -- Get entries list from the Rar archive rar_open -- Open Rar archive
CXXXIV. runkit
Runkit_Sandbox -- Runkit Sandbox Class -- PHP Virtual Machine Runkit_Sandbox_Parent -- Runkit Anti-Sandbox Class runkit_class_adopt -- Convert a base class to an inherited class, add ancestral methods when appropriate runkit_class_emancipate -- Convert an inherited class to a base class, removes any method whose scope is ancestral runkit_constant_add -- Similar to define(), but allows defining in class definitions as well runkit_constant_redefine -- Redefine an already defined constant runkit_constant_remove -- Remove/Delete an already defined constant runkit_function_add -- Add a new function, similar to create_function() runkit_function_copy -- Copy a function to a new function name runkit_function_redefine -- Replace a function definition with a new implementation runkit_function_remove -- Remove a function definition runkit_function_rename -- Change a function's name runkit_import -- Process a PHP file importing function and class definitions, overwriting where appropriate runkit_lint_file -- Check the PHP syntax of the specified file runkit_lint -- Check the PHP syntax of the specified php code runkit_method_add -- Dynamically adds a new method to a given class runkit_method_copy -- Copies a method from class to another runkit_method_redefine -- Dynamically changes the code of the given method runkit_method_remove -- Dynamically removes the given method runkit_method_rename -- Dynamically changes the name of the given method runkit_return_value_used -- Determines if the current functions return value will be used runkit_sandbox_output_handler -- Specify a function to capture and/or process output from a runkit sandbox runkit_superglobals -- Return numerically indexed array of registered superglobals
CXXXVI. SDO
SDO_DAS_ChangeSummary::beginLogging -- Begin change logging SDO_DAS_ChangeSummary::endLogging -- End change logging SDO_DAS_ChangeSummary::getChangeType -- Get the type of change made to an SDO_DataObject SDO_DAS_ChangeSummary::getChangedDataObjects -- Get the changed data objects from a change summary SDO_DAS_ChangeSummary::getOldContainer -- Get the old container for a deleted SDO_DataObject SDO_DAS_ChangeSummary::getOldValues -- Get the old values for a given changed SDO_DataObject SDO_DAS_ChangeSummary::isLogging -- Test to see whether change logging is switched on SDO_DAS_DataFactory::addPropertyToType -- Adds a property to a type SDO_DAS_DataFactory::addType -- Add a new type to a model SDO_DAS_DataFactory::getDataFactory -- Get a data factory instance SDO_DAS_DataObject::getChangeSummary -- Get a data object's change summary SDO_DAS_Setting::getListIndex -- Get the list index for a changed many-valued property
SDO_DAS_Setting::getPropertyIndex -- Get the property index for a changed property SDO_DAS_Setting::getPropertyName -- Get the property name for a changed property SDO_DAS_Setting::getValue -- Get the old value for the changed property SDO_DAS_Setting::isSet -- Test whether a property was set prior to being modified SDO_DataFactory::create -- Create an SDO_DataObject SDO_DataObject::clear -- Clear an SDO_DataObject's properties SDO_DataObject::createDataObject -- Create a child SDO_DataObject SDO_DataObject::getContainer -- Get a data object's container SDO_DataObject::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_Exception::getCause -- Get the cause of the exception. 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::getContainmentProperty -- Get the property which defines the containment relationship to the data object SDO_Model_ReflectionDataObject::getInstanceProperties -- Get the instance properties of 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_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
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
CXXXIX. Semaphore
ftok -- Convert a pathname and a project identifier to a System V IPC key msg_get_queue -- Create or attach to a message queue msg_receive -- Receive a message from a message queue msg_remove_queue -- Destroy a message queue msg_send -- Send a message to a message queue msg_set_queue -- Set information in the message queue data structure msg_stat_queue -- Returns information from the message queue data structure sem_acquire -- Acquire a semaphore sem_get -- Get a semaphore id sem_release -- Release a semaphore sem_remove -- Remove a semaphore shm_attach -- Creates or open a shared memory segment shm_detach -- Disconnects from shared memory segment shm_get_var -- Returns a variable from shared memory shm_put_var -- Inserts or updates a variable in shared memory shm_remove_var -- Removes a variable from shared memory shm_remove -- Removes shared memory from Unix systems
session_pgsql_set_field -- Set custom field value session_pgsql_status -- Get current save handler status
CXLII. Session
session_cache_expire -- Retorna o prazo do cache atual session_cache_limiter -- Obtm e/ou define o limitador do cache atual session_commit -- Sinnimo de session_write_close() session_decode -- Decifra dado de sesso de uma string session_destroy -- Destroi todos os dados registrados em uma sesso session_encode -- Codifica os dados da sesso atual como uma string session_get_cookie_params -- Obtm os parmetros do cookie da sesso session_id -- Obtm e/ou define o id de sesso atual session_is_registered -- Descobre se uma varivel global est registrada numa sesso. session_module_name -- Obtm e/ou define o mdulo da sesso atual session_name -- Obtm e/ou define o nome da sesso atual session_regenerate_id -- Atualiza o id da seo atual com um novo gerado session_register -- Registrar uma ou mais variveis globais na sesso atual session_save_path -- Obtm e/ou define o save path da sesso atual session_set_cookie_params -- Define os parmetros do cookie de sesso session_set_save_handler -- Define a sequncia de funes de armazenamento session_start -- Inicia dados de sesso session_unregister -- Desregistra uma varivel global da sesso atual session_unset -- Libera todas as variveis de sesso session_write_close -- Escreve dados de sesso e termina a sesso
CXLIV. SimpleXML
SimpleXMLElement->addAttribute() -- Adds an attribute to the SimpleXML element SimpleXMLElement->addChild() -- Adds a child element to the XML node SimpleXMLElement->asXML() -- Return a well-formed XML string based on SimpleXML element SimpleXMLElement->attributes() -- Identifies an element's attributes SimpleXMLElement->children() -- Finds children of given node SimpleXMLElement->__construct() -- Creates a new SimpleXMLElement object SimpleXMLElement->getDocNamespaces() -- Returns namespaces declared in document SimpleXMLElement->getName() -- Gets the name of the XML element SimpleXMLElement->getNamespaces() -- Returns namespaces used in document SimpleXMLElement->registerXPathNamespace() -- Creates a prefix/ns context for the next XPath query SimpleXMLElement->xpath() -- Runs XPath query on XML data simplexml_import_dom -- Get a SimpleXMLElement object from a DOM node. simplexml_load_file -- Interprets an XML file into an object simplexml_load_string -- Interprets a string of XML into an object
CXLV. SNMP
snmp_get_quick_print -- Fetches the current value of the UCD library's quick_print setting snmp_get_valueretrieval -- Return the method how the SNMP values will be returned snmp_read_mib -- Reads and parses a MIB file into the active MIB tree snmp_set_enum_print -- Return all values that are enums with their enum value instead of the raw integer snmp_set_oid_numeric_print -- Return all objects including their respective object id within the specified one snmp_set_quick_print -- Set the value of quick_print within the UCD SNMP library snmp_set_valueretrieval -- Specify the method how the SNMP values will be returned
snmpget -- Fetch an SNMP object snmpgetnext -- Fetch a SNMP object snmprealwalk -- Return all objects including their respective object ID within the specified one snmpset -- Set an SNMP object snmpwalk -- Fetch all the SNMP objects from an agent snmpwalkoid -- Query for a tree of information about a network entity
CXLVI. SOAP
is_soap_fault -- Checks if SOAP call was failed SoapClient->__call() -- Calls a SOAP function (deprecated) SoapClient->__construct() -- SoapClient constructor SoapClient->__doRequest() -- Performs a SOAP request SoapClient->__getFunctions() -- Returns list of SOAP functions SoapClient->__getLastRequest() -- Returns last SOAP request SoapClient->__getLastRequestHeaders() -- Returns last SOAP request headers SoapClient->__getLastResponse() -- Returns last SOAP response. SoapClient->__getLastResponseHeaders() -- Returns last SOAP response headers. SoapClient->__getTypes() -- Returns list of SOAP types SoapClient->__setCookie() -- Sets the cookie that will be sent with the SOAP request SoapClient->__soapCall() -- Calls a SOAP function SoapFault->__construct() -- SoapFault constructor SoapHeader->__construct() -- SoapHeader constructor SoapParam->__construct() -- SoapParam constructor SoapServer->addFunction() -- Adds one or several functions those will handle SOAP requests SoapServer->__construct() -- SoapServer constructor SoapServer->fault() -- Issue SoapServer fault indicating an error SoapServer->getFunctions() -- Returns list of defined functions SoapServer->handle() -- Handles a SOAP request SoapServer->setClass() -- Sets class which will handle SOAP requests SoapServer->setPersistence() -- Sets persistence mode of SoapServer SoapVar->__construct() -- SoapVar constructor use_soap_error_handler -- Set whether to use the SOAP error handler and return the former value
CXLVII. Socket
socket_accept -- Aceita uma conexo com um socket socket_bind -- Passa um nome para o socket socket_clear_error -- Limpa o erro no socket ou o ltimo cdigo de erro socket_close -- Fecha um socket resource socket_connect -- Inicializa uma conexo em um socket socket_create_listen -- Abre uma porta do socket para aceitar conexes socket_create_pair -- Cria um par de sockets irreconhecveis e armazena-os no fds. socket_create -- Cria um socket (endpoint para comunicao) socket_get_option -- Pega opes de socket para o socket socket_getpeername -- Pergunta ao lado remoto do socket dado qual deve ser o resultado em host/port ou no endereo UNIX filesystem, dependendo deste tipo. socket_getsockname -- Pergunta o lado local dado do socket no qual deve retornar resultados no host/port ou no endereo UNIX filesystem, dependendo do tipo. socket_last_error -- Retorna o ltimo erro no socket socket_listen -- Abre escuta para uma conexo no socket socket_read -- L um comprimento mximo de bytes de um socket socket_recv -- Recebe dados de um socket conectado socket_recvfrom -- Recebe dados de um socket, conectado ou no socket_select -- Executa a chamada de sistema select() nos arrays dados de sockets com um timeout especificado socket_send -- Envia dados para um socket conectado socket_sendto -- Envia uma mensagem para o socket, se estiver conectado ou no socket_set_block -- Configura o modo bloqueio em um socket resource socket_set_nonblock -- Configura o modo nonblocking para o arquivo de descrio fd socket_set_option -- Configura opes de socket para o socket socket_shutdown -- Fecha um socket para receber, enviar dados ou ambos. socket_strerror -- Retorna uma string descrevendo o erro do socket
ParentIterator::getChildren -- Return the inner iterator's children contained in a ParentIterator ParentIterator::hasChildren -- Check whether the inner iterator's current element has children ParentIterator::next -- Move the iterator forward ParentIterator::rewind -- Rewind the iterator RecursiveDirectoryIterator::getChildren -- Returns an iterator for the current entry if it is a directory RecursiveDirectoryIterator::hasChildren -- Returns whether current entry is a directory and not '.' or '..' RecursiveDirectoryIterator::key -- Return path and filename of current dir entry RecursiveDirectoryIterator::next -- Move to next entry RecursiveDirectoryIterator::rewind -- Rewind dir back to the start RecursiveIteratorIterator::current -- Access the current element value RecursiveIteratorIterator::getDepth -- Get the current depth of the recursive iteration RecursiveIteratorIterator::getSubIterator -- The current active sub iterator RecursiveIteratorIterator::key -- Access the current key RecursiveIteratorIterator::next -- Move forward to the next element RecursiveIteratorIterator::rewind -- Rewind the iterator to the first element of the top level inner iterator RecursiveIteratorIterator::valid -- Check whether the current position is valid SimpleXMLIterator::current -- Return current SimpleXML entry SimpleXMLIterator::getChildren -- Returns an iterator for the current entry if it is a SimpleXML object SimpleXMLIterator::hasChildren -- Returns whether current entry is a SimpleXML object SimpleXMLIterator::key -- Return current SimpleXML key SimpleXMLIterator::next -- Move to next entry SimpleXMLIterator::rewind -- Rewind SimpleXML back to the start SimpleXMLIterator::valid -- Check whether SimpleXML contains more entries class_implements -- Return the interfaces which are implemented by the given class class_parents -- Return the parent classes of the given class iterator_count -- Count the elements in an iterator iterator_to_array -- Copy the iterator into an array spl_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_autoload -- Default implementation for __autoload() spl_classes -- Return available SPL classes
CXLIX. SQLite
sqlite_array_query -- Executa uma query ao banco de dados e retorna uma matriz sqlite_busy_timeout -- Define o tempo de espera quando o banco de dados estiver ocupado sqlite_changes -- Retorna o nmero de linhas que foram alteradas pela SQL mais recente. sqlite_close -- Fecha um banco de dados SQLite que esteja aberto. sqlite_column -- Retorna uma coluna da linha atual do conjunto de resultados. sqlite_create_aggregate -- Registra uma funo agregada UDF para usar em SQLs sqlite_create_function -- Registra uma Funo Definida pelo Usurio (UDF) para usar em SQL. sqlite_current -- Retorna a linha atual do resultado como uma matriz. sqlite_error_string -- Retorna a descrio textual de um cdigo de erro sqlite_escape_string -- Escapa uma string para ser usada como um parmetro em uma query sqlite_exec -- Executes a result-less query against a given database sqlite_factory -- Opens a SQLite database and returns a SQLiteDatabase object sqlite_fetch_all -- Fetches all rows from a result set as an array of arrays sqlite_fetch_array -- Obtm a prxima linha de um resultado como uma matriz. sqlite_fetch_column_types -- Return an array of column types from a particular table sqlite_fetch_object -- Fetches the next row from a result set as an object sqlite_fetch_single -- Retorna o resultado da primeira coluna como string. sqlite_fetch_string -- Apelido para sqlite_fetch_single() sqlite_field_name -- Retorna o nome de um campo em particular. sqlite_has_more -- Retorna quando existem ou no mais linhas disponveis sqlite_has_prev -- Returns whether or not a previous row is available sqlite_key -- Returns the current row index sqlite_last_error -- Retorna o cdigo de erro para o ltimo erro em um banco de dados
sqlite_last_insert_rowid -- Retorna o rowid da ultima linha inserida. sqlite_libencoding -- Retorna a codificao da biblioteca SQLite. sqlite_libversion -- Retorna a verso da biblioteca SQLite. sqlite_next -- Move para a prxima linha. sqlite_num_fields -- Retorna o nmero de campos no conjunto de resultados. sqlite_num_rows -- Retorna o nmero de linhas em um conjunto de resultados. sqlite_open -- Abre um banco de dados SQLite. Ir criar o banco de dados se ele no existir sqlite_popen -- Abre uma conexo persistente com um banco de dados SQLite. Ir criar um se ele no existir. sqlite_prev -- Seek to the previous row number of a result set sqlite_query -- Executa uma query em um banco de dados e retorna um conjunto de resultados. sqlite_rewind -- Vai para a primeira linha. sqlite_seek -- Move o ponteiro interno para uma linha em um conjunto de resultados sqlite_single_query -- Executes a query and returns either an array for one single column or the value of the first row sqlite_udf_decode_binary -- Decodifica dados binrios passados como parmetros para uma UDF. sqlite_udf_encode_binary -- Codifica dados binrios para utilizar com uma UDF. sqlite_unbuffered_query -- Executa uma query que no guarda em buffer os resultados sqlite_valid -- Returns whether more rows are available
CLII. Statistics
stats_absolute_deviation -- Returns the absolute deviation of an array of values 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 -- Not documented stats_cdf_chisquare -- Calculates any one parameter of the chi-square distribution given values for the others. stats_cdf_exponential -- Not documented 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 -- Not documented stats_cdf_logistic -- Not documented 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 -- Not documented stats_cdf_weibull -- Not documented stats_covariance -- Computes the covariance of two data sets stats_den_uniform -- Not documented stats_dens_beta -- Not documented stats_dens_cauchy -- Not documented stats_dens_chisquare -- Not documented stats_dens_exponential -- Not documented stats_dens_f -stats_dens_gamma -- Not documented stats_dens_laplace -- Not documented stats_dens_logistic -- Not documented stats_dens_negative_binomial -- Not documented stats_dens_normal -- Not documented stats_dens_pmf_binomial -- Not documented stats_dens_pmf_hypergeometric -stats_dens_pmf_poisson -- Not documented stats_dens_t -- Not documented stats_dens_weibull -- Not documented stats_harmonic_mean -- Returns the harmonic mean of an array of values stats_kurtosis -- Computes the kurtosis of the data in the array 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 from the F (variance ratio) distribution with "dfn" degrees of freedom in the numerator and "dfd" degrees of freedom in the denominator. Method : directly generates ratio of chisquare variates 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_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_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_int -- Generates random integer between 1 and 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 -- Not documented 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 -- Not documented stats_skew -- Computes the skewness of the data in the array stats_standard_deviation -- Returns the standard deviation stats_stat_binomial_coef -- Not documented stats_stat_correlation -- Not documented stats_stat_gennch -- Not documented stats_stat_independent_t -- Not documented 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 -- Not documented stats_stat_percentile -- Not documented stats_stat_powersum -- Not documented stats_variance -- Returns the population variance
CLIII. 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_context_create -- Create a streams context stream_context_get_default -- Retreive the default streams context stream_context_get_options -- Retrieve options for a stream/wrapper/context stream_context_set_option -- Sets an option for a stream/wrapper/context stream_context_set_params -- Set parameters for a stream/wrapper/context stream_copy_to_stream -- Copies data from one stream to another stream_filter_append -- Attach a filter to a stream stream_filter_prepend -- Attach a filter to a stream stream_filter_register -- Register a stream filter implemented as a PHP class derived from php_user_filter stream_filter_remove -- Remove a filter from a stream stream_get_contents -- Reads remainder of a stream into a string stream_get_filters -- Retrieve list of registered filters stream_get_line -- Gets line from stream resource up to a given delimiter stream_get_meta_data -- Retrieves header/meta data from streams/file pointers stream_get_transports -- Retrieve list of registered socket transports stream_get_wrappers -- Retrieve list of registered streams stream_register_wrapper -- Alias of stream_wrapper_register() stream_select -- Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by tv_sec and tv_usec stream_set_blocking -- Set blocking/non-blocking mode on a stream stream_set_timeout -- Set timeout period on a stream stream_set_write_buffer -- Sets file buffering on the given stream
stream_socket_accept -- Accept a connection on a socket created by stream_socket_server() stream_socket_client -- Open Internet or Unix domain socket connection stream_socket_enable_crypto -- Turns encryption on/off on an already connected socket stream_socket_get_name -- Retrieve the name of the local or remote sockets stream_socket_pair -- Creates a pair of connected, indistinguishable socket streams stream_socket_recvfrom -- Receives data from a socket, connected or not stream_socket_sendto -- Sends a message to a socket, whether it is connected or not stream_socket_server -- Create an Internet or Unix domain server socket stream_wrapper_register -- Register a URL wrapper implemented as a PHP class stream_wrapper_restore -- Restores a previously unregistered built-in wrapper stream_wrapper_unregister -- Unregister a URL wrapper
CLIV. String
addcslashes -- String entre aspas com barras no estilo C addslashes -- Adiciona barras invertidas a uma string bin2hex -- Converte um dado binrio em hexadecimal chop -- Alias de rtrim() chr -- Retorna um caracter especfico chunk_split -- Divide uma string em pequenos pedaos convert_cyr_string -- Converte de um caracter cirlico para outro convert_uudecode -- Decode a uuencoded string convert_uuencode -- Uuencode a string count_chars -- Retorna informaes sobre os caracteres usados numa string crc32 -- Calcula polinmio crc32 de uma string crypt -- nico caminho de codificao de string (hashing) echo -- Exibe uma ou mais strings explode -- Divide uma string em strings fprintf -- Escreve uma string formatada para um stream get_html_translation_table -- Retorna a tabela de traduo usada por htmlspecialchars() e htmlentities() hebrev -- Converte texto lgico Hebraico para texto visual hebrevc -- Converte um texto lgico Hebrico para um texto visual com converso newline html_entity_decode -- Converte todas as entidades HTML para os seus caracteres htmlentities -- Converte todos os caracteres para HTML entities htmlspecialchars_decode -- Convert special HTML entities back to characters htmlspecialchars -- Converte caracteres especiais para a realidade HTML implode -- Junta elementos de uma matriz em uma string join -- Sinnimo de implode() levenshtein -- Calcula a distncia Levenshtein entre duas strings localeconv -- Obtm a informao da formatao numrica ltrim -- Retira whitespace do incio da string md5_file -- Calcula hash md5 de um dado arquivo md5 -- Calcula o "hash MD5" de uma string metaphone -- Calcula a metaphone key de uma string money_format -- Formata um nmero como uma string de moeda nl_langinfo -- Retorna informao de linguagem e local nl2br -- Insere quebras de linha HTML antes de todas newlines em uma string number_format -- Formata um nmero com os milhares agrupados ord -- Retorna o valor ASCII do caractere parse_str -- Converte a string em variveis print -- Mostra uma string printf -- Mostra uma string formatada quoted_printable_decode -- Converte uma string quoted-printable para uma string de 8 bit quotemeta -- Adiciona uma barra invertida antes dos meta caracteres rtrim -- Retira espao em branco do final da string setlocale -- Define informaes locais sha1_file -- Calcula a hash sha1 de um arquivo sha1 -- Calcula a hash sha1 de uma string similar_text -- Calcula a similaridade entre duas strings soundex -- Calcula a chave soundex de uma string sprintf -- Retorna uma string formatada sscanf -- Interpreta a entrada de uma string de acordo com um formato
str_ireplace -- Verso que no diferencia maisculas e minsculas de str_replace(). str_pad -- Preenche uma string para um certo tamanho com outra string str_repeat -- Repete uma string str_replace -- Substitui todas as ocorrncias da string de procura com a string de substituio str_rot13 -- Executa a transformao rot13 em uma string str_shuffle -- Mistura uma string aleatoriamente str_split -- Converte uma string para um array str_word_count -- Retorna informao sobre as palavras usadas em uma string strcasecmp -- Comparao de strings sem diferenciar maisculas e minsculas segura para binrio strchr -- Apelido para strstr() strcmp -- Comparao de string segura para binrio strcoll -- Comparao de string baseada no local strcspn -- Encontra o tamanho do segmento inicial que no contenha a mascara strip_tags -- Retira as tags HTML e PHP de uma string stripcslashes -- Desfaz o efeito de addcslashes() stripos -- Encontra a primeira ocorrencia de uma string sem diferenciar maisculas e minsculas stripslashes -- Desfaz o efeito de addslashes() stristr -- strstr() sem diferenciar maisculas e minsculas strlen -- Retorna o tamanho de uma string strnatcasecmp -- Comparao de strings sem diferenciar maisculas/minsculas usando o algoritmo "natural order" strnatcmp -- Comparao de strings usando o algoritmo "natural order" strncasecmp -- Comparao de string caso-sensitivo de Binrio seguro dos primeiros n caracteres strncmp -- Comparao de string segura para binrio para os primeiros n caracteres strpbrk -- Search a string for any of a set of characters strpos -- Encontra a posio da primeira ocorrncia de uma string strrchr -- Encontra a ultima ocorrncia de um caractere em uma string strrev -- Reverte uma string strripos -- Encontra a posio da ltima ocorrncia de uma string case-insensitive em uma string strrpos -- Encontra a posio da ltima ocorrncia de um caractere em uma string strspn -- Encontra o comprimento do segmento inicial combinando com a mscara strstr -- Encontra a primeira ocorrencia de uma string strtok -- Tokeniza uma string strtolower -- Converte uma string para minsculas strtoupper -- Converte uma string para maisculas strtr -- Traduz certos caracteres substr_compare -- A comparao binria entre duas strings case-insensitive de um offset guardada opcionalmente, at o limite do comprimento de caracteres substr_count -- Conta o nmero de ocorrncias de uma substring substr_replace -- Substitui o texto dentro de uma parte de uma string substr -- Retorna uma parte de uma string trim -- Retira espao no nicio e final de uma string ucfirst -- Converte para maiscula o primeiro caractere de uma string ucwords -- Converte para maisculas o primeiro caractere de cada palavra vfprintf -- Write a formatted string to a stream vprintf -- Mostra uma string formatada vsprintf -- Retorna uma string formatada wordwrap -- Quebra uma string em linhas usando um caractere de quebra de linha.
swf_actionwaitforframe -- Skip actions if a frame has not been loaded swf_addbuttonrecord -- Controls location, appearance and active area of the current button swf_addcolor -- Set the global add color to the rgba value specified swf_closefile -- Close the current Shockwave Flash file swf_definebitmap -- Define a bitmap swf_definefont -- Defines a font swf_defineline -- Define a line swf_definepoly -- Define a polygon swf_definerect -- Define a rectangle swf_definetext -- Define a text string swf_endbutton -- End the definition of the current button swf_enddoaction -- End the current action swf_endshape -- Completes the definition of the current shape swf_endsymbol -- End the definition of a symbol swf_fontsize -- Change the font size swf_fontslant -- Set the font slant swf_fonttracking -- Set the current font tracking swf_getbitmapinfo -- Get information about a bitmap swf_getfontinfo -- The height in pixels of a capital A and a lowercase x swf_getframe -- Get the frame number of the current frame swf_labelframe -- Label the current frame swf_lookat -- Define a viewing transformation swf_modifyobject -- Modify an object swf_mulcolor -- Sets the global multiply color to the rgba value specified swf_nextid -- Returns the next free object id swf_oncondition -- Describe a transition used to trigger an action list swf_openfile -- Open a new Shockwave Flash file swf_ortho2 -- Defines 2D orthographic mapping of user coordinates onto the current viewport swf_ortho -- Defines an orthographic mapping of user coordinates onto the current viewport swf_perspective -- Define a perspective projection transformation swf_placeobject -- Place an object onto the screen swf_polarview -- Define the viewer's position with polar coordinates swf_popmatrix -- Restore a previous transformation matrix swf_posround -- Enables or Disables the rounding of the translation when objects are placed or moved swf_pushmatrix -- Push the current transformation matrix back unto the stack swf_removeobject -- Remove an object swf_rotate -- Rotate the current transformation swf_scale -- Scale the current transformation swf_setfont -- Change the current font swf_setframe -- Switch to a specified frame swf_shapearc -- Draw a circular arc swf_shapecurveto3 -- Draw a cubic bezier curve swf_shapecurveto -- Draw a quadratic bezier curve between two points swf_shapefillbitmapclip -- Set current fill mode to clipped bitmap swf_shapefillbitmaptile -- Set current fill mode to tiled bitmap swf_shapefilloff -- Turns off filling swf_shapefillsolid -- Set the current fill style to the specified color swf_shapelinesolid -- Set the current line style swf_shapelineto -- Draw a line swf_shapemoveto -- Move the current position swf_showframe -- Display the current frame swf_startbutton -- Start the definition of a button swf_startdoaction -- Start a description of an action list for the current frame swf_startshape -- Start a complex shape swf_startsymbol -- Define a symbol swf_textwidth -- Get the width of a string swf_translate -- Translate the current transformations swf_viewport -- Select an area for future drawing
CLVI. Sybase
sybase_affected_rows -- Informa o nmero de linhas afetadas pela ltima consulta sybase_close -- Fecha uma conexo Sybase
sybase_connect -- Abre uma conexo Sybase sybase_data_seek -- Move o ponteiro interno das linhas sybase_deadlock_retry_count -- Define o nmero de tentativas em caso de travamento sybase_fetch_array -- Obtm uma linha como uma matriz sybase_fetch_assoc -- Obtm uma linha do resultado como uma matriz associativa sybase_fetch_field -- Obtm informaes de um campo do resultado sybase_fetch_object -- Obtm uma linha como um objeto sybase_fetch_row -- Obtm uma linha do resultado como uma matriz numrica sybase_field_seek -- Define o ndice do campo sybase_free_result -- Libera um resultado da memria sybase_get_last_message -- Retorna a ltima mensagem do servidor sybase_min_client_severity -- Define a severidade mnima do cliente sybase_min_error_severity -- Define o aseveridade mnima de erro sybase_min_message_severity -- Define a severidade mnima para mensagens sybase_min_server_severity -- Define a severidade mnima do servidor sybase_num_fields -- Obtm o nmero de campos em um conjunto de resultados sybase_num_rows -- Obtm o nmero de linhas em um conjunto de resultados sybase_pconnect -- Abre uma conexo Sybase persistente sybase_query -- Envia uma consulta Sybase sybase_result -- Obtm dados do resultado sybase_select_db -- Seleciona um banco de dados Sybase sybase_set_message_handler -- Define um manipulador para quando uma mensagem do servidor enviada sybase_unbuffered_query -- Envia uma consulta Sybase e no bloqueia
CLVIII. Tidy
ob_tidyhandler -- ob_start callback function to repair the buffer tidy_access_count -- Returns the Number of Tidy accessibility warnings encountered for specified document tidy_clean_repair -- Execute configured cleanup and repair operations on parsed markup tidy_config_count -- Returns the Number of Tidy configuration errors encountered for specified document tidy::__construct -- Constructs a new tidy object tidy_diagnose -- Run configured diagnostics on parsed and repaired markup tidy_error_count -- Returns the Number of Tidy errors encountered for specified document tidy_get_body -- Returns a tidyNode Object starting from the <body> tag of the tidy parse tree tidy_get_config -- Get current Tidy configuration tidy_get_error_buffer -- Return warnings and errors which occurred parsing the specified document tidy_get_head -- Returns a tidyNode Object starting from the <head> tag of the tidy parse tree tidy_get_html_ver -- Get the Detected HTML version for the specified document tidy_get_html -- Returns a tidyNode Object starting from the <html> tag of the tidy parse tree tidy_get_opt_doc -- Returns the documentation for the given option name tidy_get_output -- Return a string representing the parsed tidy markup tidy_get_release -- Get release date (version) for Tidy library tidy_get_root -- Returns a tidyNode object representing the root of the tidy parse tree tidy_get_status -- Get status of specified document tidy_getopt -- Returns the value of the specified configuration option for the tidy document tidy_is_xhtml -- Indicates if the document is a XHTML document tidy_is_xml -- Indicates if the document is a generic (non HTML/XHTML) XML document tidy_load_config -- Load an ASCII Tidy configuration file with the specified encoding tidy_node->get_attr -- Return the attribute with the provided attribute id tidy_node->get_nodes -- Return an array of nodes under this node with the specified id tidy_node->next -- Returns the next sibling to this node tidy_node->prev -- Returns the previous sibling to this node tidy_parse_file -- Parse markup in file or URI
tidy_parse_string -- Parse a document stored in a string tidy_repair_file -- Repair a file and return it as a string tidy_repair_string -- Repair a string using an optionally provided configuration file tidy_reset_config -- Restore Tidy configuration to default values tidy_save_config -- Save current settings to named file tidy_set_encoding -- Set the input/output character encoding for parsing markup tidy_setopt -- Updates the configuration settings for the specified tidy document tidy_warning_count -- Returns the Number of Tidy warnings encountered for specified document tidyNode->hasChildren -- Returns true if this node has children tidyNode->hasSiblings -- Returns true if this node has siblings tidyNode->isAsp -- Returns true if this node is ASP tidyNode->isComment -- Returns true if this node represents a comment tidyNode->isHtml -- Returns true if this node is part of a HTML document tidyNode->isJste -- Returns true if this node is JSTE tidyNode->isPhp -- Returns true if this node is PHP tidyNode->isText -- Returns true if this node represents text (no markup)
CLIX. Tokenizer
token_get_all -- Divide um dado fonte em tokens do PHP token_name -- Pega o nome simblico de um dado token do PHP
CLX. Unicode
i18n_loc_get_default -- Get the default Locale i18n_loc_set_default -- Set the default Locale unicode_encode -- Takes a unicode string and converts it to a string in the specified encoding unicode_semantics -- Check whether unicode semantics is enabled
CLXI. URL
base64_decode -- Decodifica dados codificados com MIME base64 base64_encode -- Codifica dados com MIME base64 get_headers -- Fetches all the headers sent by the server in response to a HTTP request get_meta_tags -- Extrai as informaes das tag meta de um arquivo e retorna como uma matriz http_build_query -- Generate URL-encoded query string parse_url -- Interpreta uma URL e retorna os seus componentes rawurldecode -- Decodifica uma URL rawurlencode -- Codifica uma URL de acordo com RFC 1738 urldecode -- Decodifica uma URL codificada urlencode -- Codifica uma URL
CLXII. Variveis
debug_zval_dump -- Dumps a string representation of an internal zend value to output doubleval -- Sinnimo de floatval() empty -- Informa se a varivel vazia floatval -- Retorna o valor float da varivel get_defined_vars -- Retorna o array com todas variveis definidas get_resource_type -- Retorna o tipo de resource gettype -- Retorna o tipo da varivel import_request_variables -- Import GET/POST/Cookie variables into the global scope intval -- Retorna o valor integer da varivel is_array -- Verifica se a varivel um array is_bool -- Verifica se a varivel um boleano is_callable -- Verify that the contents of a variable can be called as a function is_double -- Sinnimo parais_float() is_float -- Informa se a varivel um float is_int -- Informa se a varivel um inteiro is_integer -- Sinnimo de is_int() is_long -- Sinnimo de is_int() is_null -- Informa se a varivel NULL is_numeric -- Informa se a varivel um nmero ou uma string numrica
is_object -- Informa se a varivel um objeto is_real -- Funo sinnima de is_float() is_resource -- Informa se a varivel um resource is_scalar -- Informa se uma vriavel escalar is_string -- Informa se a varivel uma string isset -- Informa se a varivel foi iniciada print_r -- Prints human-readable information about a variable serialize -- Generates a storable representation of a value settype -- Atribui um tipo para a varivel strval -- Retorna o valor string de uma varivel unserialize -- Creates a PHP value from a stored representation unset -- Destri a varivel especificada var_dump -- Mostra informaes sobre a varivel var_export -- Mostra ou retorna uma representao estruturada de uma varivel
CLXIV. vpopmail
vpopmail_add_alias_domain_ex -- Add alias to an existing virtual domain vpopmail_add_alias_domain -- Add an alias for a virtual domain vpopmail_add_domain_ex -- Add a new virtual domain vpopmail_add_domain -- Add a new virtual domain vpopmail_add_user -- Add a new user to the specified virtual domain vpopmail_alias_add -- Insert a virtual alias vpopmail_alias_del_domain -- Deletes all virtual aliases of a domain vpopmail_alias_del -- Deletes all virtual aliases of a user vpopmail_alias_get_all -- Get all lines of an alias for a domain vpopmail_alias_get -- Get all lines of an alias for a domain vpopmail_auth_user -- Attempt to validate a username/domain/password vpopmail_del_domain_ex -- Delete a virtual domain vpopmail_del_domain -- Delete a virtual domain vpopmail_del_user -- Delete a user from a virtual domain vpopmail_error -- Get text message for last vpopmail error vpopmail_passwd -- Change a virtual user's password vpopmail_set_user_quota -- Sets a virtual user's quota
CLXV. W32api
w32api_deftype -- Define um tipo para ser usado com outras funes da w32api_functions w32api_init_dtype -- Cria uma instncia do tipo de dado typename e atribui ao mesmo os valores passados w32api_invoke_function -- Invoca a funo funcname com os argumentos passados aps o nome da funo w32api_register_function -- Registra funo function_name da biblioteca com o PHP w32api_set_call_method -- Edita a chamada de mtodo usada
CLXVI. WDDX
wddx_add_vars -- Adiciona variveis a um pacote WDDX com o IP especificado wddx_deserialize -- Sinnimo de wddx_unserialize() wddx_packet_end -- Finaliza um pacote WDDX com o ID especificado wddx_packet_start -- Inicializa um novo pacote WDDX com uma estrutura dentro dele wddx_serialize_value -- Serializa um nico valor em um pacote WDDX wddx_serialize_vars -- Serializa variveis em um pacote WDDX wddx_unserialize -- De-serializa um pacote WDDX
CLXVII. win32ps
win32_ps_list_procs -- Lista processos sendo executados
CLXVIII. win32service
win32_create_service -- Creates a new service entry in the SCM database win32_delete_service -- Deletes a service entry from the SCM database win32_get_last_control_message -- Returns the last control message that was sent to this service win32_query_service_status -- Queries the status of a service win32_set_service_status -- Update the service status win32_start_service_ctrl_dispatcher -- Registers the script with the SCM, so that it can act as the service with the given name win32_start_service -- Starts a service win32_stop_service -- Stops a service
CLXIX. xattr
xattr_get -- Retorna um atributo extendido xattr_list -- Retorna uma lista dos atributos extendidos xattr_remove -- Remove um atributo extendido xattr_set -- Edita um atributo extendido xattr_supported -- Checa se o sistema de arquivos suporta atributos extendidos
CLXX. xdiff
xdiff_file_diff_binary -- Make binary diff of two files xdiff_file_diff -- Make unified diff of two files xdiff_file_merge3 -- Merge 3 files into one xdiff_file_patch_binary -- Patch a file with a binary diff xdiff_file_patch -- Patch a file with an unified diff xdiff_string_diff_binary -- Make binary diff of two strings xdiff_string_diff -- Make unified diff of two strings xdiff_string_merge3 -- Merge 3 strings into one xdiff_string_patch_binary -- Patch a string with a binary diff xdiff_string_patch -- Patch a string with an unified diff
CLXXI. XML
utf8_decode -- Converte uma string com caracteres ISO-8859-1 codificadas com UTF-8 para single-byte ISO-8859-1. utf8_encode -- Codifica um string ISO-8859-1 para UTF-8 xml_error_string -- Obtm uma string de erro do analisador XML xml_get_current_byte_index -- Obtm o ndice do byte atual para um analisador XML xml_get_current_column_number -- Obtm o nmero da coluna atual para um analisador XML xml_get_current_line_number -- Obtm o nmero da linha para um analisador XML xml_get_error_code -- Obtm um cdigo de erro do analisador XML xml_parse_into_struct -- Analisa dados XML dentro de uma estrutura de array xml_parse -- Inicia a anlise em um documento XML xml_parser_create_ns -- Cria um analisador XML com suporte a namespace (uma estrutura do XML) xml_parser_create -- cria um analisador XML xml_parser_free -- Free an XML parser xml_parser_get_option -- Get options from an XML parser xml_parser_set_option -- Set options in an XML parser xml_set_character_data_handler -- Set up character data handler xml_set_default_handler -- Set up default handler xml_set_element_handler -- Set up start and end element handlers xml_set_end_namespace_decl_handler -- Set up end namespace declaration handler xml_set_external_entity_ref_handler -- Set up external entity reference handler xml_set_notation_decl_handler -- Set up notation declaration handler xml_set_object -- Use XML Parser within an object xml_set_processing_instruction_handler -- Set up processing instruction (PI) handler xml_set_start_namespace_decl_handler -- Set up start namespace declaration handler
CLXXII. XML-RPC
xmlrpc_decode_request -- Decodifica XML para tipos nativos do PHP xmlrpc_decode -- Decodifica XML para tipos nativos do PHP xmlrpc_encode_request -- Gera XML para uma requisio xmlrpc_encode -- Gera XML para um valor do PHP xmlrpc_get_type -- Pega o tipo xmlrpc para um valor do PHP xmlrpc_is_fault -- Determina se um valor de array representa uma falha XMLRPC xmlrpc_parse_method_descriptions -- Decodifica XML e gera uma lista de descrio de mtodos xmlrpc_server_add_introspection_data -- Adiciona documentao de introspeco xmlrpc_server_call_method -- Trata requisies de XML e chamadas de mtodos xmlrpc_server_create -- Cria um servidor xmlrpc xmlrpc_server_destroy -- Destroi o servidor xmlrpc xmlrpc_server_register_introspection_callback -- Registra uma funo do PHP para gerar documentao xmlrpc_server_register_method -- Registra uma funo do PHP para o mtodo com nome method_name xmlrpc_set_type -- Configura um tipo xmlrpc, base64 ou datetime, para uma string do PHP
CLXXIII. XMLReader
XMLReader->close() -- Close the XMLReader input XMLReader->expand() -- Returns a copy of the current node as a DOM object XMLReader->getAttribute() -- Get the value of a named attribute XMLReader->getAttributeNo() -- Get the value of an attribute by index XMLReader->getAttributeNS() -- Get the value of an attribute by localname and URI XMLReader->getParserProperty() -- Indicates if specified property has been set XMLReader->isValid() -- Indicates if the parsed document is valid XMLReader->lookupNamespace() -- Lookup namespace for a prefix XMLReader->moveToAttribute() -- Move cursor to a named attribute XMLReader->moveToAttributeNo() -- Move cursor to an attribute by index XMLReader->moveToAttributeNs() -- Move cursor to a named attribute XMLReader->moveToElement() -- Position cursor on the parent Element of current Attribute XMLReader->moveToFirstAttribute() -- Position cursor on the first Attribute XMLReader->moveToNextAttribute() -- Position cursor on the next Attribute XMLReader->next() -- Move cursor to next node skipping all subtrees XMLReader->open() -- Set the URI containing the XML to parse XMLReader->read() -- Move to next node in document XMLReader->setParserProperty() -- Set or Unset parser options XMLReader->setRelaxNGSchema() -- Set the filename or URI for a RelaxNG Schema XMLReader->setRelaxNGSchemaSource() -- Set the data containing a RelaxNG Schema XMLReader->XML() -- Set the data containing the XML to parse
CLXXIV. xmlwriter
xmlwriter_end_attribute -- End attribute - returns FALSE on error xmlwriter_end_cdata -- End current CDATA - returns FALSE on error xmlwriter_end_comment -- Create end comment - returns FALSE on error xmlwriter_end_document -- End current document - returns FALSE on error xmlwriter_end_dtd_attlist -- End current DTD AttList - returns FALSE on error xmlwriter_end_dtd_element -- End current DTD element - returns FALSE on error xmlwriter_end_dtd_entity -- End current DTD Entity - returns FALSE on error xmlwriter_end_dtd -- End current DTD - returns FALSE on error xmlwriter_end_element -- End current element - returns FALSE on error xmlwriter_end_pi -- End current PI - returns FALSE on error xmlwriter_flush -- Output current buffer xmlwriter_full_end_element -- End current element - returns FALSE on error xmlwriter_open_memory -- Create new xmlwriter using memory for string output xmlwriter_open_uri -- Create new xmlwriter using source uri for output xmlwriter_output_memory -- Output current buffer as string xmlwriter_set_indent_string -- Set string used for indenting - returns FALSE on error xmlwriter_set_indent -- Toggle indentation on/off - returns FALSE on error
xmlwriter_start_attribute_ns -- Create start namespaced attribute - returns FALSE on error xmlwriter_start_attribute -- Create start attribute - returns FALSE on error xmlwriter_start_cdata -- Create start CDATA tag - returns FALSE on error xmlwriter_start_comment -- Create start comment - returns FALSE on error xmlwriter_start_document -- Create document tag - returns FALSE on error xmlwriter_start_dtd_attlist -- Create start DTD AttList - returns FALSE on error xmlwriter_start_dtd_element -- Create start DTD element - returns FALSE on error xmlwriter_start_dtd_entity -- Create start DTD Entity - returns FALSE on error xmlwriter_start_dtd -- Create start DTD tag - returns FALSE on error xmlwriter_start_element_ns -- Create start namespaced element tag - returns FALSE on error xmlwriter_start_element -- Create start element tag - returns FALSE on error xmlwriter_start_pi -- Create start PI tag - returns FALSE on error xmlwriter_text -- Write text - returns FALSE on error xmlwriter_write_attribute_ns -- Write full namespaced attribute - returns FALSE on error xmlwriter_write_attribute -- Write full attribute - returns FALSE on error xmlwriter_write_cdata -- Write full CDATA tag - returns FALSE on error xmlwriter_write_comment -- Write full comment tag - returns FALSE on error xmlwriter_write_dtd_attlist -- Write full DTD AttList tag - returns FALSE on error xmlwriter_write_dtd_element -- Write full DTD element tag - returns FALSE on error xmlwriter_write_dtd_entity -- Write full DTD Entity tag - returns FALSE on error xmlwriter_write_dtd -- Write full DTD tag - returns FALSE on error xmlwriter_write_element_ns -- Write full namesapced element tag - returns FALSE on error xmlwriter_write_element -- Write full element tag - returns FALSE on error xmlwriter_write_pi -- Write full PI tag - returns FALSE on error xmlwriter_write_raw -- Write text - returns FALSE on error
CLXXV. XSL
XSLTProcessor->__construct() -- Creates a new XSLTProcessor object XSLTProcessor->getParameter() -- Get value of a parameter XSLTProcessor->hasExsltSupport() -- Determine if PHP has EXSLT support XSLTProcessor->importStylesheet() -- Import stylesheet XSLTProcessor->registerPHPFunctions() -- Enables the ability to use PHP functions as XSLT functions XSLTProcessor->removeParameter() -- Remove parameter XSLTProcessor->setParameter() -- Set value for a parameter XSLTProcessor->transformToDoc() -- Transform to a DOMDocument XSLTProcessor->transformToURI() -- Transform to URI XSLTProcessor->transformToXML() -- Transform to XML
CLXXVI. XSLT
xslt_backend_info -- Returns the information on the compilation settings of the backend xslt_backend_name -- Returns the name of the backend xslt_backend_version -- Returns the version number of Sablotron xslt_create -- Create a new XSLT processor xslt_errno -- Returns an error number xslt_error -- Returns an error string xslt_free -- Free XSLT processor xslt_getopt -- Get options on a given xsl processor xslt_process -- Perform an XSLT transformation xslt_set_base -- Set the base URI for all XSLT transformations xslt_set_encoding -- Set the encoding for the parsing of XML documents xslt_set_error_handler -- Set an error handler for a XSLT processor xslt_set_log -- Set the log file to write log messages to xslt_set_object -- Sets the object in which to resolve callback functions xslt_set_sax_handler -- Set SAX handlers for a XSLT processor xslt_set_sax_handlers -- Set the SAX handlers to be called when the XML document gets processed xslt_set_scheme_handler -- Set Scheme handlers for a XSLT processor xslt_set_scheme_handlers -- Set the scheme handlers for the XSLT processor xslt_setopt -- Set options on a given xsl processor
CLXXVII. YAZ
yaz_addinfo -- Returns additional error information yaz_ccl_conf -- Configure CCL parser yaz_ccl_parse -- Invoke CCL Parser yaz_close -- Close YAZ connection yaz_connect -- Prepares for a connection to a Z39.50 server yaz_database -- Specifies the databases within a session yaz_element -- Specifies Element-Set Name for retrieval yaz_errno -- Returns error number yaz_error -- Returns error description yaz_es_result -- Inspects Extended Services Result yaz_es -- Prepares for an Extended Service Request yaz_get_option -- Returns value of option for connection yaz_hits -- Returns number of hits for last search yaz_itemorder -- Prepares for Z39.50 Item Order with an ILL-Request package yaz_present -- Prepares for retrieval (Z39.50 present) yaz_range -- Specifies a range of records to retrieve yaz_record -- Returns a record yaz_scan_result -- Returns Scan Response result yaz_scan -- Prepares for a scan yaz_schema -- Specifies schema for retrieval yaz_search -- Prepares for a search yaz_set_option -- Sets one or more options for connection yaz_sort -- Sets sorting criteria yaz_syntax -- Specifies the preferred record syntax for retrieval yaz_wait -- Wait for Z39.50 requests to complete
CLXXVIII. YP/NIS
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
ZipArchive::getNameIndex -- Returns the name of an entry using its index 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 -- Open a ZIP file archive ZipArchive::renameIndex -- Renames an entry defined by its index ZipArchive::renameName -- Renames an entry defined by its name ZipArchive::setArchiveComment -- Set the comment of a ZIP archive ZipArchive::setCommentIndex -- Set the comment of an entry defined by its index ZipArchive::setCommentName -- Set the comment of an entry defined by its name ZipArchive::statIndex -- Get the details of an entry defined by its index. ZipArchive::statName -- Get the details of an entry defined by its name. ZipArchive::unchangeAll -- Undo all changes done in the archive. ZipArchive::unchangeArchive -- Revert all global changes done in the archive. ZipArchive::unchangeIndex -- Revert all changes done to an entry at the given index. ZipArchive::unchangeName -- Revert all changes done to an entry with the given name.