php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_xsl.stub.php File Reference

Go to the source code of this file.

Data Structures

class  XSLTProcessor
 

Variables

const XSL_CLONE_AUTO = 0
 
const XSL_CLONE_NEVER = -1
 
const XSL_CLONE_ALWAYS = 1
 
const XSL_SECPREF_NONE = UNKNOWN
 
const XSL_SECPREF_READ_FILE = UNKNOWN
 
const XSL_SECPREF_WRITE_FILE = UNKNOWN
 
const XSL_SECPREF_CREATE_DIRECTORY = UNKNOWN
 
const XSL_SECPREF_READ_NETWORK = UNKNOWN
 
const XSL_SECPREF_WRITE_NETWORK = UNKNOWN
 
const XSL_SECPREF_DEFAULT = UNKNOWN
 
const LIBXSLT_VERSION = UNKNOWN
 
const LIBXSLT_DOTTED_VERSION = UNKNOWN
 
const LIBEXSLT_VERSION = UNKNOWN
 
const LIBEXSLT_DOTTED_VERSION = UNKNOWN
 

Variable Documentation

◆ LIBEXSLT_DOTTED_VERSION

const LIBEXSLT_DOTTED_VERSION = UNKNOWN

Definition at line 69 of file php_xsl.stub.php.

◆ LIBEXSLT_VERSION

const LIBEXSLT_VERSION = UNKNOWN

Definition at line 64 of file php_xsl.stub.php.

◆ LIBXSLT_DOTTED_VERSION

const LIBXSLT_DOTTED_VERSION = UNKNOWN

Definition at line 57 of file php_xsl.stub.php.

◆ LIBXSLT_VERSION

const LIBXSLT_VERSION = UNKNOWN

Definition at line 52 of file php_xsl.stub.php.

◆ XSL_CLONE_ALWAYS

const XSL_CLONE_ALWAYS = 1

Definition at line 10 of file php_xsl.stub.php.

◆ XSL_CLONE_AUTO

const XSL_CLONE_AUTO = 0

Definition at line 6 of file php_xsl.stub.php.

◆ XSL_CLONE_NEVER

const XSL_CLONE_NEVER = -1

Definition at line 8 of file php_xsl.stub.php.

◆ XSL_SECPREF_CREATE_DIRECTORY

const XSL_SECPREF_CREATE_DIRECTORY = UNKNOWN

Definition at line 31 of file php_xsl.stub.php.

◆ XSL_SECPREF_DEFAULT

const XSL_SECPREF_DEFAULT = UNKNOWN

Definition at line 46 of file php_xsl.stub.php.

◆ XSL_SECPREF_NONE

const XSL_SECPREF_NONE = UNKNOWN

Definition at line 16 of file php_xsl.stub.php.

◆ XSL_SECPREF_READ_FILE

const XSL_SECPREF_READ_FILE = UNKNOWN

Definition at line 21 of file php_xsl.stub.php.

◆ XSL_SECPREF_READ_NETWORK

const XSL_SECPREF_READ_NETWORK = UNKNOWN

Definition at line 36 of file php_xsl.stub.php.

◆ XSL_SECPREF_WRITE_FILE

const XSL_SECPREF_WRITE_FILE = UNKNOWN

Definition at line 26 of file php_xsl.stub.php.

◆ XSL_SECPREF_WRITE_NETWORK

const XSL_SECPREF_WRITE_NETWORK = UNKNOWN

Definition at line 41 of file php_xsl.stub.php.