PHP Functions : XSLT Functions

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions XSLT Functions
Help URL: http://www.php.net/manual/en/ref.xslt.php


Items Related to XSLT Functions

Inner Elements of XSLT Functions

XSLT Functions contains following items:
  • xslt_backend_info (xslt backend info)
  • xslt_backend_name (xslt backend name)
  • xslt_backend_version (xslt backend version)
  • xslt_create (xslt create)
  • xslt_errno (xslt errno)
  • xslt_error (xslt error)
  • xslt_free (xslt free)
  • xslt_getopt (xslt getopt)
  • xslt_process (xslt process)
  • xslt_set_base (xslt set base)
  • xslt_set_encoding (xslt set encoding)
  • xslt_set_error_handler (xslt set error handler)
  • xslt_set_log (xslt set log)
  • xslt_set_object (xslt set object)
  • xslt_set_sax_handler (xslt set sax handler)
  • xslt_set_sax_handlers (xslt set sax handlers)
  • xslt_set_scheme_handler (xslt set scheme handler)
  • xslt_set_scheme_handlers (xslt set scheme handlers)
  • xslt_setopt (xslt setopt)


PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers.
   -- wikipedia.org

Home