Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2461 - 2480 из 3519.
Упорядочить по:
URL
|
дате изменения
2461. hw_GetSrcByDestObj
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetSrcByDestObj -- Returns anchors pointing at object . array hw_getsrcbydestobj ( int connection, int objectID) . Returns the object records of all anchors pointing to the object with ID objectID . The object can either be a document or an anchor of type destination. See also hw_getanchors() . Prev . Home . Next . hw_GetRemoteChildren . Up . hw_GetObject
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-getsrcbydestobj.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2462. hw_GetRemote
PHP Manual . ... 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetRemote -- Gets a remote document . int hw_getremote ( int connection, int objectID) . ... Remote documents in Hyperwave notation are documents retrieved from an external source. Common remote documents are for example external web pages or queries in a database. In order to be able to access external sources throught remote documents Hyperwave introduces the HGI (Hyperwave Gateway Interface) which is similar to the CGI. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-getremote.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2463. hw_GetRemoteChildren
PHP Manual . ... 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetRemoteChildren -- Gets children of remote document . int hw_getremotechildren ( int connection, string object record) . ... Children of a remote document are remote documents itself. This makes sense if a database query has to be narrowed and is explained in Hyperwave Programmers' Guide. If the number of children is 1 the function will return the document itself formated by the Hyperwave Gateway Interface (HGI). ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-getremotechildren.html -- 4.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2464. hw_GetChildColl
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetChildColl -- object ids of child collections . array hw_getchildcoll ( int connection, int objectID) . Returns an array of object ids. Each object ID belongs to a child collection of the collection with ID objectID . The function will not return child documents. See also hw_children() , and hw_getchilddoccoll() . Prev . Home . Next . hw_GetParentsObj . Up . hw_GetChildCollObj
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-getchildcoll.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2465. hw_GetChildCollObj
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetChildCollObj -- object records of child collections . array hw_getchildcollobj ( int connection, int objectID) . Returns an array of object records. Each object records belongs to a child collection of the collection with ID objectID . The function will not return child documents. See also hw_childrenobj() , and hw_getchilddoccollobj() . Prev . Home . Next . hw_GetChildColl . Up . hw_GetRemote
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-getchildcollobj.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2466. hw_GetParents
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetParents -- object ids of parents . array hw_getparents ( int connection, int objectID) . Returns an indexed array of object ids. Each object id belongs to a parent of the object with ID objectID . Prev . Home . Next . hw_Free_Document . Up . hw_GetParentsObj
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-getparents.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2467. hw_GetParentsObj
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetParentsObj -- object records of parents . array hw_getparentsobj ( int connection, int objectID) . Returns an indexed array of object records plus an associated array with statistical information about the object records. The associated array is the last entry of the returned array. Each object record belongs to a parent of the object with ID objectID . Prev . Home . Next . hw_GetParents . Up . hw_GetChildColl
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-getparentsobj.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2468. hw_Error
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Error -- error number . int hw_error ( int connection) . Returns the last error number. If the return value is 0 no error has occurred. The error relates to the last command. Prev . Home . Next . hw_EditText . Up . hw_Free_Document
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-error.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2469. hw_Free_Document
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Free_Document -- frees hw_document . int hw_free_document ( int hw_document) . Frees the memory occupied by the Hyperwave document. Prev . Home . Next . hw_Error . Up . hw_GetParents
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-free-document.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2470. hw_EditText
PHP Manual . Prev . Next . 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_EditText -- retrieve text document . int hw_edittext ( int connection, int hw_document) . Uploads the text document to the server. The object record of the document may not be modified while the document is edited. This function will only works for pure text documents. ... See also hw_pipedocument() , hw_free_document() , hw_document_bodytag() , hw_document_size() , hw_output_document() , hw_gettext() . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-edittext.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2471. hw_ErrorMsg
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_ErrorMsg -- returns error message . string hw_errormsg ( int connection) . Returns a string containing the last error message or 'No Error'. If FALSE is returned, this function failed. The message relates to the last command. Prev . Home . Next . hw_Document_Size . Up . hw_EditText
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-errormsg.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2472. hw_Document_SetContent
... Next . PHP 4 >= 4.0.0) hw_Document_SetContent -- sets/replaces content of hw_document . string hw_document_setcontent ( int hw_document, string content) . Sets or replaces the content of the document. If the document is an HTML document the content is everything after the BODY tag. Information from the HEAD and BODY tag is in the stored in the object record. ... See also hw_document_attributes() , hw_document_size() , and hw_document_content() . ... hw_Document_Content . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-document-setcontent.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2473. hw_Document_Size
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Document_Size -- size of hw_document . int hw_document_size ( int hw_document) . Returns the size in bytes of the document. See also hw_document_bodytag() , and hw_document_attributes() . For backward compatibility, hw_documentsize() is also accepted. This is deprecated, however. Prev . Home . Next . hw_Document_SetContent . Up . hw_ErrorMsg
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-document-size.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2474. hw_Document_BodyTag
PHP Manual . Prev . Next . 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Document_BodyTag -- body tag of hw_document . string hw_document_bodytag ( int hw_document) . Returns the BODY tag of the document. If the document is an HTML document the BODY tag should be printed before the document. See also hw_document_attributes() , and hw_document_size() . ... hw_Document_Attributes . ... hw_Document_Content ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-document-bodytag.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2475. hw_Document_Content
PHP Manual . Prev . Next . 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Document_Content -- returns content of hw_document . string hw_document_content ( int hw_document) . Returns the content of the document. If the document is an HTML document the content is everything after the BODY tag. ... See also hw_document_attributes() , hw_document_size() , and hw_document_setcontent() . ... hw_Document_BodyTag . ... hw_Document_SetContent ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-document-content.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2476. hw_DocByAnchorObj
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_DocByAnchorObj -- object record object belonging to anchor . string hw_docbyanchorobj ( int connection, int anchorID) . Returns an th object record of the document to which anchorID belongs. Prev . Home . Next . hw_DocByAnchor . Up . hw_Document_Attributes
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-docbyanchorobj.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2477. hw_Document_Attributes
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Document_Attributes -- object record of hw_document . string hw_document_attributes ( int hw_document) . Returns the object record of the document. For backward compatibility, hw_documentattributes() is also accepted. This is deprecated, however. See also hw_document_bodytag() , and hw_document_size() . Prev . Home . Next . hw_DocByAnchorObj . Up . hw_Document_BodyTag
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-document-attributes.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2478. hw_Deleteobject
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Deleteobject -- deletes object . int hw_deleteobject ( int connection, int object_to_delete) . Deletes the object with the given object id in the second parameter. It will delete all instances of the object. Returns TRUE if no error occurs otherwise FALSE . See also hw_mv() . Prev . Home . Next . hw_Cp . Up . hw_DocByAnchor
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-deleteobject.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2479. hw_DocByAnchor
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_DocByAnchor -- object id object belonging to anchor . int hw_docbyanchor ( int connection, int anchorID) . Returns an th object id of the document to which anchorID belongs. Prev . Home . Next . hw_Deleteobject . Up . hw_DocByAnchorObj
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-docbyanchor.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2480. hw_Connect
... Next . 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Connect -- opens a connection . int hw_connect ( string host, int port, string username, string password) . Opens a connection to a Hyperwave server and returns a connection index on success, or FALSE if the connection could not be made. Each of the arguments should be a quoted string, except for the port number. ... This function returns a connection index that is needed by other Hyperwave functions. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hw-connect.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы