Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
xmlreader
xmlreader
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
xmlreader:
posix:
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
xmlreader::next
xmlreader::next
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
$xml =new xmlreader ();
$xml =new xmlreader ();
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 2
Qualità:
if( $xml -> nodetype === xmlreader :: none ){
if( $xml -> nodetype === xmlreader :: none ){
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
if( $xml -> nodetype === xmlreader :: element ){
if( $xml -> nodetype === xmlreader :: element ){
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
xmlreader::setrelaxngschemasource() - set the data containing a relaxng schema
xmlreader::setrelaxngschemasource() - Устанавливает данные, содержащие схему relaxng
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
xmlreader::expand() - returns a copy of the current node as a dom object
xmlreader::expand() - Возвратить копию текущего узла в виде объекта dom
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
php 5 introduced xmlreader, a new class to read extensible markup language (xml).
php 5 представил xmlreader, новый класс для чтения расширяемого языка разметки (xml).
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
xmlreader::getattribute return null if no attribute found. previously, returned an empty string.
xmlreader::getattribute Возвращает null, если атрибут не найден.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
in contrast to simple xml or document object model (dom) xmlreader operates in streaming mode.
В отличие от простого xml или объектной модели документов (dom) xmlreader работает в потоковом режиме.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
xmlreader::getattributeno xmlreader::getattributeno now returns null if the attribute doesn't exist.
xmlreader::getattributeno xmlreader::getattributeno теперь возвращает null, если атрибут не существует.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
php standardizes all of the xml extensions on the solid base of libxml2, and extends the feature set adding simplexml, xmlreader and xmlwriter support.
В php обработка xml-документов стандартизирована и происходит на базе мощной библиотеки libxml2, расширив возможности обработки xml добавлением новых расширений simplexml, xmlreader и xmlwriter.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
"if you just need to check if xml file is well formed,successful loading into xmlreader object is usually enough."
"if you just need to check if xml file is well formed,successful loading into xmlreader object is usually enough."
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
note that the token handler apis do not require you to use xmldictionarywriter or xmldictionaryreader; they will accept xmlwriter or xmlreader. however, it is recommended that you use xmldictionarywriter or xmldictionaryreader.
Обратите внимание, что программные интерфейсы (api) обработчика маркеров не требуют обязательного использования классов xmldictionarywriter и xmldictionaryreader; они принимают классы xmlwriter и xmlreader. Однако рекомендуется использовать именно классы xmldictionarywriter и xmldictionaryreader.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità:
xmlreader::getattributens xmlreader::getattributens now returns null if the attribute doesn't exist. 5.5.22, 5.6.6 flock added support for the wouldblock parameter on windows.
xmlreader::getattributens xmlreader::getattributens теперь возвращает null, если атрибут не существует.
Ultimo aggiornamento 2018-02-21
Frequenza di utilizzo: 1
Qualità: