Extension:PhpTags Functions/ko
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{확장 기능 }} infobox. |
PhpTags Functions 출시 상태: 관리되지 않음 |
|
---|---|
구현 | 파서 확장 기능 |
설명 | 확장기능 PhpTags 용의, 다수의 네이티브 PHP 정수, 관수, 오브젝트를 시행한다 |
만든 이 | Pavel Astakhov (pastakhov토론) |
최신 버전 | 3.5.0 (2015-05-28) |
MediaWiki | >= 1.35.0 |
PHP | 5.3+ |
라이선스 | GNU General Public License 2.0 or later |
다운로드 | |
|
|
PhpTags Functions 확장 기능 번역 (translatewiki.net에서 가능한 경우) | |
PhpTags Functions' 확장기능은, PhpTags 확장기능 용의 네이티브 PHP 정수, 관수, 오브젝트를 시행합니다.
이 확장기능의 모든 기능은 PhpTags 확장기능을 통해서만 이용할 수 있습니다.
아래의 기능을 제공합니다:
- 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
설치
- 파일을 다운로드하고
PhpTagsFunctions
폴더를extensions/
디렉토리에 넣어 주세요.
개발자와 코딩 기여자는 Git을 이용해 확장기능을 다운받는 것이 좋습니다.cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PhpTagsFunctions - 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
wfLoadExtension( 'PhpTagsFunctions' );
- 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.