php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_xsl.stub.php
Go to the documentation of this file.
1<?php
2
4
6const XSL_CLONE_AUTO = 0;
8const XSL_CLONE_NEVER = -1;
11
16const XSL_SECPREF_NONE = UNKNOWN;
21const XSL_SECPREF_READ_FILE = UNKNOWN;
26const XSL_SECPREF_WRITE_FILE = UNKNOWN;
46const XSL_SECPREF_DEFAULT = UNKNOWN;
47
52const LIBXSLT_VERSION = UNKNOWN;
57const LIBXSLT_DOTTED_VERSION = UNKNOWN;
58
59#ifdef HAVE_XSL_EXSLT
64const LIBEXSLT_VERSION = UNKNOWN;
70#endif
71
73{
74 public bool $doXInclude = false;
75
76 public bool $cloneDocument = false;
77
79
80 public int $maxTemplateVars;
81
86 public function importStylesheet(object $stylesheet): bool {}
87
92 public function transformToDoc(object $document, ?string $returnClass = null): object|false {}
93
98 public function transformToUri(object $document, string $uri): int {}
99
104 public function transformToXml(object $document): string|null|false {}
105
107 public function setParameter(string $namespace, array|string $name, ?string $value = null): bool {}
108
110 public function getParameter(string $namespace, string $name): string|false {}
111
113 public function removeParameter(string $namespace, string $name): bool {}
114
116 public function hasExsltSupport(): bool {}
117
119 public function registerPHPFunctions(array|string|null $functions = null): void {}
120
121 public function registerPHPFunctionNS(string $namespaceURI, string $name, callable $callable): void {}
122
124 public function setProfiling(?string $filename): true {}
125
127 public function setSecurityPrefs(int $preferences): int {}
128
130 public function getSecurityPrefs(): int {}
131}
removeParameter(string $namespace, string $name)
transformToUri(object $document, string $uri)
getParameter(string $namespace, string $name)
transformToDoc(object $document, ?string $returnClass=null)
registerPHPFunctionNS(string $namespaceURI, string $name, callable $callable)
setSecurityPrefs(int $preferences)
registerPHPFunctions(array|string|null $functions=null)
setParameter(string $namespace, array|string $name, ?string $value=null)
importStylesheet(object $stylesheet)
transformToXml(object $document)
setProfiling(?string $filename)
$filename
Definition create.php:9
#define XSL_SECPREF_NONE
Definition php_xsl.h:46
#define XSL_SECPREF_WRITE_FILE
Definition php_xsl.h:48
#define XSL_SECPREF_CREATE_DIRECTORY
Definition php_xsl.h:49
#define XSL_SECPREF_READ_NETWORK
Definition php_xsl.h:50
#define XSL_SECPREF_DEFAULT
Definition php_xsl.h:53
#define XSL_SECPREF_READ_FILE
Definition php_xsl.h:47
#define XSL_SECPREF_WRITE_NETWORK
Definition php_xsl.h:51
const LIBEXSLT_DOTTED_VERSION
const LIBEXSLT_VERSION
const LIBXSLT_VERSION
const XSL_CLONE_AUTO
const XSL_CLONE_ALWAYS
const XSL_CLONE_NEVER
const LIBXSLT_DOTTED_VERSION
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))
object