Home > PHP > Function > XSLT (PHP4) > xslt_set_object()

xslt_set_object()

xslt_set_object - Sets the object in which to resolve callback functions

Syntax

bool xslt_set_object (resource $processor, object &$obj)

Arguments

  • processor - The XSLT processor link identifier, created with xslt_create().
  • obj - An object.

Description

Version

PHP 4.3.0

Return value

Returns TRUE on success or FALSE on failure.