Extension:PhpTags Functions/pl

From mediawiki.org
This page is a translated version of the page Extension:PhpTags Functions and the translation is 24% complete.
Podręcznik rozszerzeń MediaWiki
PhpTags Functions
Status wydania: beta
Realizacja PHP
Opis Implements a lot of native PHP constants, functions and objects for the extension PhpTags
Autor(zy) Pavel Astakhov (pastakhovdyskusja)
Ostatnia wersja 3.5.0 (2015-05-28)
MediaWiki >= 1.35.0
PHP 5.3+
Licencja GNU General Public License 2.0 or later
Pobieranie
  • $wgPhpTagsFunctionDumpAmount
  • $wgPhpTagsFunctionDumpDepth
Przetłumacz rozszerzenie PhpTags Functions jeżeli jest dostępne na 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:


Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie PhpTagsFunctions w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PhpTagsFunctions
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'PhpTagsFunctions' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.


Zobacz też