text
stringlengths 1
254
| output
stringlengths 2
255
|
---|---|
The third parameter, attribs, contains an associative array with the element' s attributes (if any).
|
2çªç®ã®ãã©ã¡ãŒã¿ã name ã¯ã ãã®ãã³ãã©ãã³ãŒã«ãããèŠçŽ ã®ååãæããŠããŸãã 倧æå倿 ããã®ããŒãµãŒ ã«é¢ããŠæå¹ãªå ŽåãèŠçŽ ã®ååã¯å€§æåã«ãªããŸãã
|
Attribute names are case-folded on the same criteria as element names.
|
第3ã®ãã©ã¡ãŒã¿ã attribs ã¯ãã®èŠçŽ ã® (å
š)屿§ã«é¢ãã飿³é
åã§ãããã®é
åã®ããŒã¯å±æ§ã®ååã§ã ããå€ã¯å±æ§ã®å€ã§ãã屿§ã®ååã¯ãèŠçŽ åãšåæ§ã« 倧æå倿 ãšãªããŸãã 屿§ã®å€ã¯ã倧æå倿 ãããŸãã ã
|
The original order of the attributes can be retrieved by walking through attribs the normal way, using each().
|
ãã®å±æ§ã¯ã each() ã䜿çšã㊠attribs ãé æ¬¡ã¢ã¯ã»ã¹ããããšã«ãã å
ã®é åºã§ååŸããããšãã§ããŸããé
åã®æåã®ããŒã¯æåã®å± æ§ã§ãããåŸãåæ§ã§ãã
|
The function named by end_element_handler must accept two parameters: end_element_handler (resource parser, string name)
|
endElementHandler ãšããååã®é¢æ°ã¯ã2ã€ã® ãã©ã¡ãŒã¿ããšããŸãã endElementHandler (int parser, string name)
|
The second parameter, name, contains the name of the element for which this handler is called.
|
æåã®ãã©ã¡ãŒã¿ã parser 㯠ãã³ãã©ãã³ãŒã«ãã XML ããŒãµãžã®ãªãã¡ã¬ã³ã¹ã§ãã
|
If a handler function is set to an empty string, or FALSE, the handler in question is disabled.
|
2çªç®ã®ãã©ã¡ãŒã¿ã name ã¯ãã®ãã³ãã© ãã³ãŒã«ãããèŠçŽ ã®ååãæããŠããŸãããã®ããŒãµã«ãã㊠倧æå倿 ãæå¹ãªå ŽåãèŠçŽ åã¯å€§æåã«ãªããŸãã
|
Note:
|
ãããã³ãã©é¢æ°ãç©ºã®æååãŸã㯠FALSE ã«èšå®ãããŠããå Žåããã®ãã³ãã©ã¯ç¡å¹ã§ãã
|
Prev
|
ãã³ãã©ãèšå®ãããŠããå Žåã« TRUE ã parser ãããŒãµã§ãªãå Žåã« FALSE ãè¿ãããŸãã
|
xml_set_end_namespace_decl_handler
|
泚æ 颿°åã®ä»£ããã«ããªããžã§ã¯ããžã®ãªãã¡ã¬ã³ã¹ãæ ŒçŽããé
åãšã¡ãœããåãæå®ããããšãåºæ¥ãŸãã
|
Warning
|
(PHP 4 = 4.0.5)
|
Note:
|
ãã®é¢æ°ã¯ã çŸåšã®ãšããè©³çŽ°ãªæ
å ±ã¯ãããŸãããåŒæ°ã®ãªã¹ãã®ã¿ã èšè¿°ãããŠããŸãã
|
Prev
|
泚æ 颿°åã®ä»£ããã«ããªããžã§ã¯ããžã®ãªãã¡ã¬ã³ã¹ãæ ŒçŽããé
åãšã¡ãœããåãæå®ããããšãåºæ¥ãŸãã
|
Prev
|
(PHP 3 = 3.0.6, PHP 4)
|
Sets the external entity reference handler function for the XML parser parser. handler is a string containing the name of a function that must exist when xml_parse() is called for parser.
|
XML ããŒãµ parser ã®è¡šèšå®£èšçšãã³ãã©é¢æ° ãèšå®ããŸãã handler ã¯ã parser ã«é¢ã㊠xml_parse() ãã³ãŒã«ãããéã«å¿
èŠãªé¢æ°ã®ååãæããæååã§ãã
|
The first parameter, parser, is a reference to the XML parser calling the handler.
|
æåã®ãã©ã¡ãŒã¿ã parser 㯠ãã³ãã©ãã³ãŒã«ãã XML ããŒãµãžã®ãªãã¡ã¬ã³ã¹ã§ãã
|
The second parameter, open_entity_names, is a space-separated list of the names of the entities that are open for the parse of this entity (including the name of the referenced entity).
|
2çªç®ã®ãã©ã¡ãŒã¿ã openEntityNames ã¯ã ãšã³ãã£ãã£ã®åŠçãè¡ãããã«ãªãŒãã³ããããšã³ãã£ãã£ã® ååã®ã¹ããŒã¹åºåãã®ãªã¹ãã§ãã (åç
§ããããšã³ãã£ãã£ã®ååãå«ã¿ãŸã)
|
Currently this parameter will always be set to an empty string.
|
ããã¯å€éšãšã³ãã£ãã£ã®ã·ã¹ãã ID( systemid )ãæããŠããŸãã çŸåšãã®ãã©ã¡ãŒã¿ã¯åžžã«ç©ºã®æååã«èšå®ãããŠããŸãã
|
The fourth parameter, system_id, is the system identifier as specified in the entity declaration.
|
4çªç®ã®ãã©ã¡ãŒã¿ã systemId 㯠ãšã³ãã£ãã£å®£èšã§æå®ãããã·ã¹ãã ID ã§ãã
|
If a handler function is set to an empty string, or FALSE, the handler in question is disabled.
|
5çªç®ã®ãã©ã¡ãŒã¿ã publicId ã¯ãšã³ã㣠ãã£å®£èšã§æå®ããããããªã㯠IDãŸãã¯æå®ãããªãå Žåã¯ç©ºã® æååã§ãããããªã㯠ID ã®äžã®ç©ºçœæåã¯ãXML 仿§ã§èŠå®ã ããæ£èŠåãè¡ã£ãŠããŸãã
|
Note:
|
ãã³ãã©é¢æ°ã¯ãç©ºã®æååãŸãã¯ãã³ãã©ãç¡å¹ã®å Žå FALSE ã«èšå®ããŸãã
|
Prev
|
ãã³ãã©ãèšå®ãããŠããå Žåã TRUE ãè¿ããã parser ãããŒãµã§ãªãå Žåã« FALSE ã è¿ãããŸãã
|
xml_set_end_namespace_decl_handler
|
泚æ 颿°åã®ä»£ããã«ããªããžã§ã¯ããžã®ãªãã¡ã¬ã³ã¹ãæ ŒçŽããé
åãšã¡ãœããåãæå®ããããšãåºæ¥ãŸãã
|
Prev
|
(PHP 3 = 3.0.6, PHP 4)
|
Sets the notation declaration handler function for the XML parser parser. handler is a string containing the name of a function that must exist when xml_parse() is called for parser.
|
XMLããŒãµ parser ã®è¡šèšæ³å®£èšçšãã³ãã©é¢æ° ãèšå®ããŸãã handler ã¯ã parser ã«é¢ã㊠xml_parse() ãã³ãŒã«ãããéã«å¿
èŠãªé¢æ°ã®ååãæããæååã§ãã
|
!NOTATION name {system_id _BAR_ public_id}
|
è¡šèšæ³ã®å®£èšã¯ãããã¥ã¡ã³ãã® DTD ã®éšåã§ãããæ¬¡ã®ãããªãã©ãŒ ããããæããŠããŸãã
|
The first parameter, parser, is a reference to the XML parser calling the handler.
|
handler ãšããååã®é¢æ°ã¯ã5ã€ã®ãã©ã¡ãŒã¿ã ãšããŸãã handler (int parser, string notationName, string base, string systemId, string publicId)
|
This is the base for resolving the system identifier (system_id) of the notation declaration.
|
æåã®ãã©ã¡ãŒã¿ã parser 㯠ãã³ãã©ãã³ãŒã«ãã XML ããŒãµãžã®ãªãã¡ã¬ã³ã¹ã§ãã
|
System identifier of the external notation declaration.
|
ããã¯ãåèšã®è¡šèšçšãã©ãŒãããã«ç€ºãããã«è¡šèšæ³ã® åå ã§ãã
|
If a handler function is set to an empty string, or FALSE, the handler in question is disabled.
|
å€éšãšã³ãã£ãã£ã®ã·ã¹ãã ID( systemId )ã ååŸããéã®åºæ¬ãšãªããŸããçŸåšããã®ãã©ã¡ãŒã¿ã¯ãåžžã«ç©ºã®æ ååã«èšå®ãããŠããŸãã
|
Note:
|
å€éšè¡šèšçšå®£èšã®ãããªã㯠ID
|
Prev
|
ãããã³ãã©é¢æ°ãç©ºã®æååãŸã㯠FALSE ã«èš å®ãããŠããå Žåããã®ãã³ãã©ã¯ç¡å¹ãšãªããŸãã
|
xml_set_external_entity_ref_handler
|
ãã³ãã©ãèšå®ãããŠããå Žåã« TRUE ã parser ãããŒãµã§ãªãå Žåã« FALSE ãè¿ããŸãã
|
xml_set_object
|
泚æ 颿°åã®ä»£ããã«ããªããžã§ã¯ããžã®ãªãã¡ã¬ã³ã¹ãæ ŒçŽããé
åãšã¡ãœããåãæå®ããããšãåºæ¥ãŸãã
|
(PHP 4)
|
(PHP 4)
|
All callback functions could be set with xml_set_element_handler() etc and assumed to be methods of object.
|
ãã®é¢æ°ã¯ã object ã®å
éšãã parser ã䜿çšå¯èœã«ããŸãã xml_set_element_handler() çã«ããèšå®ããã å
šãŠã®ã³ãŒã«ããã¯é¢æ°ã¯ã object ã®ã¡ãœããã§ãããšä»®å®ãããŸãã
|
Prev
|
(PHP 3 = 3.0.6, PHP 4)
|
Sets the processing instruction (PI) handler function for the XML parser parser. handler is a string containing the name of a function that must exist when xml_parse() is called for parser.
|
XML ããŒãµ parser ã®åŠçåœä»€ (PI)çšãã³ãã© é¢æ°ãèšå®ããŸãã handler ã¯ã parser ã«é¢ã㊠xml_parse() ãã³ãŒã«ãããéã«å¿
èŠãªé¢æ°ã®åå ãæããæååã§ãã
|
? target data?
|
åŠçåœä»€ã¯ã次ã®ãã©ãŒããããæããŠããŸãã
|
The first parameter, parser, is a reference to the XML parser calling the handler.
|
handler ãšããååã®é¢æ°ã¯ã次ã®3 ã€ã® ãã©ã¡ãŒã¿ãåŒæ°ãšããŸãã handler (int parser, string target, string data)
|
The third parameter, data, contains the PI data.
|
æåã®ãã©ã¡ãŒã¿ã parser 㯠ãã³ãã©ãã³ãŒã«ãã XML ããŒãµãžã®ãªãã¡ã¬ã³ã¹ã§ãã
|
If a handler function is set to an empty string, or FALSE, the handler in question is disabled.
|
第2ã®ãã©ã¡ãŒã¿ã target 㯠PI ã®ã¿ãŒã²ãããæããŠããŸãã
|
Note:
|
第3ã®ãã©ã¡ãŒã¿ã data 㯠PI ããŒã¿ã æããŠããŸãã
|
Prev
|
ãããã³ãã©é¢æ°ãç©ºã®æååãŸãã¯ã FALSE ã«èš å®ãããŠããå Žåããã®ãã³ãã©ç¡å¹ã§ãã
|
xml_set_object
|
ãã³ãã©ãèšå®ãããŠããå Žåã« TRUE ã parser ãããŒãµã§ãªãå Žåã« FALSE ãè¿ãã ãŸãã
|
xml_set_start_namespace_decl_handler
|
泚æ 颿°åã®ä»£ããã«ããªããžã§ã¯ããžã®ãªãã¡ã¬ã³ã¹ãæ ŒçŽããé
åãšã¡ãœããåãæå®ããããšãåºæ¥ãŸãã
|
Warning
|
(PHP 4 = 4.0.5)
|
Note:
|
ãã®é¢æ°ã¯ã çŸåšã®ãšããè©³çŽ°ãªæ
å ±ã¯ãããŸãããåŒæ°ã®ãªã¹ãã®ã¿ã èšè¿°ãããŠããŸãã
|
Prev
|
泚æ 颿°åã®ä»£ããã«ããªããžã§ã¯ããžã®ãªãã¡ã¬ã³ã¹ãæ ŒçŽããé
åãšã¡ãœããåãæå®ããããšãåºæ¥ãŸãã
|
Prev
|
(PHP 3 = 3.0.6, PHP 4)
|
Sets the unparsed entity declaration handler function for the XML parser parser. handler is a string containing the name of a function that must exist when xml_parse() is called for parser.
|
XML ããŒãµ parser ã®åŠçãããªããšã³ãã£ã㣠宣èšçšãã³ãã©é¢æ°ãèšå®ããŸãã handler ã¯ã parser ã«é¢ã㊠xml_parse() ãã³ãŒã«ãããéã«å¿
èŠãªé¢æ°ã®ååãæããæååã§ãã
|
!ENTITY name {publicId _BAR_ systemId} NDATA notationName
|
ãã®ãã³ãã©ã¯ãXML ããŒãµã次ã®ãããªNDATA宣èšãæããå€éšãšã³ã㣠ãã£å®£èšãåŠçããéã«ã³ãŒã«ãããŸãã
|
See section 4.2.2 of the XML 1.0 spec for the definition of notation declared external entities.
|
å€éšãšã³ãã£ãã£å®£èšã®èšè¿°çšå®çŸ©ã«é¢ããŠã¯ã XML 1.0 仿§ã® 4.2.2 ç¯ ãåç
§äžããã
|
The first parameter, parser, is a reference to the XML parser calling the handler.
|
handler ãšããååã®é¢æ°ã¯æ¬¡ã®ãã㪠6ã€ã®ãã©ã¡ãŒã¿ããšããŸãã handler (int parser, string entityName, string base, string systemId, string publicId, string notationName)
|
This is the base for resolving the system identifier (systemId) of the external entity.
|
æåã®ãã©ã¡ãŒã¿ã parser 㯠ãã³ãã©ãã³ãŒã«ãã XML ããŒãµãžã®ãªãã¡ã¬ã³ã¹ã§ãã
|
Currently this parameter will always be set to an empty string.
|
宣èšããããšãããšã³ãã£ãã£ã®åå
|
Public identifier for the external entity.
|
å€éšãšã³ãã£ãã£ã®ã·ã¹ãã ID( systemId) ãååŸããéã®åºæ¬ãšãªããŸããçŸåšããã®ãã©ã¡ãŒã¿ã¯ãåžžã«ç©º ã®æååã«èšå®ãããŠããŸãã
|
Name of the notation of this entity (see xml_set_notation_decl_handler()).
|
å€éšãšã³ãã£ãã£ã®ã·ã¹ãã IDã
|
If a handler function is set to an empty string, or FALSE, the handler in question is disabled.
|
å€éšãšã³ãã£ãã£ã®ãããªã㯠IDã
|
Note:
|
ãã®ãšã³ãã£ãã£ã®è¡šèšæ³ã®åå (xml_set_notation_decl_handler() ãåç
§äž ãã)
|
Prev
|
ãããã³ãã©é¢æ°ãç©ºã®æååãŸã㯠FALSE ã«èšå® ãããŠããå Žåããã®ãã³ãã©ã¯ç¡å¹ãšãªããŸãã
|
xml_set_start_namespace_decl_handler
|
ãã³ãã©ãèšå®ãããŠããå Žåã« TRUE ã parser ãããŒãµã§ãªãå Žåã« FALSE ãè¿ããŸãã
|
XML-RPC functions
|
泚æ 颿°åã®ä»£ããã«ããªããžã§ã¯ããžã®ãªãã¡ã¬ã³ã¹ãæ ŒçŽããé
åãšã¡ãœããåãæå®ããããšãåºæ¥ãŸãã
|
Warning
|
(PHP 4 = 4.0.4)
|
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
|
ãã®é¢æ°ã¯ã å®éšç ãªã¹ããŒã¿ã¹ã«ãããŸããããã¯ããã®é¢æ°ã® åäœã颿°åãããã§æžãããŠããããšå
šãŠãPHPã®å°æ¥ã®ããŒãžã§ã³ã§äºå ãªã倿Žãããå¯èœæ§ãããããšãæå³ããŸããæ³šæãåèµ·ãããšãšãã«èªå ã®ãªã¹ã¯ã§ãã®é¢æ°ã䜿çšããŠäžããã
|
See also xpath_eval()
|
xpath_eval() ãåç
§äžãã
|
This function is EXPERIMENTAL.
|
(PHP 4 = 4.0.4)
|
Use this function at your own risk.
|
ãã®é¢æ°ã¯ã å®éšç ãªã¹ããŒã¿ã¹ã«ãããŸããããã¯ããã®é¢æ°ã® åäœã颿°åãããã§æžãããŠããããšå
šãŠãPHPã®å°æ¥ã®ããŒãžã§ã³ã§äºå ãªã倿Žãããå¯èœæ§ãããããšãæå³ããŸããæ³šæãåèµ·ãããšãšãã«èªå ã®ãªã¹ã¯ã§ãã®é¢æ°ã䜿çšããŠäžããã
|
See also xpath_new_context()
|
xpath_new_context() ãåç
§äžããã
|
Warning
|
(PHP 4 = 4.0.4)
|
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
|
ãã®é¢æ°ã¯ã å®éšç ãªã¹ããŒã¿ã¹ã«ãããŸããããã¯ããã®é¢æ°ã® åäœã颿°åãããã§æžãããŠããããšå
šãŠãPHPã®å°æ¥ã®ããŒãžã§ã³ã§äºå ãªã倿Žãããå¯èœæ§ãããããšãæå³ããŸããæ³šæãåèµ·ãããšãšãã«èªå ã®ãªã¹ã¯ã§ãã®é¢æ°ã䜿çšããŠäžããã
|
See also xpath_eval()
|
xpath_eval() ãåç
§äžããã
|
Warning
|
(PHP 4 = 4.0.4)
|
Prev
|
ãã®é¢æ°ã¯ã çŸåšã®ãšããè©³çŽ°ãªæ
å ±ã¯ãããŸãããåŒæ°ã®ãªã¹ãã®ã¿ã èšè¿°ãããŠããŸãã
|
Warning
|
(PHP 4 = 4.0.4)
|
Prev
|
ãã®é¢æ°ã¯ã çŸåšã®ãšããè©³çŽ°ãªæ
å ±ã¯ãããŸãããåŒæ°ã®ãªã¹ãã®ã¿ã èšè¿°ãããŠããŸãã
|
Prev
|
(PHP 4 = 4.0.3)
|
Create and return a new XSLT processor resource for manipulation by the other XSLT functions.
|
æ°èŠã«XSLTããã»ããµãªãœãŒã¹ãäœæããè¿ããŸãããã®ãªãœãŒã¹ã¯ã ä»ã®XSLT颿°ã«ããåŠçã§äœ¿çšãããŸãã
|
Prev
|
(PHP 4 = 4.0.3)
|
Return an error code describing the last error that occured on the passed XSLT processor.
|
XSLTããã»ããµã§çºçããçŽè¿ã®ãšã©ãŒãèšè¿°ãããšã©ãŒã³ãŒããè¿ã ãŸãã
|
Prev
|
(PHP 4 = 4.0.3)
|
Return a string describing the last error that occured on the passed XSLT processor.
|
æå®ããXSLTããã»ããµã§çºçããçŽè¿ã®ãšã©ãŒã説æããæååãè¿ ããŸãã
|
Handling errors using the xslt_error() and xslt_errno() functions.
|
äŸ 1 颿° xslt_error() ããã³ xslt_errno() ãçšããŠãšã©ãŒãåŠçãã
|
Prev
|
(PHP 4 = 4.0.3)
|
Free the XSLT processor identified by the given handle.
|
ãã³ãã«ã§æå®ããXSLTããã»ããµãéæŸããŸãã
|
The xslt_process() function is the crux of the new XSLT extension.
|
(PHP 4 = 4.0.3)
|
This is accomplished through the use of argument buffers - - a concept taken from the Sablotron XSLT processor (currently the only XSLT processor this extension supports).
|
xslt_process() 颿°ã¯ãæ°èŠXSLTæ¡åŒµã®äžå¿é¢æ°ã§ ããåŒæ°ãããã¡ã®æŠå¿µã«ãããã»ãšãã©å
šãŠã®åã®å
¥åãœãŒã¹ãçšã ãŠXSLT倿ãå®è¡å¯èœã§ããåŒæ°ãããã¡ã¯ãSablotron XSLTããã»ã ãµ(çŸåšããã®æ¡åŒµã¢ãžã¥ãŒã«ããµããŒãããæäžã®XSLTããã»ããµ)ã ãåŸãæŠå¿µã§ãã
|
Do NOT provide the actual xml or xsl content as 2nd and 3rd argument, as this will create a segmentation fault, in Sablotron versions up to and including 0.95.
|
xslt_process() 颿°ã§å€æããæãç°¡åãªæ¹æ³ã¯ã XMLãã¡ã€ã«ãXSLTãã¡ã€ã«ã§å€æããçµæãæ°ããXMLããã¥ã¡ã³ã(㟠ãã¯HTMLããã¥ã¡ã³ã)ãå«ã3çªç®ã®ãã¡ã€ã«ã«åºåããããšã§ãã ãããsablotronãè¡ãã®ã¯ãããªãç°¡åã§ãã
|
The simplest type of transformation with the xslt_process() function is the transformation of an XML file with an XSLT file, placing the result in a third file containing the new XML (or HTML) document.
|
äŸ 1 XMLãã¡ã€ã«ãšXSLãã¡ã€ã«ãæ°èŠXMLãã¡ã€ã«ã«å€æããããã« xslt_process() ã䜿çšãã
|
Therefore, if you omit the third argument to the xslt_process() function (or provide a NULL value for the argument), it will automatically return the value of the XSLT transformation, instead of writing it to a file...
|
ãã®æ©èœã¯åªããŠããŸãããç¹ã«Webç°å¢ã§ã¯ãçµæãçŽæ¥åºåãããå Ž åããããŸããããã§ã xslt_process() ã®3çªç®ã® åŒæ°ãçç¥ããå Žå(ãŸãã¯ãã®åŒæ°ã«NULLå€ãæå®ããå Žå)ããã¡ã€ ã«ã«æžãèŸŒãæ¿ããã«èªåçã«XSLT倿åŸã®åºåãè¿ããŸãã
|
This is where XSLT' s "argument "syntax, comes to the rescue.
|
äŸ 2 XMLãã¡ã€ã«ãšXSLãã¡ã€ã«ãçµæXMLããŒã¿ãå«ã倿°ã«å€æãããã ã« xslt_process() ã䜿çšãã
|
These parameters can then be accessed within your XSL files using the xsl:param name=" parameter_name "instruction.
|
äŸ 3 XMLããŒã¿ãå«ã倿°ãšXSLTããŒã¿ãå«ã倿°ãXMLããŒã¿åºåçµæã å«ã倿°ã«å€æããããã« xslt_process() ãäœ¿çš ãã
|
In other words - you cannot pass node-sets as parameters to the XSLT document.
|
æåŸã«ã xslt_process() 颿°ã®æåŸã®åŒæ°ã¯ãXSLT ããã¥ã¡ã³ãã«æž¡ãããããããåŒæ°ã§ãããããã®ãã©ã¡ãŒã¿ã¯ã xsl:param name="parameter_name" åœä»€ãçšã㊠XSLãã¡ã€ã«ã®äžã§ã¢ã¯ã»ã¹ããããšãå¯èœã§ãã
|
(PHP 4 = 4.0.5)
|
(PHP 4 = 4.0.5)
|
It is also used to resolve URIs for the xsl:include and xsl:import elements.
|
å
šãŠã®XSLT倿ã®åºæºURIãèšå®ããŸããåºæºURIã¯ãå€éšãªãœãŒã¹ã«ã¢ ã¯ã»ã¹ããdocument()åã³ä»ã®ã³ãã³ãã解決ããéã«Xpathåœä»€ã«é¢ã ãŠäœ¿çšãããŸãã
|
(PHP 4 = 4.0.5)
|
(PHP 4 = 4.0.5)
|
When using the Sablotron backend this option is only available when you compile Sablotron with encoding support.
|
XSLT倿ã®åºåãšã³ã³ãŒãã£ã³ã°ãèšå®ããŸãã Sablotronããã¯ãšã³ãã䜿çšããéããã®ãªãã·ã§ã³ã¯ãSablotronã« ãšã³ã³ãŒãã£ã³ã°ãµããŒããä»ããŠã³ã³ãã€ã«ããå Žåã®ã¿å©çšå¯èœã§ ãã
|
Prev
|
(PHP 4 = 4.0.4)
|
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).
|
xh ã§æå®ããXSLTããã»ããµçšã«ãšã©ãŒãã³ã ã©é¢æ°ãèšå®ããŸãããã®é¢æ°ã¯ãXSLT倿ã«ãããŠãšã©ãŒãçºçãã 床ã«ã³ãŒã«ãããŸãã(ãã®é¢æ°ã¯éç¥ã®ããã«ãã³ãŒã«ãããŸã)
|
Prev
|
(PHP 4 = 4.0.6)
|
A reference to the XSLT parser.
|
A reference to the XSLT parser.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.