Extension:PhpTags Functions/de-formal

This page is a translated version of the page Extension:PhpTags Functions and the translation is 12% complete.
MediaWiki extensions manual
PhpTags Functions
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.35.0
PHP 5.3+
License GNU General Public License 2.0 or later
Download
  • $wgPhpTagsFunctionDumpAmount
  • $wgPhpTagsFunctionDumpDepth
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:


Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens PhpTagsFunctions im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PhpTagsFunctions
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei 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.


Siehe auch