Słownik i definicje programowania w PHP na H
- Jak działa hexdec wywołanie funkcji Hexadecimal to decimal, błędy i użycie
number hexdec ( string hex_string )
. - Jak działa algos_ hash wywołanie funkcji Return a list of registered hashing algorithms, błędy i użycie
array hash_algos ( void )
. - Jak działa file_ hash wywołanie funkcji Generate a hash value using the contents of a given file, błędy i użycie
string hash_file ( string algo, string filename [, bool raw_output] )
. - Jak działa final_ hash wywołanie funkcji Finalize an incremental hash and return resulting digest, błędy i użycie
string hash_final ( resource context [, bool raw_output] )
. - Jak działa file_ hmac_ hash wywołanie funkcji Generate a keyed hash value using the HMAC method and the contents of a given file, błędy i użycie
string hash_hmac_file ( string algo, string filename, string key [, bool raw_output] )
. - Jak działa hmac_ hash wywołanie funkcji Generate a keyed hash value using the HMAC method, błędy i użycie
string hash_hmac ( string algo, string data, string key [, bool raw_output] )
. - Jak działa init_ hash wywołanie funkcji Initialize an incremental hashing context, błędy i użycie
resource hash_init ( string algo [, int options, string key] )
. - Jak działa file_ update_ hash wywołanie funkcji Pump data into an active hashing context from a file, błędy i użycie
bool hash_update_file ( resource context, string filename [, resource context] )
. - Jak działa stream_ update_ hash wywołanie funkcji Pump data into an active hashing context from an open stream, błędy i użycie
int hash_update_stream ( resource context, resource handle [, int length] )
. - Jak działa update_ hash wywołanie funkcji Pump data into an active hashing context, błędy i użycie
bool hash_update ( resource context, string data )
. - Jak działa hash wywołanie funkcji Generate a hash value (message digest), błędy i użycie
string hash ( string algo, string data [, bool raw_output] )
. - Jak działa header wywołanie funkcji Send a raw HTTP header, błędy i użycie
void header ( string string [, bool replace [, int http_response_code]] )
. - Jak działa list_ headers wywołanie funkcji Returns a list of response headers sent (or ready to send), błędy i użycie
array headers_list ( void )
. - Jak działa sent_ headers wywołanie funkcji Checks if or where headers have been sent, błędy i użycie
bool headers_sent ( [string &file [, int &line]] )
. - Jak działa array2objrec_ hw wywołanie funkcji Convert attributes from object array to object record, błędy i użycie
string hw_array2objrec ( array object_array )
. - Jak działa changeobject_ hw wywołanie funkcji Changes attributes of an object (obsolete), błędy i użycie
bool hw_changeobject ( int link, int objid, array attributes )
. - Jak działa children_ hw wywołanie funkcji Object ids of children, błędy i użycie
array hw_children ( int connection, int objectID )
. - Jak działa childrenobj_ hw wywołanie funkcji Object records of children, błędy i użycie
array hw_childrenobj ( int connection, int objectID )
. - Jak działa close_ hw wywołanie funkcji Closes the Hyperwave connection, błędy i użycie
bool hw_close ( int connection )
. - Jak działa connect_ hw wywołanie funkcji Opens a connection, błędy i użycie
int hw_connect ( string host, int port [, string username, string password] )
. - Jak działa info_ connection_ hw wywołanie funkcji Prints information about the connection to Hyperwave server, błędy i użycie
void hw_connection_info ( int link )
. - Jak działa cp_ hw wywołanie funkcji Copies objects, błędy i użycie
int hw_cp ( int connection, array object_id_array, int destination_id )
. - Jak działa deleteobject_ hw wywołanie funkcji Deletes object, błędy i użycie
bool hw_deleteobject ( int connection, int object_to_delete )
. - Jak działa docbyanchor_ hw wywołanie funkcji Object id object belonging to anchor, błędy i użycie
int hw_docbyanchor ( int connection, int anchorID )
. - Jak działa docbyanchorobj_ hw wywołanie funkcji Object record object belonging to anchor, błędy i użycie
string hw_docbyanchorobj ( int connection, int anchorID )
. - Jak działa attributes_ document_ hw wywołanie funkcji Object record of hw_document, błędy i użycie
string hw_document_attributes ( int hw_document )
. - Jak działa bodytag_ document_ hw wywołanie funkcji Body tag of hw_document, błędy i użycie
string hw_document_bodytag ( int hw_document [, string prefix] )
. - Jak działa content_ document_ hw wywołanie funkcji Returns content of hw_document, błędy i użycie
string hw_document_content ( int hw_document )
. - Jak działa setcontent_ document_ hw wywołanie funkcji Sets/replaces content of hw_document, błędy i użycie
bool hw_document_setcontent ( int hw_document, string content )
. - Jak działa size_ document_ hw wywołanie funkcji Size of hw_document, błędy i użycie
int hw_document_size ( int hw_document )
. - Jak działa dummy_ hw wywołanie funkcji Hyperwave dummy function, błędy i użycie
string hw_dummy ( int link, int id, int msgid )
. - Jak działa edittext_ hw wywołanie funkcji Retrieve text document, błędy i użycie
bool hw_edittext ( int connection, int hw_document )
. - Jak działa error_ hw wywołanie funkcji Error number, błędy i użycie
int hw_error ( int connection )
. - Jak działa errormsg_ hw wywołanie funkcji Returns error message, błędy i użycie
string hw_errormsg ( int connection )
. - Jak działa document_ free_ hw wywołanie funkcji Frees hw_document, błędy i użycie
bool hw_free_document ( int hw_document )
. - Jak działa getanchors_ hw wywołanie funkcji Object ids of anchors of document, błędy i użycie
array hw_getanchors ( int connection, int objectID )
. - Jak działa getanchorsobj_ hw wywołanie funkcji Object records of anchors of document, błędy i użycie
array hw_getanchorsobj ( int connection, int objectID )
. - Jak działa getandlock_ hw wywołanie funkcji Return object record and lock object, błędy i użycie
string hw_getandlock ( int connection, int objectID )
. - Jak działa getchildcoll_ hw wywołanie funkcji Object ids of child collections, błędy i użycie
array hw_getchildcoll ( int connection, int objectID )
. - Jak działa getchildcollobj_ hw wywołanie funkcji Object records of child collections, błędy i użycie
array hw_getchildcollobj ( int connection, int objectID )
. - Jak działa getchilddoccoll_ hw wywołanie funkcji Object ids of child documents of collection, błędy i użycie
array hw_getchilddoccoll ( int connection, int objectID )
. - Jak działa getchilddoccollobj_ hw wywołanie funkcji Object records of child documents of collection, błędy i użycie
array hw_getchilddoccollobj ( int connection, int objectID )
. - Jak działa getobject_ hw wywołanie funkcji Object record, błędy i użycie
mixed hw_getobject ( int connection, mixed objectID [, string query] )
. - Jak działa getobjectbyquery_ hw wywołanie funkcji Search object, błędy i użycie
array hw_getobjectbyquery ( int connection, string query, int max_hits )
. - Jak działa getobjectbyquerycoll_ hw wywołanie funkcji Search object in collection, błędy i użycie
array hw_getobjectbyquerycoll ( int connection, int objectID, string query, int max_hits )
. - Jak działa htmlentities wywołanie funkcji Convert all applicable characters to HTML entities, błędy i użycie
string htmlentities ( string string [, int quote_style [, string charset]] )
. - Jak działa getobjectbyquerycollobj_ hw wywołanie funkcji Search object in collection, błędy i użycie
array hw_getobjectbyquerycollobj ( int connection, int objectID, string query, int max_hits )
. - Jak działa getobjectbyqueryobj_ hw wywołanie funkcji Search object, błędy i użycie
array hw_getobjectbyqueryobj ( int connection, string query, int max_hits )
. - Jak działa getparents_ hw wywołanie funkcji Object ids of parents, błędy i użycie
array hw_getparents ( int connection, int objectID )
. - Jak działa getparentsobj_ hw wywołanie funkcji Object records of parents, błędy i użycie
array hw_getparentsobj ( int connection, int objectID )
. - Jak działa getrellink_ hw wywołanie funkcji Get link from source to dest relative to rootid, błędy i użycie
string hw_getrellink ( int link, int rootid, int sourceid, int destid )
. - Jak działa getremote_ hw wywołanie funkcji Gets a remote document, błędy i użycie
int hw_getremote ( int connection, int objectID )
. - Jak działa getremotechildren_ hw wywołanie funkcji Gets children of remote document, błędy i użycie
mixed hw_getremotechildren ( int connection, string object_record )
. - Jak działa getsrcbydestobj_ hw wywołanie funkcji Returns anchors pointing at object, błędy i użycie
array hw_getsrcbydestobj ( int connection, int objectID )
. - Jak działa gettext_ hw wywołanie funkcji Retrieve text document, błędy i użycie
int hw_gettext ( int connection, int objectID [, mixed rootID/prefix] )
. - Jak działa getusername_ hw wywołanie funkcji Name of currently logged in user, błędy i użycie
string hw_getusername ( int connection )
. - Jak działa identify_ hw wywołanie funkcji Identifies as user, błędy i użycie
string hw_identify ( int link, string username, string password )
. - Jak działa incollections_ hw wywołanie funkcji Check if object ids in collections, błędy i użycie
array hw_incollections ( int connection, array object_id_array, array collection_id_array, int return_collections )
. - Jak działa info_ hw wywołanie funkcji Info about connection, błędy i użycie
string hw_info ( int connection )
. - Jak działa inscoll_ hw wywołanie funkcji Insert collection, błędy i użycie
int hw_inscoll ( int connection, int objectID, array object_array )
. - Jak działa insdoc_ hw wywołanie funkcji Insert document, błędy i użycie
int hw_insdoc ( resource connection, int parentID, string object_record [, string text] )
. - Jak działa insertanchors_ hw wywołanie funkcji Inserts only anchors into text, błędy i użycie
bool hw_insertanchors ( int hwdoc, array anchorecs, array dest [, array urlprefixes] )
. - Jak działa insertdocument_ hw wywołanie funkcji Upload any document, błędy i użycie
int hw_insertdocument ( int connection, int parent_id, int hw_document )
. - Jak działa insertobject_ hw wywołanie funkcji Inserts an object record, błędy i użycie
int hw_insertobject ( int connection, string object_rec, string parameter )
. - Jak działa mapid_ hw wywołanie funkcji Maps global id on virtual local id, błędy i użycie
int hw_mapid ( int connection, int server_id, int object_id )
. - Jak działa modifyobject_ hw wywołanie funkcji Modifies object record, błędy i użycie
bool hw_modifyobject ( int connection, int object_to_change, array remove, array add [, int mode] )
. - Jak działa mv_ hw wywołanie funkcji Moves objects, błędy i użycie
int hw_mv ( int connection, array object_id_array, int source_id, int destination_id )
. - Jak działa document_ new_ hw wywołanie funkcji Create new document, błędy i użycie
int hw_new_document ( string object_record, string document_data, int document_size )
. - Jak działa objrec2array_ hw wywołanie funkcji Convert attributes from object record to object array, błędy i użycie
array hw_objrec2array ( string object_record [, array format] )
. - Jak działa document_ output_ hw wywołanie funkcji Prints hw_document, błędy i użycie
bool hw_output_document ( int hw_document )
. - Jak działa pconnect_ hw wywołanie funkcji Make a persistent database connection, błędy i użycie
int hw_pconnect ( string host, int port [, string username, string password] )
. - Jak działa pipedocument_ hw wywołanie funkcji Retrieve any document, błędy i użycie
int hw_pipedocument ( int connection, int objectID [, array url_prefixes] )
. - Jak działa root_ hw wywołanie funkcji Root object id, błędy i użycie
int hw_root ( )
. - Jak działa setlinkroot_ hw wywołanie funkcji Set the id to which links are calculated, błędy i użycie
int hw_setlinkroot ( int link, int rootid )
. - Jak działa stat_ hw wywołanie funkcji Returns status string, błędy i użycie
string hw_stat ( int link )
. - Jak działa unlock_ hw wywołanie funkcji Unlock object, błędy i użycie
bool hw_unlock ( int connection, int objectID )
. - Jak działa who_ hw wywołanie funkcji List of currently logged in users, błędy i użycie
array hw_who ( int connection )
. - Jak działa key_ attribute_ hwapi wywołanie funkcji Returns key of the attribute, błędy i użycie
string hw_api_attribute->key ( void )
. - Jak działa langdepvalue_ attribute_ hwapi wywołanie funkcji Returns value for a given language, błędy i użycie
string hw_api_attribute->langdepvalue ( string language )
. - Jak działa value_ attribute_ hwapi wywołanie funkcji Returns value of the attribute, błędy i użycie
string hw_api_attribute->value ( void )
. - Jak działa values_ attribute_ hwapi wywołanie funkcji Returns all values of the attribute, błędy i użycie
array hw_api_attribute->values ( void )
. - Jak działa attribute_ hwapi wywołanie funkcji Creates instance of class hw_api_attribute, błędy i użycie
HW_API_Attribute hw_api_attribute ( [string name [, string value]] )
. - Jak działa checkin_ hwapi wywołanie funkcji Checks in an object, błędy i użycie
bool hw_api->checkin ( array parameter )
. - Jak działa checkout_ hwapi wywołanie funkcji Checks out an object, błędy i użycie
bool hw_api->checkout ( array parameter )
. - Jak działa children_ hwapi wywołanie funkcji Returns children of an object, błędy i użycie
array hw_api->children ( array parameter )
. - Jak działa mimetype_ content_ hwapi wywołanie funkcji Returns mimetype, błędy i użycie
string hw_api_content->mimetype ( void )
. - Jak działa read_ content_ hwapi wywołanie funkcji Read content, błędy i użycie
string hw_api_content->read ( string buffer, int len )
. - Jak działa content_ hwapi wywołanie funkcji Returns content of an object, błędy i użycie
HW_API_Content hw_api->content ( array parameter )
. - Jak działa copy_ hwapi wywołanie funkcji Copies physically, błędy i użycie
hw_api_object hw_api->copy ( array parameter )
. - Jak działa dbstat_ hwapi wywołanie funkcji Returns statistics about database server, błędy i użycie
hw_api_object hw_api->dbstat ( array parameter )
. - Jak działa dcstat_ hwapi wywołanie funkcji Returns statistics about document cache server, błędy i użycie
hw_api_object hw_api->dcstat ( array parameter )
. - Jak działa dstanchors_ hwapi wywołanie funkcji Returns a list of all destination anchors, błędy i użycie
array hw_api->dstanchors ( array parameter )
. - Jak działa dstofsrcanchor_ hwapi wywołanie funkcji Returns destination of a source anchor, błędy i użycie
hw_api_object hw_api->dstofsrcanchor ( array parameter )
. - Jak działa count_ error_ hwapi wywołanie funkcji Returns number of reasons, błędy i użycie
int hw_api_error->count ( void )
. - Jak działa reason_ error_ hwapi wywołanie funkcji Returns reason of error, błędy i użycie
HW_API_Reason hw_api_error->reason ( void )
. - Jak działa find_ hwapi wywołanie funkcji Search for objects, błędy i użycie
array hw_api->find ( array parameter )
. - Jak działa ftstat_ hwapi wywołanie funkcji Returns statistics about fulltext server, błędy i użycie
hw_api_object hw_api->ftstat ( array parameter )
. - Jak działa hgcsp_ hwapi wywołanie funkcji Returns object of class hw_api, błędy i użycie
HW_API hwapi_hgcsp ( string hostname [, int port] )
. - Jak działa hwstat_ hwapi wywołanie funkcji Returns statistics about Hyperwave server, błędy i użycie
hw_api_object hw_api->hwstat ( array parameter )
. - Jak działa identify_ hwapi wywołanie funkcji Log into Hyperwave Server, błędy i użycie
bool hw_api->identify ( array parameter )
. - Jak działa info_ hwapi wywołanie funkcji Returns information about server configuration, błędy i użycie
array hw_api->info ( array parameter )
. - Jak działa insert_ hwapi wywołanie funkcji Inserts a new object, błędy i użycie
hw_api_object hw_api->insert ( array parameter )
. - Jak działa insertanchor_ hwapi wywołanie funkcji Inserts a new object of type anchor, błędy i użycie
hw_api_object hw_api->insertanchor ( array parameter )
. - Jak działa insertcollection_ hwapi wywołanie funkcji Inserts a new object of type collection, błędy i użycie
hw_api_object hw_api->insertcollection ( array parameter )
. - Jak działa insertdocument_ hwapi wywołanie funkcji Inserts a new object of type document, błędy i użycie
hw_api_object hw_api->insertdocument ( array parameter )
. - Jak działa link_ hwapi wywołanie funkcji Creates a link to an object, błędy i użycie
bool hw_api->link ( array parameter )
. - Jak działa lock_ hwapi wywołanie funkcji Locks an object, błędy i użycie
bool hw_api->lock ( array parameter )
. - Jak działa move_ hwapi wywołanie funkcji Moves object between collections, błędy i użycie
bool hw_api->move ( array parameter )
. - Jak działa content_ new_ hwapi wywołanie funkcji Create new instance of class hw_api_content, błędy i użycie
HW_API_Content hw_api_content ( string content, string mimetype )
. - Jak działa assign_ object_ hwapi wywołanie funkcji Clones object, błędy i użycie
bool hw_api_object->assign ( array parameter )
. - Jak działa attreditable_ object_ hwapi wywołanie funkcji Checks whether an attribute is editable, błędy i użycie
bool hw_api_object->attreditable ( array parameter )
. - Jak działa count_ object_ hwapi wywołanie funkcji Returns number of attributes, błędy i użycie
int hw_api_object->count ( array parameter )
. - Jak działa insert_ object_ hwapi wywołanie funkcji Inserts new attribute, błędy i użycie
bool hw_api_object->insert ( HW_API_Attribute attribute )
. - Jak działa new_ object_ hwapi wywołanie funkcji Creates a new instance of class hw_api_object, błędy i użycie
hw_api_object hw_api_object ( array parameter )
. - Jak działa remove_ object_ hwapi wywołanie funkcji Removes attribute, błędy i użycie
bool hw_api_object->remove ( string name )
. - Jak działa title_ object_ hwapi wywołanie funkcji Returns the title attribute, błędy i użycie
string hw_api_object->title ( array parameter )
. - Jak działa value_ object_ hwapi wywołanie funkcji Returns value of attribute, błędy i użycie
string hw_api_object->value ( string name )
. - Jak działa object_ hwapi wywołanie funkcji Retrieve attribute information, błędy i użycie
hw_api_object hw_api->object ( array parameter )
. - Jak działa objectbyanchor_ hwapi wywołanie funkcji Returns the object an anchor belongs to, błędy i użycie
hw_api_object hw_api->objectbyanchor ( array parameter )
. - Jak działa parents_ hwapi wywołanie funkcji Returns parents of an object, błędy i użycie
array hw_api->parents ( array parameter )
. - Jak działa description_ reason_ hwapi wywołanie funkcji Returns description of reason, błędy i użycie
string hw_api_reason->description ( void )
. - Jak działa type_ reason_ hwapi wywołanie funkcji Returns type of reason, błędy i użycie
HW_API_Reason hw_api_reason->type ( void )
. - Jak działa remove_ hwapi wywołanie funkcji Delete an object, błędy i użycie
bool hw_api->remove ( array parameter )
. - Jak działa replace_ hwapi wywołanie funkcji Replaces an object, błędy i użycie
hw_api_object hw_api->replace ( array parameter )
. - Jak działa setcommittedversion_ hwapi wywołanie funkcji Commits version other than last version, błędy i użycie
hw_api_object hw_api->setcommittedversion ( array parameter )
. - Jak działa srcanchors_ hwapi wywołanie funkcji Returns a list of all source anchors, błędy i użycie
array hw_api->srcanchors ( array parameter )
. - Jak działa srcsofdst_ hwapi wywołanie funkcji Returns source of a destination object, błędy i użycie
array hw_api->srcsofdst ( array parameter )
. - Jak działa unlock_ hwapi wywołanie funkcji Unlocks a locked object, błędy i użycie
bool hw_api->unlock ( array parameter )
. - Jak działa user_ hwapi wywołanie funkcji Returns the own user object, błędy i użycie
hw_api_object hw_api->user ( array parameter )
. - Jak działa userlist_ hwapi wywołanie funkcji Returns a list of all logged in users, błędy i użycie
array hw_api->userlist ( array parameter )
. - Jak działa hypot wywołanie funkcji Calculate the length of the hypotenuse of a right-angle triangle, błędy i użycie
float hypot ( float x, float y )
. - Jak działa compiler_ halt wywołanie funkcji Halts the compiler execution, błędy i użycie
void __halt_compiler ( void )
. - Jak działa file_ highlight wywołanie funkcji Syntax highlighting of a file, błędy i użycie
mixed highlight_file ( string filename [, bool return] )
. - Jak działa string_ highlight wywołanie funkcji Syntax highlighting of a string, błędy i użycie
mixed highlight_string ( string str [, bool return] )
. - Jak działa hebrev wywołanie funkcji Convert logical Hebrew text to visual text, błędy i użycie
string hebrev ( string hebrew_text [, int max_chars_per_line] )
. - Jak działa hebrevc wywołanie funkcji Convert logical Hebrew text to visual text with newline conversion, błędy i użycie
string hebrevc ( string hebrew_text [, int max_chars_per_line] )
. - Jak działa decode_ entity_ html wywołanie funkcji Convert all HTML entities to their applicable characters, błędy i użycie
string html_entity_decode ( string string [, int quote_style [, string charset]] )
. - Jak działa decode_ htmlspecialchars wywołanie funkcji Convert special HTML entities back to characters, błędy i użycie
string htmlspecialchars_decode ( string string [, int quote_style] )
. - Jak działa htmlspecialchars wywołanie funkcji Convert special characters to HTML entities, błędy i użycie
string htmlspecialchars ( string string [, int quote_style [, string charset]] )
. - Jak działa query_ build_ http wywołanie funkcji Generate URL-encoded query string, błędy i użycie
string http_build_query ( array formdata [, string numeric_prefix] )
.
PHP programowanie dla początkujących
Kodowanie w języku PHP-Z. Słownik pojęć.
Programowanie w jezyku PHP.Z