Extension:PhpTags Functions/de-formal
![]() Release status: beta |
|
---|---|
Implementation | PHP |
Description | Implements a lot of native PHP constants, functions and objects for the extension PhpTags |
Author(s) | Pavel Astakhov (pastakhovDiskussion) |
Latest version | 3.5.0 (2015-05-28) |
MediaWiki | >= 1.34.0 |
PHP | 5.3+ |
License | GNU General Public License 2.0 or later |
Download | |
|
|
Translate the PhpTags Functions extension if it is available at translatewiki.net | |
The PhpTags Functions extension implements a lot of native PHP constants, functions and objects for the PhpTags extension.
All the features of this extension are available only through the use of the PhpTags extension.
It provides the following features:
- Array Functions
- Date/Time Functions
- Math Functions
- Multibyte String Functions
- PCRE Functions (Perl Compatible Regular Expressions)
- String Functions
- Function handling Functions
- Variable handling Functions
- The other useful things
Installation
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
PhpTagsFunctions
im Ordnerextensions/
ablegen. - Folgenden Code am Ende Ihrer
LocalSettings.php
hinzufügen:wfLoadExtension( 'PhpTagsFunctions' );
- Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.
Für Benutzer, die MediaWiki in der Version 1.24 und früher betreiben:
Die oben stehenden Anweisungen beschreiben die neue Installationsanweisung für diese Erweiterung unter der Verwendung von wfLoadExtension()
.
Wird diese Erweiterung in einer dieser früheren Versionen (MediaWiki 1.24 und früher) – an Stelle von wfLoadExtension( 'PhpTagsFunctions' );
– installiert, benutzen Sie:
require_once "$IP/extensions/PhpTagsFunctions/PhpTagsFunctions.php";