XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:old.master.cmc.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 561 - 580 из 3519.

В начало ] Пред. | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | След.В конец ]

Упорядочить по: URL  |  дате изменения
561. xslt_set_encoding
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) xslt_set_encoding -- Set the encoding for the parsing of XML documents . void xslt_set_encoding ( resource xh, string encoding) . Set the output encoding for the XSLT transformations. When using the Sablotron backend this option is only available when you compile Sablotron with encoding support. Prev . Home . Next . xslt_set_base . Up . xslt_set_sax_handlers
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xslt-set-encoding.html -- 3.4 Кб -- 03.02.2002
Похожие документы

562. xslt_set_base
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) xslt_set_base -- Set the base URI for all XSLT transformations . void xslt_set_base ( resource xh, string uri) . Sets the base URI for all XSLT transformations, the base URI is used with Xpath instructions to resolve document() and other commands which access external resources. Prev . Home . Next . xslt_set_error_handler . Up . xslt_set_encoding
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xslt-set-base.html -- 3.4 Кб -- 03.02.2002
Похожие документы

563. xslt_set_scheme_handler
... Prev . Next . 4.0.5 - 4.0.6 only) xslt_set_scheme_handler -- Set Scheme handlers for a XSLT processor . void xslt_set_scheme_handler ( resource xh, array handlers) . Set Scheme handlers on the resource handle given by xh . Scheme handlers should be an array with the format (all elements are optional): . array( [get_all] => get all handler, [open] => open handler, [get] => get handler, [put] => put handler, [close] => close handler ) . ... xslt_set_sax_handler . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xslt-set-scheme-handler.html -- 3.8 Кб -- 03.02.2002
Похожие документы

564. xslt_set_error_handler
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) xslt_set_error_handler -- Set an error handler for a XSLT processor . void xslt_set_error_handler ( resource xh, mixed handler) . Set an error handler function for the XSLT processor given by xh , this function will be called whenever an error occurs in the XSLT transformation (this function is also called for notices). Prev . Home . Next . xslt_set_scheme_handler . Up . xslt_set_base
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xslt-set-error-handler.html -- 3.5 Кб -- 03.02.2002
Похожие документы

565. xslt_set_sax_handler
... 4.0.3 - 4.0.6 only) xslt_set_sax_handler -- Set SAX handlers for a XSLT processor . void xslt_set_sax_handler ( resource xh, array handlers) . ... array( [document] => array( start document handler, end document handler ), [element] => array( start element handler, end element handler ), [namespace] => array( start namespace handler, end namespace handler ), [comment] => comment handler, [pi] => processing instruction handler, [character] => character data handler ) . ... xslt_set_scheme_handler ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xslt-set-sax-handler.html -- 4.1 Кб -- 03.02.2002
Похожие документы

566. xslt_process
... php // Allocate a new XSLT processor $xh = xslt_create(); // Process the document if (xslt_process($xh, 'sample.xml', 'sample.xsl', 'result.xml')) { print "SUCCESS, sample.xml was transformed by sample.xsl into result.xml"; print ", result.xml has the following contents\n<br>\n"; print "<pre>\n"; readfile('result.xml'); print "</pre>\n"; } else { print "Sorry, sample.xml could not be transformed by sample.xsl into"; print " result.xml the reason is that " . ... xslt_errno($xh); } xslt_free($xh); ?> ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xslt-process.html -- 9.0 Кб -- 03.02.2002
Похожие документы

567. xslt_free
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) xslt_free -- Free XSLT processor . void xslt_free ( resource xh) . Free the XSLT processor identified by the given handle. Prev . Home . Next . xslt_error . Up . xslt_process
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xslt-free.html -- 3.2 Кб -- 03.02.2002
Похожие документы

568. xslt_error
PHP Manual . Prev . ... PHP 4 >= 4.0.3) xslt_error -- Return a error string . mixed xslt_error ( resource xh) . Return a string describing the last error that occured on the passed XSLT processor. ... Handling errors using the xslt_error() and xslt_errno() functions. <?php $xh = xslt_create(); $result = xslt_process($xh, 'dog.xml', 'pets.xsl'); if (!$result) { die(sprintf("Cannot process XSLT document [%d]: %s", xslt_errno($xh), xslt_error($xh))); } print($result); xslt_free($xh); ?> ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xslt-error.html -- 3.9 Кб -- 03.02.2002
Похожие документы

569. xslt_errno
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) xslt_errno -- Return a error number . int xslt_errno ( resource xh) . Return an error code describing the last error that occured on the passed XSLT processor. Prev . Home . Next . xslt_create . Up . xslt_error
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xslt-errno.html -- 3.2 Кб -- 03.02.2002
Похожие документы

570. xslt_create
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.3) xslt_create -- Create a new XSLT processor. resource xslt_create ( (void);) . Create and return a new XSLT processor resource for manipulation by the other XSLT functions. Prev . Home . Next . xslt_set_log . Up . xslt_errno
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xslt-create.html -- 3.2 Кб -- 03.02.2002
Похожие документы

571. xslt_set_log
PHP Manual . ... PHP 4 >= 4.0.6) xslt_set_log -- Set the log file to write log messages to . ... This parameter is either a boolean value which toggles logging on and off, or a string containing the logfile in which log errors too. ... By default logging is disabled, in order to enable logging you must first call xslt_set_log() with a boolean parameter which enables logging, then if you want to set the log file to debug to, you must then pass it a string containing the filename: . ... XSLT functions . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xslt-set-log.html -- 4.7 Кб -- 03.02.2002
Похожие документы

572. xmlrpc_get_type
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) xmlrpc_get_type -- Gets xmlrpc type for a PHP value. ... string xmlrpc_get_type ( mixed value) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ... This function is currently not documented, only the argument list is available. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xmlrpc-get-type.html -- 3.9 Кб -- 03.02.2002
Похожие документы

573. XMLRPC functions
... The behaviour of this extension, including the names of its functions, and anything else documented about this extension may change in a future release of PHP without notice. ... xmlrpc_encode_request -- Generates XML for a method request . xmlrpc_encode -- Generates XML for a PHP value . xmlrpc_decode_request -- Decodes XML into native PHP types . xmlrpc_decode -- Decodes XML into native PHP types . ... xmlrpc_set_type -- Sets xmlrpc type, base64 or datetime, for a PHP string value . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/ref.xmlrpc.html -- 5.6 Кб -- 03.02.2002
Похожие документы

574. xmlrpc_parse_method_descriptions
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) xmlrpc_parse_method_descriptions -- Decodes XML into a list of method descriptions . array xmlrpc_parse_method_descriptions ( string xml) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xmlrpc-parse-method-descriptions.html -- 4.1 Кб -- 03.02.2002
Похожие документы

575. xmlrpc_set_type
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) xmlrpc_set_type -- Sets xmlrpc type, base64 or datetime, for a PHP string value . bool xmlrpc_set_type ( string value, string type) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xmlrpc-set-type.html -- 4.1 Кб -- 03.02.2002
Похожие документы

576. xmlrpc_server_call_method
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) xmlrpc_server_call_method -- Parses XML requests and call methods . mixed xmlrpc_server_call_method ( resource server, string xml, mixed user_data [, array output_options]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xmlrpc-server-call-method.html -- 4.3 Кб -- 03.02.2002
Похожие документы

577. xmlrpc_server_add_introspection_data
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) xmlrpc_server_add_introspection_data -- Adds introspection documentation . int xmlrpc_server_add_introspection_data ( resource server, array desc) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xmlrpc-server-add-introspection-data.html -- 4.2 Кб -- 03.02.2002
Похожие документы

578. xmlrpc_server_register_method
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) xmlrpc_server_register_method -- Register a PHP function to resource method matching method_name . bool xmlrpc_server_register_method ( resource server, string method_name, string function) . Warning . ... The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xmlrpc-server-register-method.html -- 4.3 Кб -- 03.02.2002
Похожие документы

579. xmlrpc_server_register_introspection_callback
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) xmlrpc_server_register_introspection_callback -- Register a PHP function to generate documentation . ... Warning . ... The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ... This function is currently not documented, only the argument list is available. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xmlrpc-server-register-introspection-callback.html -- 4.2 Кб -- 03.02.2002
Похожие документы

580. xmlrpc_server_destroy
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) xmlrpc_server_destroy -- Destroys server resources . void xmlrpc_server_destroy ( resource server) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ... xmlrpc_server_create . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.xmlrpc-server-destroy.html -- 4.1 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования