update page now

XSLTProcessor sınıfı

(PHP 5, PHP 7, PHP 8)

Giriş

Sınıf Sözdizimi

class XSLTProcessor {
/* Yöntemler */
public function getParameter(string $isimalanı, string $isim): string|false
public function getSecurityPrefs(): int
public function hasExsltSupport(): bool
public function importStylesheet(object $biçembent): bool
public function registerPHPFunctionNS(string $namespaceURI, string $name, callable $callable): void
public function registerPHPFunctions(array|string|null $işlevler = null): void
public function removeParameter(string $isimalanı, string $isim): bool
public function setParameter(string $isimalanı, string $isim, string $değer): bool
public function setParameter(string $isimalanı, array $seçenekler): bool
public function setProfiling(?string $dosya): true
public function setSecurityPrefs(int $tercihler): int
public function transformToDoc(object $belge, ?string $dönenSınıf = null): object|false
public function transformToUri(object $belge, string $dosya): int
public function transformToXml(object $belge): string|null|false
}

İçindekiler

add a note

User Contributed Notes 3 notes

up
6
tschallacka
10 years ago
uncomment extension=php_xsl.dll on windows to activate it in your php.ini. Then restart your webserver to refresh php.
up
1
joandres52725lm at gmail dot com
6 years ago
[Update] PHP version /.3.15 and Windows Uncomment `extension=xsl` to activate it in your php.ini. Then restart your webserver to refresh php.
up
-1
flavius
10 years ago
It requires PHP5 XSL extension. On linux:

sudo apt-get install php5-xsl
To Top
HTTPS · www.php.net
← Home