Informacje z branży IT:
Serwisy społecznościowe stają się coraz bardziej opłacalnym źródłem dochodów, którego trzeba bronić przed coraz bardziej pomysłową konkurencją. Wiedzą o tym szefowie popularnego portalu o nazwie Facebook. Dlatego właśnie, prawnicy tej spółki złożyli niedawno pozew przeciwko brazylijskiej witrynie o nazwie Power.com.
Sun, 4 Jan 2009 14:30:58 +0100
Kilka dni temu firma Microsoft złożyła wniosek o przyznanie patentu na korzystanie z komputera w systemie pre-paid. Okazuje się jednak, że amerykański urząd nie przychylił się do próśb giganta z Redmond i podanie odrzucił.
Sun, 4 Jan 2009 12:16:41 +0100
W najnowszej publikacji "The Race for a New Game Machine", której autorami jest dwóch inżynierów z firmy IBM, pojawiła się bardzo ciekawa informacja o tym, że Sony w znacznej części pokryło koszt wyprodukowania procesora Xenon, który znalazł się w konkurencyjnej konsoli Xbox 360 od Microsoftu.
Sun, 4 Jan 2009 12:01:30 +0100
Porozmawiamy jakie są trendy w świecie wirusów komputerowych. Powiemy też jak skutecznie chronić nasz komputer przed spywarem i wirusami komputerowymi oraz innymi zagrożeniami z sieci. Naszymi gośćmi będą Olga Komuda, Adam Żelazko i Piotr Walas szef działu technicznego Panda Security.
Kurs programowania:
LXXIV. libxml Functions
Wstęp
These functions/constants are available since PHP 5.1.0 and if you have compiled one of the extensions based on libxml, like DOM, SimpleXML and XSLT.
Klasy predefiniowane
LibXMLError
Właściwości
code - the error's code
column - the column where the error occurred. Please note that this property isn't entirely implemented in libxml and therefore 0 is often returned.
file - the filename, or empty if the XML was loaded from a string
level - the severity of the error (one of the following constants: LIBXML_ERR_WARNING, LIBXML_ERR_ERROR or LIBXML_ERR_FATAL)
line - the line where the error occurred
message - the error message
Stałe predefiniowane
Poniższe stałe są zdefiniowane w tym rozszerzeniu i stają się dostępne, gdy rozszerzenie jest dokompilowane do PHP, lub załadowane dynamicznie przy starcie.
- LIBXML_COMPACT (integer)
Activate small nodes allocation optimization. This may speed up your application without needing to change the code.
Notatka: Only available in Libxml >= 2.6.21
- LIBXML_DTDATTR (integer)
Default DTD attributes
- LIBXML_DTDLOAD (integer)
Load the external subset
- LIBXML_DTDVALID (integer)
Validate with the DTD
- LIBXML_NOBLANKS (integer)
Remove blank nodes
- LIBXML_NOCDATA (integer)
Merge CDATA as text nodes
- LIBXML_NOEMPTYTAG (integer)
Expand empty tags (e.g. <br/> to <br></br>)
Notatka: This option is currently just available in the DOMDocument->save() and DOMDocument->saveXML() functions.
- LIBXML_NOENT (integer)
Substitute entities
- LIBXML_NOERROR (integer)
Suppress error reports
- LIBXML_NONET (integer)
Disable network access when loading documents
- LIBXML_NOWARNING (integer)
Suppress warning reports
- LIBXML_NOXMLDECL (integer)
Drop the XML declaration when saving a document
Notatka: Only available in Libxml >= 2.6.21
- LIBXML_NSCLEAN (integer)
Remove redundant namespaces declarations
- LIBXML_XINCLUDE (integer)
Implement XInclude substitution
- LIBXML_ERR_ERROR (integer)
A recoverable error
- LIBXML_ERR_FATAL (integer)
A fatal error
- LIBXML_ERR_NONE (integer)
No errors
- LIBXML_ERR_WARNING (integer)
A simple warning
- LIBXML_VERSION (integer)
libxml version like 20605 or 20617
- LIBXML_DOTTED_VERSION (string)
libxml version like 2.6.5 or 2.6.17
- Spis treści
- 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
| Poprzedni | Spis treści | Następny |
| ldap_unbind | Początek rozdziału | libxml_clear_errors |
Kaspersky Lab, producent rozwiązań do ochrony danych, opublikował nowy artykuł analityczny pt. "Identyfikowanie botnetów rozsyłających spam z wykorzystaniem metody skoordynowanych dystrybucji".