MediaWiki REL1_39
|
Global functions used everywhere. More...
Go to the source code of this file.
Functions | |
wfAppendQuery ( $url, $query) | |
Append a query string to an existing URL, which may or may not already have query string parameters already. | |
wfArrayDiff2 ( $arr1, $arr2) | |
Like array_diff( $arr1, $arr2 ) except that it works with two-dimensional arrays. | |
wfArrayInsertAfter (array $array, array $insert, $after) | |
Insert an array into another array after the specified key. | |
wfArrayPlus2d (array $baseArray, array $newValues) | |
Merges two (possibly) 2 dimensional arrays into the target array ($baseArray). | |
wfArrayToCgi ( $array1, $array2=null, $prefix='') | |
This function takes one or two arrays as input, and returns a CGI-style string, e.g. | |
wfAssembleUrl ( $urlParts) | |
This function will reassemble a URL parsed with wfParseURL. | |
wfBacktrace ( $raw=null) | |
Get a debug backtrace as a string. | |
wfBaseName ( $path, $suffix='') | |
Return the final portion of a pathname. | |
wfBoolToStr ( $value) | |
Convenience function converts boolean values into "true" or "false" (string) values. | |
wfCgiToArray ( $query) | |
This is the logical opposite of wfArrayToCgi(): it accepts a query string as its argument and returns the same string in array form. | |
wfClearOutputBuffers () | |
More legible than passing a 'false' parameter to wfResetOutputBuffers(): | |
wfClientAcceptsGzip ( $force=false) | |
Whether the client accept gzip encoding. | |
wfDebug ( $text, $dest='all', array $context=[]) | |
Sends a line to the debug log if enabled or, optionally, to a comment in output. | |
wfDebugBacktrace ( $limit=0) | |
Safety wrapper for debug_backtrace(). | |
wfDebugLog ( $logGroup, $text, $dest='all', array $context=[]) | |
Send a line to a supplementary debug log file, if configured, or main debug log if not. | |
wfDeprecated ( $function, $version=false, $component=false, $callerOffset=2) | |
Logs a warning that a deprecated feature was used. | |
wfDeprecatedMsg ( $msg, $version=false, $component=false, $callerOffset=2) | |
Log a deprecation warning with arbitrary message text. | |
wfEscapeShellArg (... $args) | |
Locale-independent version of escapeshellarg() | |
wfEscapeWikiText ( $text) | |
Escapes the given text so that it may be output using addWikiText() without any linking, formatting, etc. | |
wfExpandIRI ( $url) | |
Take a URL, make sure it's expanded to fully qualified, and replace any encoded non-ASCII Unicode characters with their UTF-8 original forms for more compact display and legibility for local audiences. | |
wfExpandUrl ( $url, $defaultProto=PROTO_CURRENT) | |
Expand a potentially local URL to a fully-qualified URL. | |
wfFormatStackFrame ( $frame) | |
Return a string representation of frame. | |
wfGetAllCallers ( $limit=3) | |
Return a string consisting of callers in the stack. | |
wfGetCaller ( $level=2) | |
Get the name of the function which called this function wfGetCaller( 1 ) is the function with the wfGetCaller() call (ie. | |
wfGetDB ( $db, $groups=[], $wiki=false) | |
Get a Database object. | |
wfGetLangObj ( $langcode=false) | |
Return a Language object from $langcode. | |
wfGetNull () | |
Get a platform-independent path to the null file, e.g. | |
wfGetServerUrl ( $proto) | |
Get the wiki's "server", i.e. | |
wfGetUrlUtils () | |
wfHostname () | |
Get host name of the current machine, for use in error reporting. | |
wfHttpError ( $code, $label, $desc) | |
Provide a simple HTTP error. | |
wfIniGetBool ( $setting) | |
Safety wrapper around ini_get() for boolean settings. | |
wfIsCLI () | |
Check if we are running from the commandline. | |
wfIsDebugRawPage () | |
Returns true if debug logging should be suppressed if $wgDebugRawPage = false. | |
wfIsInfinity ( $str) | |
Determine input string is represents as infinity. | |
wfIsWindows () | |
Check if the operating system is Windows. | |
wfLoadExtension ( $ext, $path=null) | |
Load an extension. | |
wfLoadExtensions (array $exts) | |
Load multiple extensions at once. | |
wfLoadSkin ( $skin, $path=null) | |
Load a skin. | |
wfLoadSkins (array $skins) | |
Load multiple skins at once. | |
wfLogDBError ( $text, array $context=[]) | |
Log for database errors. | |
wfLogProfilingData () | |
wfLogWarning ( $msg, $callerOffset=1, $level=E_USER_WARNING) | |
Send a warning as a PHP error and the debug log. | |
wfMatchesDomainList ( $url, $domains) | |
Check whether a given URL has a domain that occurs in a given set of domains. | |
wfMemoryLimit ( $newLimit) | |
Raise PHP's memory limit (if needed). | |
wfMerge ( $old, $mine, $yours, &$result, &$mergeAttemptResult=null) | |
wfMerge attempts to merge differences between three texts. | |
wfMergeErrorArrays (... $args) | |
Merge arrays in the style of PermissionManager::getPermissionErrors, with duplicate removal e.g. | |
wfMessage ( $key,... $params) | |
This is the function for getting translated interface messages. | |
wfMessageFallback (... $keys) | |
This function accepts multiple message keys and returns a message instance for the first message which is non-empty. | |
wfMkdirParents ( $dir, $mode=null, $caller=null) | |
Make directory, and make all parent directories if they don't exist. | |
wfMsgReplaceArgs ( $message, $args) | |
Replace message parameter keys on the given formatted output. | |
wfObjectToArray ( $objOrArray, $recursive=true) | |
Recursively converts the parameter (an object) to an array with the same data. | |
wfParseUrl ( $url) | |
parse_url() work-alike, but non-broken. | |
wfPercent ( $nr, int $acc=2, bool $round=true) | |
wfQueriesMustScale () | |
Should low-performance queries be disabled? | |
wfRandom () | |
Get a random decimal value in the domain of [0, 1), in a way not likely to give duplicate values for any realistic number of articles. | |
wfRandomString ( $length=32) | |
Get a random string containing a number of pseudo-random hex characters. | |
wfReadOnly () | |
Check whether the wiki is in read-only mode. | |
wfReadOnlyReason () | |
Check if the site is in read-only mode and return the message if so. | |
wfRecursiveRemoveDir ( $dir) | |
Remove a directory and all its content. | |
wfRelativePath ( $path, $from) | |
Generate a relative path name to the given file. | |
wfRemoveDotSegments ( $urlPath) | |
Remove all dot-segments in the provided URL path. | |
wfReportTime ( $nonce=null) | |
Returns a script tag that stores the amount of time it took MediaWiki to handle the request in milliseconds as 'wgBackendResponseTime'. | |
wfResetOutputBuffers ( $resetGzipEncoding=true) | |
Clear away any user-level output buffers, discarding contents. | |
wfScript ( $script='index') | |
Get the path to a specified script file, respecting file extensions; this is a wrapper around $wgScriptPath etc. | |
wfSetBit (&$dest, $bit, $state=true) | |
As for wfSetVar except setting a bit. | |
wfSetVar (&$dest, $source, $force=false) | |
Sets dest to source and returns the original value of dest If source is NULL, it just returns the value, it doesn't set the variable If force is true, it will set the value even if source is NULL. | |
wfShellExec ( $cmd, &$retval=null, $environ=[], $limits=[], $options=[]) | |
Execute a shell command, with time and memory limits mirrored from the PHP configuration if supported. | |
wfShellExecWithStderr ( $cmd, &$retval=null, $environ=[], $limits=[]) | |
Execute a shell command, returning both stdout and stderr. | |
wfShellWikiCmd ( $script, array $parameters=[], array $options=[]) | |
Generate a shell-escaped command line string to run a MediaWiki cli script. | |
wfShorthandToInteger (?string $string='', int $default=-1) | |
Converts shorthand byte notation to integer form. | |
wfShowingResults ( $offset, $limit) | |
wfStringToBool ( $val) | |
Convert string value to boolean, when the following are interpreted as true: | |
wfStripIllegalFilenameChars ( $name) | |
Replace all invalid characters with '-'. | |
wfTempDir () | |
Tries to get the system directory for temporary files. | |
wfThumbIsStandard (File $file, array $params) | |
Returns true if these thumbnail parameters match one that MediaWiki requests from file description pages and/or parser output. | |
wfTimestamp ( $outputtype=TS_UNIX, $ts=0) | |
Get a timestamp string in one of various formats. | |
wfTimestampNow () | |
Convenience function; returns MediaWiki timestamp for the present time. | |
wfTimestampOrNull ( $outputtype=TS_UNIX, $ts=null) | |
Return a formatted timestamp, or null if input is null. | |
wfTransactionalTimeLimit () | |
Raise the request time limit to $wgTransactionalTimeLimit. | |
wfUnpack ( $format, $data, $length=false) | |
Wrapper around php's unpack. | |
wfUrlencode ( $s) | |
We want some things to be included as literal characters in our title URLs for prettiness, which urlencode encodes by default. | |
wfUrlProtocols ( $includeProtocolRelative=true) | |
Returns a regular expression of url protocols. | |
wfUrlProtocolsWithoutProtRel () | |
Like wfUrlProtocols(), but excludes '//' from the protocol list. | |
wfVarDump ( $var) | |
A wrapper around the PHP function var_export(). | |
wfWarn ( $msg, $callerOffset=1, $level=E_USER_NOTICE) | |
Send a warning either to the debug log or in a PHP error depending on $wgDevelopmentWarnings. | |
Global functions used everywhere.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html
Definition in file GlobalFunctions.php.
wfAppendQuery | ( | $url, | |
$query ) |
Append a query string to an existing URL, which may or may not already have query string parameters already.
If so, they will be combined.
string | $url | |
string | array | $query | String or associative array |
Definition at line 427 of file GlobalFunctions.php.
References wfArrayToCgi().
Referenced by SpecialPage\addFeedLinks(), SpecialRedirect\dispatchLog(), SpecialRedirect\dispatchPage(), SpecialRedirect\dispatchRevision(), SpecialApiHelp\execute(), SpecialContributions\execute(), LoginSignupSpecialPage\execute(), RedirectSpecialPage\execute(), SpecialRecentChanges\execute(), ImportSiteScripts\execute(), ImportSiteScripts\fetchScriptList(), ApiHelp\fixHelpLinks(), FileRepo\getDescriptionRenderUrl(), File\getFilePageThumbUrl(), OutputPage\getHeadLinksArray(), Title\getLocalURL(), ImageHandler\getScriptedTransform(), Linker\getUploadUrl(), MediaWiki\ResourceLoader\Image\getUrl(), ForeignAPIRepo\httpGetCached(), Linker\makeThumbLink2(), FileRepo\makeUrl(), ImportStreamSource\newFromInterwiki(), MediaWiki\Site\MediaWikiPageNameNormalizer\normalizePageName(), MediaWiki\Sparql\SparqlClient\query(), and wfApiMain().
wfArrayDiff2 | ( | $arr1, | |
$arr2 ) |
Like array_diff( $arr1, $arr2 ) except that it works with two-dimensional arrays.
string[] | array[] | $arr1 | |
string[] | array[] | $arr2 |
Definition at line 110 of file GlobalFunctions.php.
wfArrayInsertAfter | ( | array | $array, |
array | $insert, | ||
$after ) |
Insert an array into another array after the specified key.
If the key is not present in the input array, it is returned without modification.
array | $array | |
array | $insert | The array to insert. |
mixed | $after | The key to insert after. |
Definition at line 191 of file GlobalFunctions.php.
References $keys.
Referenced by ApiComparePages\getAllowedParams(), SkinTemplate\injectLegacyMenusIntoPersonalTools(), and UpdateExtensionJsonSchema\updateTo2().
wfArrayPlus2d | ( | array | $baseArray, |
array | $newValues ) |
Merges two (possibly) 2 dimensional arrays into the target array ($baseArray).
Values that exist in both values will be combined with += (all values of the array of $newValues will be added to the values of the array of $baseArray, while values, that exists in both, the value of $baseArray will be used).
array | $baseArray | The array where you want to add the values of $newValues to |
array | $newValues | An array with new values |
Definition at line 2266 of file GlobalFunctions.php.
Referenced by HTMLUserTextField\__construct(), and ExtensionRegistry\exportExtractedData().
wfArrayToCgi | ( | $array1, | |
$array2 = null, | |||
$prefix = '' ) |
This function takes one or two arrays as input, and returns a CGI-style string, e.g.
"days=7&limit=100". Options in the first array override options in the second. Options set to null or false will not be output.
array | $array1 | ( String|Array ) |
array | null | $array2 | ( String|Array ) |
string | $prefix |
Definition at line 335 of file GlobalFunctions.php.
References wfArrayToCgi().
Referenced by WebRequest\appendQueryArray(), SpecialPage\checkLoginSecurityLevel(), SpecialNewpages\execute(), PopulateInterwiki\fetchLinks(), AllMessagesTablePager\formatValue(), WebInstallerOptions\getCCPartnerUrl(), MediaTransformOutput\getDescLinkAttribs(), FormAction\getForm(), FormSpecialPage\getForm(), SpecialRunJobs\getQuerySignature(), SkinTemplate\getReturnToParam(), WebInstaller\getUrl(), AuthManagerSpecialPage\handleReauthBeforeExecute(), UserNotLoggedIn\report(), SkinTemplate\setupTemplateContext(), PurgeAction\show(), OutputPage\showPermissionsErrorPage(), ChangesListSpecialPage\validateOptions(), wfApiMain(), wfAppendQuery(), and wfArrayToCgi().
wfAssembleUrl | ( | $urlParts | ) |
This function will reassemble a URL parsed with wfParseURL.
This is useful if you need to edit part of a URL and put it back together.
This is the basic structure used (brackets contain keys for $urlParts): [scheme][delimiter][user]:[pass]@[host]:[port][path]?[query]#[fragment]
array | $urlParts | URL parts, as output from wfParseUrl |
Definition at line 536 of file GlobalFunctions.php.
References wfGetUrlUtils().
Referenced by MWHttpRequest\setReverseProxy().
wfBacktrace | ( | $raw = null | ) |
Get a debug backtrace as a string.
bool | null | $raw | If true, the return value is plain text. If false, HTML. Defaults to $wgCommandLineMode if unset. |
Definition at line 1079 of file GlobalFunctions.php.
References $file, $line, $wgCommandLineMode, and wfDebugBacktrace().
Referenced by MWDebug\sendRawDeprecated().
wfBaseName | ( | $path, | |
$suffix = '' ) |
Return the final portion of a pathname.
Reimplemented because PHP5's "basename()" is buggy with multibyte text. https://bugs.php.net/bug.php?id=33898
PHP's basename() only considers '\' a pathchar on Windows and Netware. We'll consider it so always, as we don't want '\s' in our Unix paths either.
string | $path | |
string | $suffix | String to remove if present |
Definition at line 1851 of file GlobalFunctions.php.
References $matches, and $path.
Referenced by Exif\__construct(), ImageBuilder\checkMissingImage(), FileOpPerfTest\doPerfTest(), ImportImages\execute(), wfImageAuthMain(), wfRelativePath(), and wfStripIllegalFilenameChars().
wfBoolToStr | ( | $value | ) |
Convenience function converts boolean values into "true" or "false" (string) values.
bool | $value |
Definition at line 1997 of file GlobalFunctions.php.
Referenced by ApiRsd\formatRsdApiList(), and FileCacheBase\isCacheGood().
wfCgiToArray | ( | $query | ) |
This is the logical opposite of wfArrayToCgi(): it accepts a query string as its argument and returns the same string in array form.
This allows compatibility with legacy functions that accept raw query strings instead of nice arrays. Of course, keys and values are urldecode()d.
string | $query | Query string |
Definition at line 380 of file GlobalFunctions.php.
References $keys.
Referenced by SkinTemplate\getReturnToParam(), Linker\makeBrokenImageLinkObj(), SpecialChangeEmail\onSuccess(), OutputPage\returnToMain(), LoginHelper\showReturnToPage(), MediaWiki\Storage\SqlBlobStore\splitBlobAddress(), and SpecialCreateAccount\successfulAction().
wfClearOutputBuffers | ( | ) |
More legible than passing a 'false' parameter to wfResetOutputBuffers():
Clear away output buffers, but keep the Content-Encoding header produced by ob_gzhandler, if any.
This should be used for HTTP 304 responses, where you need to preserve the Content-Encoding header of the real result, but also need to suppress the output of ob_gzhandler to keep to spec and avoid breaking Firefox in rare cases where the headers and body are broken over two packets.
Definition at line 1409 of file GlobalFunctions.php.
References wfDeprecated(), and wfResetOutputBuffers().
wfClientAcceptsGzip | ( | $force = false | ) |
Whether the client accept gzip encoding.
Uses the Accept-Encoding header to check if the client supports gzip encoding. Use this when considering to send a gzip-encoded response to the client.
bool | $force | Forces another check even if we already have a cached result. |
Definition at line 1178 of file GlobalFunctions.php.
References wfDebug().
Referenced by HTMLFileCache\loadFromFileCache(), and HTMLFileCache\saveToFileCache().
wfDebug | ( | $text, | |
$dest = 'all', | |||
array | $context = [] ) |
Sends a line to the debug log if enabled or, optionally, to a comment in output.
In normal operation this is a NOP.
Controlling globals: $wgDebugLogFile - points to the log file $wgDebugRawPage - if false, 'action=raw' hits will not result in debug output. $wgDebugComments - if on, some debug items may appear in comments in the HTML output.
string | $text | |
string | bool | $dest | Destination of the message:
|
array | $context | Additional logging context data |
Definition at line 654 of file GlobalFunctions.php.
References $wgDebugLogPrefix, $wgDebugRawPage, and wfIsDebugRawPage().
Referenced by ApiMain\__construct(), DifferenceEngine\__construct(), UploadStashFile\__construct(), QuickTemplate\__construct(), ParserFactory\__construct(), UploadFromChunks\__construct(), UploadFromStash\__construct(), StubGlobalUser\_unstub(), StubObject\_unstub(), LogPage\actionText(), ImageGalleryBase\add(), MediaHandler\addMeta(), Skin\afterContentHook(), Linker\blockLink(), OutputPage\checkLastModified(), UploadBase\checkSvgScriptCallback(), UploadBase\checkXMLEncodingMissmatch(), JobQueueDB\claimOldest(), LocalRepo\cleanupDeletedBatch(), UploadBase\cleanupTempFile(), UploadStash\clear(), CloneDatabase\cloneTableStructure(), MediaWiki\Storage\SqlBlobStore\compressData(), UploadFromChunks\concatenateChunks(), UploadBase\createFromRequest(), WikiImporter\debug(), RecompressTracked\debug(), BaseDump\debug(), ChangeTags\deleteTagEverywhere(), UploadBase\detectScript(), UploadBase\detectVirus(), DiffEngine\diffInternal(), MediaWiki\Block\DatabaseBlock\doAutoblock(), JobQueueDB\doBatchPushInternal(), WikiFilePage\doPurge(), UserrightsPage\doSaveUserGroups(), DjVuHandler\doTransform(), TransformationalImageHandler\doTransform(), MediaWiki\Storage\DerivedPageDataUpdater\doUpdates(), EditPage\edit(), SpecialUpload\execute(), LocalFileRestoreBatch\execute(), Article\fetchRevisionRecord(), WikiImporter\finishImportPage(), FormatMetadata\flattenArrayReal(), ContribsPager\formatRow(), DeletedContribsPager\formatRow(), FileRepo\freeTemp(), LCStoreCDB\get(), PreferencesFormOOUI\getBody(), Action\getContext(), ContextSource\getContext(), Article\getContext(), SpecialPage\getContext(), SpecialVersion\getCreditsForExtension(), WikiPage\getDeletionUpdates(), File\getDescriptionText(), ForeignDBFile\getDescriptionText(), DifferenceEngine\getEngine(), UploadStash\getFile(), DoubleRedirectJob\getFinalDestination(), WikiFilePage\getForeignCategories(), GenderCache\getGenderOf(), SpecialUpload\getInitialPageText(), TransformationalImageHandler\getMagickVersion(), RequestContext\getMainAndWarn(), GIFMetadataExtractor\getMetadata(), PNGMetadataExtractor\getMetadata(), WebRequestUpload\getName(), Title\getNsText(), SpecialEmailUser\getPermissionsError(), GIFHandler\getSizeAndMetadata(), JpegHandler\getSizeAndMetadata(), PNGHandler\getSizeAndMetadata(), SvgHandler\getSizeAndMetadata(), TiffHandler\getSizeAndMetadata(), DjVuHandler\getSizeAndMetadata(), SpecialEmailUser\getTarget(), ForeignAPIRepo\getThumbError(), UploadStashFile\getThumbUrl(), ForeignAPIRepo\getThumbUrlFromCache(), Title\getTitleValue(), File\getViewURL(), OutputPage\haveCacheVaryCookies(), ThumbnailRenderJob\hitThumbUrl(), ForeignAPIRepo\httpGet(), EditPage\importFormData(), WikiRevision\importLogItem(), EditPage\internalAttemptSave(), FileCacheBase\isCacheGood(), SpecialRecentChanges\isDenseTagFilter(), MediaWiki\Shell\Shell\isDisabled(), DjVuHandler\isEnabled(), SvgHandler\isEnabled(), MediaWiki\Block\DatabaseBlock\isExemptedFromAutoblocks(), MediaWiki\Block\DatabaseBlock\isExpired(), FileDependency\isExpired(), ExifBitmapHandler\isFileMetadataValid(), GIFHandler\isFileMetadataValid(), PNGHandler\isFileMetadataValid(), WebPHandler\isFileMetadataValid(), MovePage\isValidMoveTarget(), SiteStats\loadAndLazyInit(), User\loadFromCache(), HTMLFileCache\loadFromFileCache(), Linker\makeExternalImage(), Linker\makeExternalLink(), Linker\makeImageLink(), Linker\makeMediaLinkFile(), ImportStreamSource\newFromURL(), WikiImporter\notice(), RawAction\onView(), BacklinkCache\partition(), MediaWiki\preOutputCommit(), SpecialUpload\processUpload(), LocalFile\purgeThumbList(), BacklinkCache\queryLinks(), SvgHandler\rasterize(), TextPassDumper\readDump(), UploadStash\removeFileNoAuth(), WikiPage\replaceSectionAtRev(), MediaWiki\restInPeace(), DjVuImage\retrieveMetaData(), BitmapHandler\rotate(), DoubleRedirectJob\run(), FileCacheBase\saveText(), HTMLFileCache\saveToFileCache(), JpegMetadataExtractor\segmentSplitter(), UserMailer\send(), OutputPage\sendCacheControl(), UserMailer\sendInternal(), UserMailer\sendWithPear(), ApiMain\setCacheMode(), ManualLogEntry\setTags(), ViewAction\show(), LocalRepo\skipWriteOperationIfSha1(), User\spreadBlock(), UploadStash\stashFile(), FileRepo\storeBatch(), WikiImporter\throwXmlError(), MediaWiki\Tidy\RemexDriver\tidy(), File\transform(), BitmapHandler\transformCustom(), BitmapHandler\transformGd(), BitmapHandler\transformImageMagick(), BitmapHandler\transformImageMagickExt(), LocalisationCacheBulkLoad\trimCache(), Article\tryFileCache(), LocalFile\upgradeRow(), OldLocalFile\upgradeRow(), MediaWiki\Revision\RevisionRecord\userCanBitfield(), Linker\userLink(), Linker\userTalkLink(), Linker\userToolLinks(), SpecialEmailUser\validateTarget(), UploadBase\verifyExtension(), UploadBase\verifyFile(), UploadBase\verifyMimeType(), ApiUpload\verifyUpload(), Article\view(), WikiImporter\warn(), wfApiMain(), wfClientAcceptsGzip(), wfDebugBacktrace(), wfGetLangObj(), wfMemoryLimit(), wfMerge(), wfMkdirParents(), wfRecursiveRemoveDir(), and wfTimestamp().
wfDebugBacktrace | ( | $limit = 0 | ) |
Safety wrapper for debug_backtrace().
Will return an empty array if debug_backtrace is disabled, otherwise the output from debug_backtrace() (trimmed).
int | $limit | This parameter can be used to limit the number of stack frames returned |
Definition at line 1051 of file GlobalFunctions.php.
References wfDebug().
Referenced by wfBacktrace(), wfGetAllCallers(), and wfGetCaller().
wfDebugLog | ( | $logGroup, | |
$text, | |||
$dest = 'all', | |||
array | $context = [] ) |
Send a line to a supplementary debug log file, if configured, or main debug log if not.
To configure a supplementary log file, set $wgDebugLogGroups[$logGroup] to a string filename or an associative array mapping 'destination' to the desired filename. The associative array may also contain a 'sample' key with an integer value, specifying a sampling factor. Sampled log events will be emitted with a 1 in N random chance.
string | $logGroup | |
string | $text | |
string | bool | $dest | Destination of the message:
|
array | $context | Additional logging context data |
Definition at line 718 of file GlobalFunctions.php.
Referenced by UploadFromChunks\concatenateChunks(), WebPHandler\decodeLosslessChunkHeader(), WebPHandler\decodeLossyChunkHeader(), JobQueueRedis\doAck(), JobQueueRedis\doBatchPush(), JobQueueRedis\doPop(), DjVuHandler\doTransform(), SvgHandler\doTransform(), TransformationalImageHandler\doTransform(), CheckUsernames\execute(), WebPHandler\extractMetadata(), WebPHandler\extractMetadataFromChunks(), AutoLoader\find(), Message\formatListParam(), IPTC\getCharset(), ContentHandler\getContentText(), WebResponse\header(), PoolCounterWork\logError(), MediaHandler\logErrorForExternalProcess(), JobQueueFederated\logException(), ApiBase\logFeatureUsage(), ApiMain\logRequest(), LocalFile\move(), MediaWiki\Site\MediaWikiPageNameNormalizer\normalizePageName(), IPTC\parse(), MediaWiki\preOutputCommit(), CdnCacheUpdate\purge(), UploadFromUrl\reallyFetchFile(), MediaHandler\removeBadFile(), UploadFromUrl\saveTempFileChunk(), WebResponse\setCookie(), WebResponse\statusHeader(), wfForbidden(), and wfImageAuthMain().
wfDeprecated | ( | $function, | |
$version = false, | |||
$component = false, | |||
$callerOffset = 2 ) |
Logs a warning that a deprecated feature was used.
To write a custom deprecation message, use wfDeprecatedMsg() instead.
string | $function | Feature that is deprecated. |
string | false | $version | Version of MediaWiki that the feature was deprecated in (Added in 1.19). |
string | bool | $component | Component to which the feature belongs. If false, it is assumed the function is in MediaWiki core (Added in 1.19). |
int | $callerOffset | How far up the call stack is the original caller. 2 = function that called the function that called wfDeprecated (Added in 1.20). |
InvalidArgumentException | If the MediaWiki version number specified by $version is neither a string nor false. |
Definition at line 757 of file GlobalFunctions.php.
Referenced by SearchResultSet\__construct(), SearchUpdate\__construct(), MessageContent\__construct(), SpecialRedirectWithAction\__construct(), MediaWiki\Tidy\RemexDriver\__construct(), JobRunner\__construct(), MWHttpRequest\__construct(), SearchResult\__construct(), HTMLCacheUpdate\__construct(), MediaWiki\Search\SearchWidgets\SimpleSearchResultWidget\__construct(), MediaWiki\Search\SearchWidgets\SimpleSearchResultSetWidget\__construct(), MediaWiki\EditPage\TextConflictHelper\__construct(), __get(), User\__get(), __isset(), __set(), User\__set(), DeprecatedGlobal\_newObject(), StubGlobalUser\_newObject(), MediumSpecificBagOStuff\addBusyCallback(), LinkCache\addGoodLinkObj(), ApiModuleManager\addModule(), ParserOutput\addModules(), ParserOutput\addModuleStyles(), EditPage\addNewLineAtEnd(), Maintenance\adjustMemoryLimit(), Wikimedia\Rdbms\Platform\SQLPlatform\assertConditionIsNotEmpty(), Parser\attributeStripCallback(), User\blockedFor(), Skin\bottomScripts(), SkinTemplate\buildContentNavigationUrls(), ActorMigrationBase\checkDeprecation(), ContentModelChange\checkPermissions(), SpecialBlock\checkUnblockSelf(), Hooks\clear(), Language\commafy(), Message\content(), Http\createMultiClient(), JobQueueGroup\destroySingletons(), Parser\doBlockLevels(), Article\doDelete(), WikiPage\doDeleteUpdates(), WikiRevision\downloadSource(), OutputPage\enableClientCache(), Parser\enableOOUI(), Maintenance\error(), Sanitizer\escapeIdReferenceList(), Collation\factory(), CentralIdLookup\factory(), RCFeed\factory(), AbstractContent\fillParserOutput(), FormatMetadata\flattenArrayContentLang(), Wikimedia\Rdbms\LBFactoryMulti\forEachLB(), Wikimedia\Rdbms\LBFactorySimple\forEachLB(), Wikimedia\Rdbms\LBFactorySingle\forEachLB(), Wikimedia\Rdbms\LoadBalancer\forEachOpenConnection(), Wikimedia\Rdbms\LoadBalancer\forEachOpenPrimaryConnection(), Language\formatNum(), BaseTemplate\getAfterPortlet(), LockManagerGroup\getAny(), WikiPage\getAutoDeleteReason(), ContentHandler\getAutoDeleteReason(), ParserOutput\getCategoryLinks(), MediaWiki\ResourceLoader\Context\getConfig(), Profiler\getContext(), EditPage\getCopyrightWarning(), EditPage\getCopywarn(), Parser\getCustomDefaultSort(), LockManagerGroup\getDefault(), Parser\getDefaultSort(), WikiPage\getDeletionUpdates(), DifferenceEngine\getDiffBodyCacheKey(), EnhancedChangesList\getDiffHistLinks(), RecentChange\getEngine(), ExtensionProcessor\getExtraAutoloaderPaths(), PageArchive\getFileStatus(), BaseTemplate\getFooterIcons(), ContentHandler\getForTitle(), MWGrants\getGrantGroups(), MWGrants\getGrantRights(), MWGrants\getGrantsLink(), MWGrants\getGrantsWikiText(), MWGrants\getHiddenGrants(), MWTimestamp\getHumanTimestamp(), ActorMigrationBase\getInsertValuesWithTempTable(), PageProps\getInstance(), ExternalStoreDB\getMaster(), ForeignDBViaLBRepo\getMasterDB(), LocalRepo\getMasterDB(), JobQueueDB\getMasterDB(), ApiQuery\getNamedDB(), SkinTemplate\getNameSpaceKey(), Title\getNotificationTimestamp(), User\getOption(), ContentHandler\getPageLanguage(), AbstractContent\getParserOutput(), ParserOutput\getProperties(), ParserOutput\getProperty(), Http\getProxy(), AbstractContent\getRedirectChain(), NamespaceInfo\getRestrictionLevels(), PageArchive\getRevisionStatus(), MWGrants\getRightsByGrant(), Title\getSelectFields(), QueryPage\getSQL(), ContextSource\getStats(), DerivativeContext\getStats(), RequestContext\getStats(), Article\getTimestamp(), JobSpecification\getTitle(), BaseTemplate\getToolbox(), BaseTemplate\getTrail(), AbstractContent\getUltimateRedirectTarget(), MWGrants\getValidGrants(), JobQueue\getWiki(), Maintenance\globals(), MWGrants\grantName(), MWGrants\grantNames(), MWGrants\grantsAreValid(), OutputPage\headElement(), WikiRevision\importUpload(), CommentStore\insertWithTempTable(), BotPassword\invalidateAllPasswordsForCentralId(), SpecialPage\listed(), Skin\makeSearchButton(), Skin\makeSearchInput(), CoreParserFunctions\mwnamespace(), Title\newFromIDs(), EnqueueJob\newFromJobsByWiki(), HtmlFileCacheUpdate\newFromTitles(), CdnCacheUpdate\newFromTitles(), Title\newFromTitleValue(), BaseSearchResultSet\next(), Linker\normaliseSpecialPage(), Parser\Options(), Parser\OutputType(), AbstractContent\preloadTransform(), AbstractContent\prepareSave(), AbstractContent\preSaveTransform(), BaseTemplate\printTrail(), MediaWiki\Block\DatabaseBlock\purgeExpired(), WANObjectCache\reap(), WANObjectCache\reapCheckKey(), MediaWiki\HookContainer\HookContainer\register(), RevDelList\reloadFromMaster(), Wikimedia\Rdbms\DatabasePostgres\remappedTableName(), BotPassword\removeAllPasswordsForCentralId(), Sanitizer\removeHTMLtags(), BaseTemplate\renderAfterPortlet(), BaseSearchResultSet\rewind(), MWExceptionHandler\rollbackMasterChangesAndLog(), DataUpdate\runUpdates(), ApiQueryBase\selectNamedDB(), Maintenance\setAgentAndTriggers(), ParserOptions\setAllowExternalImages(), ParserOptions\setAllowExternalImagesFrom(), ParserOutput\setCategoryLinks(), MediaWiki\Auth\AbstractAuthenticationProvider\setConfig(), MediaWiki\Session\SessionProvider\setConfig(), Profiler\setContext(), Parser\setDefaultSort(), ParserOptions\setEnableImageWhitelist(), setExtensionData(), MediaWiki\Session\SessionProvider\setHookContainer(), MediaWiki\Auth\AbstractAuthenticationProvider\setHookContainer(), SpecialPage\setListed(), MediaWiki\Auth\AbstractAuthenticationProvider\setLogger(), JobRunner\setLogger(), MediaWiki\Session\SessionProvider\setLogger(), MediaWiki\Auth\AbstractAuthenticationProvider\setManager(), MediaWiki\Session\SessionProvider\setManager(), Skin\setSearchPageTitle(), ManualLogEntry\setTags(), ParserOptions\setWrapOutputClass(), EditPage\showEditForm(), LogEventsList\showOptions(), JobQueueGroup\singleton(), Collation\singleton(), MediaWiki\Tidy\TidyDriverBase\supportsValidate(), DifferenceEngine\textDiff(), Sanitizer\validateAttributes(), Article\viewRedirect(), wfClearOutputBuffers(), wfLogProfilingData(), wfQueriesMustScale(), wfReadOnly(), wfReadOnlyReason(), and MediaWiki\Session\PHPSessionHandler\write().
wfDeprecatedMsg | ( | $msg, | |
$version = false, | |||
$component = false, | |||
$callerOffset = 2 ) |
Log a deprecation warning with arbitrary message text.
A caller description will be appended. If the message has already been sent for this caller, it won't be sent again.
Although there are component and version parameters, they are not automatically appended to the message. The message text should include information about when the thing was deprecated. The component and version are just used to implement $wgDeprecationReleaseLimit.
string | $msg | The message |
string | false | $version | Version of MediaWiki that the function was deprecated in. |
string | bool | $component | Component to which the function belongs. If false, it is assumed the function is in MediaWiki core. |
int | false | $callerOffset | How far up the call stack is the original caller. 2 = function that called the function that called us. If false, the caller description will not be appended. |
Definition at line 788 of file GlobalFunctions.php.
Referenced by Wikimedia\Rdbms\DatabasePostgres\__construct(), ParsoidVirtualRESTService\__construct(), MediaWiki\User\UserIdentityValue\__construct(), StubGlobalUser\__destruct(), Article\__get(), CacheTime\__get(), ParserOutput\__get(), Article\__set(), CacheTime\__set(), ParserOutput\__set(), OutputPage\addVaryHeader(), Parser\braceSubstitution(), ApiBase\checkTitleUserPermissions(), ApiBase\checkUserRightsAny(), MediaWiki\DAO\deprecateInvalidCrossWiki(), ExtensionProcessor\extractInfoFromFile(), ExtensionProcessor\extractSkins(), User\getActorId(), RecentChange\getAttribute(), SpecialContributions\getForm(), MediaWiki\MediaWikiServices\getInstance(), HTMLInfoField\getOOUI(), Sanitizer\getRecognizedTagData(), Article\getRedirectHeaderHtml(), MediaWiki\MediaWikiServices\getService(), MediaWiki\Revision\RevisionStore\getTitle(), Title\getTouched(), LocalFile\loadFromRow(), User\newSystemUser(), MediaWiki\Deferred\LinksUpdate\LinksUpdate\queueRecursiveJobsForTable(), ExtensionRegistry\readFromQueue(), Hooks\register(), MediaWiki\Search\SearchWidgets\DidYouMeanWidget\rewrittenHtml(), CacheTime\setCacheTime(), SpecialSearch\showResults(), and MediaWiki\Search\SearchWidgets\DidYouMeanWidget\suggestionHtml().
wfEscapeShellArg | ( | $args | ) |
Locale-independent version of escapeshellarg()
Originally, this fixed the incorrect use of single quotes on Windows (https://bugs.php.net/bug.php?id=26285) and the locale problems on Linux in PHP 5.2.6+ (https://bugs.php.net/bug.php?id=54391). The second bug is still open as of 2021.
string|string[] | ...$args strings to escape and glue together, or a single array of strings parameter |
Definition at line 1641 of file GlobalFunctions.php.
References $args.
wfEscapeWikiText | ( | $text | ) |
Escapes the given text so that it may be output using addWikiText() without any linking, formatting, etc.
making its way through. This is achieved by substituting certain characters with HTML entities. As required by the callers, "<nowiki>" is not used.
string | $text | Text to be escaped |
-taint | $text | escapes_html |
Definition at line 1212 of file GlobalFunctions.php.
References $wgEnableMagicLinks, and $wgUrlProtocols.
Referenced by MalformedTitleException\__construct(), MediaHandler\addMeta(), CoreParserFunctions\basepagename(), CoreParserFunctions\basepagenamee(), Parser\braceSubstitution(), SpecialPageLanguage\changePageLanguage(), ApiMain\checkAsserts(), ApiQueryImageInfo\checkParameterNormalise(), SpecialContributions\contributionsSub(), ApiMain\createPrinterByName(), CoreParserFunctions\defaultsort(), CoreParserFunctions\displaytitle(), Article\doDelete(), WikiPage\doDeleteArticleBatched(), WikiPage\doDeleteArticleReal(), ApiMain\errorMessagesFromException(), SpecialFileDuplicateSearch\execute(), SpecialMergeHistory\execute(), SpecialUnblock\execute(), ApiAMCreateAccount\execute(), ApiClientLogin\execute(), ApiComparePages\execute(), ApiEditPage\execute(), ApiExpandTemplates\execute(), ApiLinkAccount\execute(), ApiMergeHistory\execute(), ApiMove\execute(), ApiOptions\execute(), ApiParse\execute(), ApiProtect\execute(), ApiQueryAllMessages\execute(), ApiQueryLogEvents\execute(), ApiQueryUserContribs\execute(), ApiUndelete\execute(), ApiUserrights\execute(), ApiValidatePassword\execute(), CoreMagicVariables\expand(), ApiBase\extractRequestParams(), CoreParserFunctions\fullpagename(), CoreParserFunctions\fullpagenamee(), Status\getErrorMessage(), ApiErrorFormatter\getMessageFromException(), ApiBase\getModuleFromPath(), TextSlotDiffRenderer\getTextDiffInternal(), ApiBase\getTitleFromTitleOrPageId(), ApiBase\getTitleOrPageId(), Parser\getUserSig(), ApiBase\getWatchlistUser(), RollbackAction\handleRollbackRequest(), EditPage\importFormData(), SpecialBlock\maybeAlterFormDefaults(), ApiQueryImageInfo\mergeThumbParams(), SpecialRandomInCategory\onSubmit(), SpecialBlock\onSuccess(), SpecialPasswordReset\onSuccess(), ImagePage\openShowImage(), ImageListPager\outputUserDoesNotExist(), CoreParserFunctions\pagename(), CoreParserFunctions\pagenamee(), ApiQueryBase\parsePrefixedTitlePart(), SpecialBlock\postHtml(), CoreParserFunctions\rootpagename(), CoreParserFunctions\rootpagenamee(), ApiQueryRecentChanges\run(), ApiQueryRevisions\run(), ApiMain\setupModule(), SpecialSearch\showCreateLink(), UserrightsPage\showEditUserGroupsForm(), SpecialUndelete\showHistory(), Article\showMissingArticle(), SpecialSearch\showResults(), LoginSignupSpecialPage\showSuccessPage(), EditPage\spamPageWithContent(), CoreParserFunctions\subjectpagename(), CoreParserFunctions\subjectpagenamee(), CoreParserFunctions\subpagename(), CoreParserFunctions\subpagenamee(), CoreParserFunctions\talkpagename(), CoreParserFunctions\talkpagenamee(), DeleteAction\tempDelete(), ApiQueryBase\titlePartToKey(), ApiFileRevert\validateParameters(), and MediaWiki\Preferences\SignatureValidator\validateSignature().
wfExpandIRI | ( | $url | ) |
Take a URL, make sure it's expanded to fully qualified, and replace any encoded non-ASCII Unicode characters with their UTF-8 original forms for more compact display and legibility for local audiences.
string | $url |
Definition at line 618 of file GlobalFunctions.php.
References wfGetUrlUtils().
Referenced by Skin\printSource().
wfExpandUrl | ( | $url, | |
$defaultProto = PROTO_CURRENT ) |
Expand a potentially local URL to a fully-qualified URL.
Assumes $wgServer is correct.
The meaning of the PROTO_* constants is as follows: PROTO_HTTP: Output a URL starting with http:// PROTO_HTTPS: Output a URL starting with https:// PROTO_RELATIVE: Output a URL starting with // (protocol-relative URL) PROTO_CURRENT: Output a URL starting with either http:// or https:// , depending on which protocol was used for the current incoming request PROTO_CANONICAL: For URLs without a domain, like /w/index.php , use $wgCanonicalServer. For protocol-relative URLs, use the protocol of $wgCanonicalServer PROTO_INTERNAL: Like PROTO_CANONICAL, but uses $wgInternalServer instead of $wgCanonicalServer
string | $url | Either fully-qualified or a local path + query |
string | int | null | $defaultProto | One of the PROTO_* constants. Determines the protocol to use if $url or $wgServer is protocol-relative |
Definition at line 507 of file GlobalFunctions.php.
References MediaWiki\Utils\UrlUtils\expand(), and wfGetUrlUtils().
Referenced by MWHttpRequest\__construct(), ParsoidVirtualRESTService\__construct(), DumpCategoriesAsRdf\addDumpHeader(), ApiQuerySiteinfo\appendGeneralInfo(), ApiQuerySiteinfo\appendInterwikiMap(), ApiQuerySiteinfo\appendRightsInfo(), SpecialApiHelp\execute(), ApiQueryExternalLinks\execute(), ApiQueryIWLinks\execute(), ApiQueryLangLinks\execute(), WebInstallerWelcome\execute(), Linker\expandLocalLinks(), CoreParserFunctions\filepath(), MediaWiki\Search\SearchWidgets\InterwikiSearchResultSetWidget\footerHtml(), Title\getCanonicalURL(), File\getCanonicalUrl(), SpecialVersion\getEntryPointInfo(), RevertAction\getFormFields(), Title\getFullURL(), File\getFullUrl(), OutputPage\getHeadLinksArray(), ApiQueryImageInfo\getInfo(), FileRepo\getInfo(), Title\getInternalURL(), ApiRsd\getRsdApiList(), FeedItem\getUniqueIdUnescaped(), MediaWiki\Search\SearchWidgets\SimpleSearchResultSetWidget\headerHtml(), MediaWiki\Search\SearchWidgets\InterwikiSearchResultSetWidget\headerHtml(), ForeignAPIRepo\httpGet(), MediaWiki\Search\SearchWidgets\InterwikiSearchResultSetWidget\iwIcon(), WebRequest\matchURLForCDN(), RevertAction\onSuccess(), AtomFeed\outHeader(), RSSFeed\outHeader(), AtomFeed\outItem(), RSSFeed\outItem(), OutputPage\output(), VirtualRESTServiceClient\runMulti(), SearchSuggestion\setSuggestedTitle(), ApiMain\substituteResultWithError(), File\transform(), wfApiMain(), wfOpenSearchDescMain(), and wfStreamThumb().
wfFormatStackFrame | ( | $frame | ) |
Return a string representation of frame.
array | $frame |
Definition at line 1147 of file GlobalFunctions.php.
Referenced by wfGetCaller().
wfGetAllCallers | ( | $limit = 3 | ) |
Return a string consisting of callers in the stack.
Useful sometimes for profiling specific points.
int | $limit | The maximum depth of the stack frame to return, or false for the entire stack. |
Definition at line 1132 of file GlobalFunctions.php.
References wfDebugBacktrace().
Referenced by MediaWiki\Session\SessionBackend\addData(), MediaWiki\Session\SessionBackend\dirty(), and MediaWiki\Session\SessionBackend\renew().
wfGetCaller | ( | $level = 2 | ) |
Get the name of the function which called this function wfGetCaller( 1 ) is the function with the wfGetCaller() call (ie.
FUNCTION) wfGetCaller( 2 ) [default] is the caller of the function running wfGetCaller() wfGetCaller( 3 ) is the parent of that.
int | $level |
Definition at line 1116 of file GlobalFunctions.php.
References wfDebugBacktrace(), and wfFormatStackFrame().
Referenced by StubGlobalUser\_unstub(), StubObject\_unstub(), DeferredUpdates\addCallableUpdate(), MWDebug\log(), MWLBFactory\logDeprecation(), MediaWiki\HeaderCallback\warnIfHeadersSent(), wfShellExec(), and wfShellExecWithStderr().
wfGetDB | ( | $db, | |
$groups = [], | |||
$wiki = false ) |
Get a Database object.
int | $db | Index of the connection to get. May be DB_PRIMARY for the primary (for write queries), DB_REPLICA for potentially lagged read queries, or an integer >= 0 for a particular server. |
string | string[] | $groups | Query groups. An array of group names that this query belongs to. May contain a single string if the query is only in one group. |
string | bool | $wiki | The wiki ID, or false for the current wiki |
Note: multiple calls to wfGetDB(DB_REPLICA) during the course of one request will always return the same object, unless the underlying connection or load balancer is manually destroyed.
Note 2: use $this->getDB() in maintenance scripts that may be invoked by updater to ensure that a proper database is being updated.
Note 3: When replacing calls to this with calls to methods on an injected LoadBalancer, LoadBalancer::getConnection is more commonly needed than LoadBalancer::getMaintenanceConnectionRef, which is needed for more advanced administrative tasks. See the IMaintainableDatabase and IDatabase interfaces for details.
Definition at line 1942 of file GlobalFunctions.php.
Referenced by IndexPager\__construct(), OutputPage\addCategoryLinksToLBAndGetResult(), LogPage\addRelations(), User\addToDatabase(), SpecialPageLanguage\changePageLanguage(), CheckStorage\check(), User\checkAndSetTouched(), CgzCopyTransaction\commit(), PrefixSearch\defaultSearchBackend(), ChangeTags\defineTag(), DifferenceEngine\deletedLink(), ChangeTags\deleteTagEverywhere(), CategoryViewer\doCategoryQuery(), WikiPage\doUpdateRestrictions(), LinkHolderArray\doVariants(), Title\estimateRevisionCount(), RenameRestrictions\execute(), User\findUsersByGroup(), DoubleRedirectJob\fixRedirects(), Language\formatExpiry(), ApiResult\formatExpiry(), LCStoreDB\get(), RecentChange\getAttribute(), ContentHandler\getAutoDeleteReason(), MediaWiki\Block\DatabaseBlock\getBlocksForIPList(), Title\getBrokenLinksFrom(), WikiPage\getCategories(), RCDatabaseLogEntry\getComment(), WikiPage\getContributors(), AllMessagesTablePager\getCustomisedStatuses(), UserRightsProxy\getDB(), ApiBase\getDB(), BacklinkCache\getDB(), MediaWiki\Deferred\LinksUpdate\LinksUpdate\getDB(), MediaWiki\ResourceLoader\WikiModule\getDB(), ChangesListSpecialPage\getDB(), LocalRepo\getDBFactory(), Title\getDeletedEditsCount(), ChangeTags\getDisplayTableName(), DoubleRedirectJob\getFinalDestination(), WikiPage\getHiddenCategories(), Title\getLinksFrom(), Title\getLinksTo(), Title\getParentCategories(), LocalRepo\getPrimaryDB(), LinkFilter\getQueryConditions(), MediaWiki\Block\DatabaseBlock\getRangeCond(), Title\getRedirectsHere(), WikiPage\getRedirectTarget(), LocalRepo\getReplicaDB(), OutputPage\getRlClient(), Linker\getRollbackEditCount(), HistoryBlobCurStub\getText(), HistoryBlobStub\getText(), Title\hasDeletedEdits(), User\idForName(), WikiRevision\importLogItem(), CheckStorage\importRevision(), ManualLogEntry\insert(), WikiPage\insertRedirect(), WikiPage\insertRedirectEntry(), EditPage\internalAttemptSave(), Title\invalidateCache(), WikiPage\isBatchedDelete(), Title\isBigDeletion(), WikiPage\isCountable(), MediaWiki\Block\DatabaseBlock\isExemptedFromAutoblocks(), Title\isSingleRevRedirect(), ChangeTags\listExplicitlyDefinedTags(), PageArchive\listPagesByPrefix(), PageArchive\listPagesBySearch(), ChangeTags\listSoftwareActivatedTags(), ChangeTags\listSoftwareDefinedTags(), User\load(), ArchivedFile\load(), User\loadFromCache(), User\loadFromDatabase(), RecentChange\loadFromRow(), ArchivedFile\loadFromRow(), DifferenceEngine\loadRevisionData(), WikiPage\lockAndGetLatest(), ChangeTags\logTagManagementAction(), LinkFilter\makeLikeArray(), ChangeTags\makeTagSummarySubquery(), RecompressTracked\moveTextRow(), moveToExternal(), RecentChange\newFromConds(), MediaWiki\Block\DatabaseBlock\newFromID(), Title\newFromID(), Title\newFromIDs(), UserArray\newFromIDs(), UserArray\newFromNames(), MediaWiki\Block\DatabaseBlock\newLoad(), RecentChange\notifyEdit(), RecentChange\notifyNew(), HistoryAction\onView(), ImagePage\openShowImage(), MediaWiki\ResourceLoader\ResourceLoader\preloadModuleInfo(), ManualLogEntry\publish(), Title\purgeExpiredRestrictions(), RecentChangesUpdateJob\purgeExpiredRows(), ImagePage\queryImageLinks(), RecentChange\reallyMarkPatrolled(), MediaWiki\ResourceLoader\MessageBlobStore\recacheMessageBlob(), ChangeTagsList\reloadFromPrimary(), LinkHolderArray\replaceInternal(), ImportReporter\reportPage(), RevisionListBase\reset(), resolveStub(), resolveStubs(), DeleteLinksJob\run(), RecentChange\save(), LogPage\saveContent(), User\saveSettings(), RevDelArchivedFileItem\setBits(), RevDelArchivedRevisionItem\setBits(), RevDelArchiveItem\setBits(), RevDelFileItem\setBits(), RevDelLogItem\setBits(), RevDelRevisionItem\setBits(), LogEventsList\showLogExtract(), Article\showMissingArticle(), Article\showPatrolFooter(), RevDelLogList\suggestTarget(), ChangeTags\tagUsageStatistics(), MediaWiki\ResourceLoader\ResourceLoader\tryRespondFromFileCache(), ChangeTags\undefineTag(), RecentChangesUpdateJob\updateActiveUsers(), WikiPage\updateCategoryCounts(), ChangeTags\updateTags(), ChangeTags\updateTagsWithChecks(), and ActivityUpdateJob\updateWatchlistNotification().
wfGetLangObj | ( | $langcode = false | ) |
Return a Language object from $langcode.
Language | string | bool | $langcode | Either:
|
Definition at line 879 of file GlobalFunctions.php.
References $wgLang, $wgLanguageCode, and wfDebug().
Referenced by MessageCache\get(), Title\getPageLanguage(), ContentHandler\getPageLanguage(), and Title\getPageViewLanguage().
wfGetNull | ( | ) |
Get a platform-independent path to the null file, e.g.
/dev/null
Definition at line 2006 of file GlobalFunctions.php.
References wfIsWindows().
wfGetServerUrl | ( | $proto | ) |
Get the wiki's "server", i.e.
the protocol and host part of the URL, with a protocol specified using a PROTO_* constant as in wfExpandUrl()
string | int | null | $proto | One of the PROTO_* constants. |
Definition at line 520 of file GlobalFunctions.php.
References wfGetUrlUtils().
Referenced by WebRequest\getFullRequestURL().
wfGetUrlUtils | ( | ) |
Definition at line 461 of file GlobalFunctions.php.
Referenced by wfAssembleUrl(), wfExpandIRI(), wfExpandUrl(), wfGetServerUrl(), wfMatchesDomainList(), wfParseUrl(), wfRemoveDotSegments(), wfUrlProtocols(), and wfUrlProtocolsWithoutProtRel().
wfHostname | ( | ) |
Get host name of the current machine, for use in error reporting.
This helps to know which machine in a data center generated the current page.
Definition at line 1002 of file GlobalFunctions.php.
References $wgOverrideHostname.
Referenced by MediaWiki\Logger\Monolog\WikiProcessor\__invoke(), ApiMain\addRequestedFields(), DifferenceEngine\debug(), DjVuHandler\doTransform(), SvgHandler\doTransform(), TransformationalImageHandler\doTransform(), MediaWiki\Logger\LegacyLogger\formatAsWfDebugLog(), MediaWiki\Logger\LegacyLogger\formatAsWfLogDBError(), MediaHandler\logErrorForExternalProcess(), Parser\makeLimitReport(), wfReportTime(), and wfThumbError().
wfHttpError | ( | $code, | |
$label, | |||
$desc ) |
Provide a simple HTTP error.
int | string | $code | |
string | $label | |
string | $desc |
Definition at line 1321 of file GlobalFunctions.php.
Referenced by SpecialJavaScriptTest\execute(), SpecialRunJobs\execute(), and RawAction\getRawText().
wfIniGetBool | ( | $setting | ) |
Safety wrapper around ini_get() for boolean settings.
The values returned from ini_get() are pre-normalized for settings set via php.ini or php_flag/php_admin_flag... but not for those set via php_value/php_admin_value.
It's fairly common for people to use php_value instead of php_flag, which can leave you with an 'off' setting giving a false positive for code that just takes the ini_get() return value as a boolean.
To make things extra interesting, setting via php_value accepts "true" and "yes" as true, but php.ini and php_flag consider them false. :) Unrecognized values go false... again opposite PHP's own coercion from string to bool.
Luckily, 'properly' set settings will always come back as '0' or '1', so we only have to worry about them and the 'improper' settings.
I frickin' hate PHP... :P
string | $setting |
Definition at line 1603 of file GlobalFunctions.php.
References wfStringToBool().
Referenced by MediaWiki\Http\HttpRequestFactory\canMakeRequests(), MWHttpRequest\canMakeRequests(), UploadBase\isEnabled(), and WebInstaller\startSession().
wfIsCLI | ( | ) |
Check if we are running from the commandline.
Definition at line 1472 of file GlobalFunctions.php.
Referenced by ForkController\__construct(), MediaWiki\Logger\Monolog\WikiProcessor\__invoke(), MWExceptionHandler\handleUncaughtException(), and ProfilerOutputText\log().
wfIsDebugRawPage | ( | ) |
Returns true if debug logging should be suppressed if $wgDebugRawPage = false.
Definition at line 676 of file GlobalFunctions.php.
References $cache, and MW_ENTRY_POINT.
Referenced by MediaWiki\Logger\LegacyLogger\__construct(), and wfDebug().
wfIsInfinity | ( | $str | ) |
Determine input string is represents as infinity.
string | $str | The string to determine |
Definition at line 2161 of file GlobalFunctions.php.
Referenced by ApiProtect\execute(), UserrightsPage\expiryToTimestamp(), ApiResult\formatExpiry(), BlockLogFormatter\getParametersForApi(), WatchAction\onSuccess(), MediaWiki\Block\BlockUser\parseExpiryInput(), and Language\translateBlockExpiry().
wfIsWindows | ( | ) |
Check if the operating system is Windows.
Definition at line 1462 of file GlobalFunctions.php.
Referenced by Installer\envCheckDiff3(), Installer\envCheckGit(), Installer\envCheckGraphics(), TransformationalImageHandler\escapeMagickPath(), RebuildLocalisationCache\execute(), Maintenance\getTermSize(), UserMailer\sendInternal(), SevenZipStream\stream_open(), MailAddress\toString(), wfGetNull(), and CLIParser\Wikitext().
wfLoadExtension | ( | $ext, | |
$path = null ) |
Load an extension.
This queues an extension to be loaded through the ExtensionRegistry system.
string | $ext | Name of the extension to load |
string | null | $path | Absolute path of where to find the extension.json file |
Definition at line 44 of file GlobalFunctions.php.
References $path, and $wgExtensionDirectory.
wfLoadExtensions | ( | array | $exts | ) |
Load multiple extensions at once.
Same as wfLoadExtension, but more efficient if you are loading multiple extensions.
If you want to specify custom paths, you should interact with ExtensionRegistry directly.
string[] | $exts | Array of extension names to load |
Definition at line 65 of file GlobalFunctions.php.
References $ext, and $wgExtensionDirectory.
wfLoadSkin | ( | $skin, | |
$path = null ) |
Load a skin.
string | $skin | Name of the extension to load |
string | null | $path | Absolute path of where to find the skin.json file |
Definition at line 81 of file GlobalFunctions.php.
References $path, and $wgStyleDirectory.
wfLoadSkins | ( | array | $skins | ) |
Load multiple skins at once.
string[] | $skins | Array of extension names to load |
Definition at line 96 of file GlobalFunctions.php.
References $wgStyleDirectory.
wfLogDBError | ( | $text, | |
array | $context = [] ) |
Log for database errors.
string | $text | Database error message. |
array | $context | Additional logging context data |
Definition at line 736 of file GlobalFunctions.php.
wfLogProfilingData | ( | ) |
wfLogWarning | ( | $msg, | |
$callerOffset = 1, | |||
$level = E_USER_WARNING ) |
Send a warning as a PHP error and the debug log.
This is intended for logging warnings in production. For logging development warnings, use WfWarn instead.
string | $msg | Message to send |
int | $callerOffset | Number of items to go back in the backtrace to find the correct caller (1 = function calling wfLogWarning, ...) |
int | $level | PHP error level; defaults to E_USER_WARNING |
Definition at line 816 of file GlobalFunctions.php.
Referenced by User\__get(), User\__set(), ChangesListSpecialPage\areFiltersInConflict(), MediaWiki\Storage\SqlBlobStore\compressData(), Language\convertGrammar(), Linker\emailLink(), FormatMetadata\flattenArrayReal(), LogFormatter\formatParametersForApi(), MediaWiki\SpecialPage\SpecialPageFactory\getPage(), Html\inlineScript(), OutputPage\transformFilePath(), and wfMkdirParents().
wfMatchesDomainList | ( | $url, | |
$domains ) |
Check whether a given URL has a domain that occurs in a given set of domains.
string | $url | |
array | $domains | Array of domains (strings) |
Definition at line 630 of file GlobalFunctions.php.
References wfGetUrlUtils().
Referenced by Skin\addToSidebarPlain(), and Parser\getExternalLinkRel().
wfMemoryLimit | ( | $newLimit | ) |
Raise PHP's memory limit (if needed).
int | $newLimit |
Definition at line 2037 of file GlobalFunctions.php.
References wfDebug(), and wfShorthandToInteger().
wfMerge | ( | $old, | |
$mine, | |||
$yours, | |||
& | $result, | ||
& | $mergeAttemptResult = null ) |
wfMerge attempts to merge differences between three texts.
Returns true for a clean merge and false for failure or a conflict.
string | $old | |
string | $mine | |
string | $yours | |
string | &$result | |
string | null | &$mergeAttemptResult |
Definition at line 1767 of file GlobalFunctions.php.
References $wgDiff3, wfDebug(), and wfTempDir().
Referenced by TextContentHandler\merge3().
wfMergeErrorArrays | ( | $args | ) |
Merge arrays in the style of PermissionManager::getPermissionErrors, with duplicate removal e.g.
wfMergeErrorArrays( [ [ 'x' ] ], [ [ 'x', '2' ] ], [ [ 'x' ] ], [ [ 'y' ] ] ); returns: [ [ 'x', '2' ], [ 'x' ], [ 'y' ] ]
array[] | ...$args |
Definition at line 164 of file GlobalFunctions.php.
References $args.
Referenced by SpecialImport\execute().
wfMessage | ( | $key, | |
$params ) |
This is the function for getting translated interface messages.
This function replaces all old wfMsg* functions.
When the MessageSpecifier object is an instance of Message, a clone of the object is returned. This is unlike the new Message( … )
constructor, which returns a new object constructed from scratch with the same key. This difference is mostly relevant when the passed object is an instance of a subclass like RawMessage or ApiMessage.
string | string[] | MessageSpecifier | $key | Message key, or array of keys, or a MessageSpecifier |
mixed | ...$params Normal message parameters |
Definition at line 934 of file GlobalFunctions.php.
References Message\newFromSpecifier(), and wfMessageFallback().
Referenced by MalformedTitleException\__construct(), MessageContent\__construct(), MediaTransformError\__construct(), HTMLAutoCompleteSelectField\__construct(), HTMLSelectOrOtherField\__construct(), TransformParameterError\__construct(), TransformTooBigImageAreaError\__construct(), UploadStashFile\__construct(), CollapsibleFieldsetLayout\__construct(), MediaWiki\Widget\DateInputWidget\__construct(), MediaWiki\Widget\SizeFilterWidget\__construct(), UploadChunkVerificationException\__construct(), LogPage\actionText(), MediaHandler\addMeta(), WikitextContent\addSectionHeader(), JsonContent\arrayTable(), SpecialVersion\arrayToString(), MediaWiki\Auth\AuthManager\autoCreateUser(), MediaWiki\Auth\AuthManager\beginAccountCreation(), MediaWiki\Auth\AuthManager\beginAccountLink(), MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProvider\beginLinkAttempt(), Linker\blockLink(), Parser\braceSubstitution(), OutputPage\buildBacklinkSubtitle(), Xml\buildForm(), ChangesFeed\buildItems(), SpecialEditWatchlist\buildTools(), SpecialPage\checkLoginSecurityLevel(), UploadStash\clear(), Language\commaList(), MediaWiki\Auth\AuthManager\continueAccountCreation(), MediaWiki\Auth\AuthManager\continueAccountLink(), MediaWiki\Auth\AuthManager\continueAuthentication(), MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProvider\continueLinkAttempt(), MediaWiki\User\TempUser\TempUserCreator\create(), Installer\createMainpage(), Xml\dateMenu(), CoreParserFunctions\defaultsort(), MediaWiki\Session\SessionProvider\describe(), MediaWiki\Auth\PasswordAuthenticationRequest\describeCredentials(), MediaWiki\Auth\PasswordDomainAuthenticationRequest\describeCredentials(), MediaWiki\Auth\TemporaryPasswordAuthenticationRequest\describeCredentials(), MediaWiki\Session\SessionProvider\describeMessage(), UploadBase\detectVirus(), CoreParserFunctions\displaytitle(), MediaWiki\Block\DatabaseBlock\doAutoblock(), ContentModelChange\doContentModelChange(), FileDeleteForm\doDelete(), DjVuHandler\doTransform(), SvgHandler\doTransform(), TransformationalImageHandler\doTransform(), WikiPage\doUpdateRestrictions(), Linker\emailLink(), WebInstallerPage\endForm(), WebInstallerInstall\endStage(), Installer\envCheckDB(), WebInstallerComplete\execute(), WebInstallerDBConnect\execute(), WebInstallerExistingWiki\execute(), WebInstallerInstall\execute(), WebInstallerName\execute(), WebInstallerRestart\execute(), WebInstallerUpgrade\execute(), WebInstallerWelcome\execute(), CleanupSpam\execute(), DumpIterator\execute(), DumpMessages\execute(), DumpRenderer\execute(), MediaWiki\Auth\AbstractPasswordPrimaryAuthenticationProvider\failResponse(), MediaWiki\ResourceLoader\MessageBlobStore\fetchMessage(), DeleteEqualMessages\fetchMessageInfo(), FallbackContentHandler\fillParserOutput(), JsonContentHandler\fillParserOutput(), ChangesList\flag(), BlockLogFormatter\formatBlockFlag(), BlockLogFormatter\formatBlockFlags(), FeedUtils\formatDiff(), FeedUtils\formatDiffRow2(), Language\formatDuration(), LanguageZh_hans\formatDuration(), WikiPage\formatExpiry(), Linker\formatHiddenCategories(), Linker\formatRevisionSize(), Language\formatTimePeriod(), File\generateAndSaveThumb(), ContentHandler\getAutoDeleteReason(), ContentHandler\getAutosummary(), WebInstallerOptions\getCCDoneBox(), WebInstaller\getCheckBox(), MysqlInstaller\getConnectForm(), PostgresInstaller\getConnectForm(), SpecialVersion\getCopyrightAndAuthorList(), Title\getDefaultMessageText(), Interwiki\getDescription(), LogPage\getDescription(), MediaWiki\Config\ConfigRepository\getDescriptionOf(), FeedUtils\getDiffLink(), ImageHandler\getDimensionsString(), Title\getEditNotices(), SpecialUpload\getExistsWarning(), SpecialVersion\getExtensionTypes(), MediaWiki\Auth\ConfirmLinkAuthenticationRequest\getFieldInfo(), MediaWiki\Auth\CreationReasonAuthenticationRequest\getFieldInfo(), MediaWiki\Auth\PasswordAuthenticationRequest\getFieldInfo(), MediaWiki\Auth\PasswordDomainAuthenticationRequest\getFieldInfo(), MediaWiki\Auth\RememberMeAuthenticationRequest\getFieldInfo(), MediaWiki\Auth\TemporaryPasswordAuthenticationRequest\getFieldInfo(), MediaWiki\Auth\UserDataAuthenticationRequest\getFieldInfo(), MediaWiki\Auth\UsernameAuthenticationRequest\getFieldInfo(), WebInstallerPage\getFieldsetStart(), UploadStash\getFile(), WebInstallerDocument\getFileContents(), UploadBase\getFilenamePrefixBlacklist(), IcuCollation\getFirstLetter(), NumericUppercaseCollation\getFirstLetter(), MediaHandler\getGeneralLongDesc(), UserGroupMembership\getGroupPage(), WebInstaller\getHelpBox(), WebInstaller\getInfoBox(), SpecialUpload\getInitialPageText(), DatabaseInstaller\getInstallUserBox(), LogFormatter\getIRCActionComment(), LogFormatter\getIRCActionText(), ContentHandler\getLocalizedName(), ImageHandler\getLongDesc(), SvgHandler\getLongDesc(), GIFHandler\getLongDesc(), PNGHandler\getLongDesc(), Licenses\getMessageFromParams(), ErrorPageError\getMessageObject(), MalformedTitleException\getMessageObject(), CliInstaller\getMessageText(), Interwiki\getName(), LogPage\getName(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\getPasswordResetData(), EditPage\getPreviewLimitReport(), WebInstaller\getRadioElements(), LogPage\getRcComment(), LogPage\getRcCommentIRC(), DatabaseInstaller\getReadableName(), MediaWiki\Block\DatabaseBlock\getRedactedName(), Article\getRedirectHeaderHtml(), MWTimestamp\getRelativeTimestamp(), User\getRightDescription(), ImageHandler\getShortDesc(), SpecialBlock\getSuggestedDurations(), MediaWiki\Preferences\DefaultPreferencesFactory\getTimeZoneList(), MWTimestamp\getTimezoneMessage(), TrackingCategories\getTrackingCategories(), Parser\getUserSig(), Language\getVariantname(), SpecialVersion\getVersion(), FormatMetadata\getVisibleFields(), DatabaseInstaller\getWebUserBox(), PageDataRequestHandler\handleRequest(), Title\hasSourceText(), QuickTemplate\haveMsg(), CoreTagHooks\html(), PageDataRequestHandler\httpContentNegotiation(), CoreTagHooks\indicator(), UploadStash\initFile(), WikiPage\insertNullProtectionRevision(), DifferenceEngine\intermediateEditsMsg(), Parser\interwikiTransclude(), CoreParserFunctions\intFunction(), MediaWiki\Block\DatabaseBlock\isExemptedFromAutoblocks(), MovePage\isValidMove(), WebInstaller\label(), Xml\languageSelector(), UploadStash\listFiles(), BotPassword\login(), MediaWiki\Linker\LinkRenderer\makeBrokenLink(), WebInstaller\makeDownloadLinkHtml(), Linker\makeImageLink(), ApiBase\makeMessage(), SkinTemplate\makeSearchButtonInternal(), Linker\makeThumbLink2(), MergeHistory\merge(), Xml\monthSelector(), MWException\msg(), DerivativeContext\msg(), RequestContext\msg(), HTMLFormField\msg(), QuickTemplate\msg(), SearchEngineConfig\namespacesAsText(), Html\namespaceSelectorOptions(), Title\newMainPage(), WikiImporter\notice(), JsonContent\objectTable(), RawAction\onView(), WebInstallerOutput\outputFooter(), WebInstallerOutput\outputTitle(), FormatJson\parse(), ConverterRule\parse(), SearchEngine\parseNamespacePrefixes(), Language\pipeList(), WikiPage\protectDescription(), TextPassDumper\readDump(), LanguageConverter\recursiveConvertRule(), UploadStash\removeFile(), WikitextContent\replaceSection(), Linker\revDeleteLink(), Linker\revDeleteLinkDisabled(), Linker\revUserLink(), Linker\revUserTools(), DoubleRedirectJob\run(), MediaWiki\Storage\PageUpdater\saveRevision(), Language\semicolonList(), User\sendConfirmationMail(), User\sendMail(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\sendNewAccountEmail(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\sendPasswordResetEmail(), User\setEmailWithConfirmation(), WikiImporter\setTargetRootPage(), WebInstallerUpgrade\showDoneMessage(), WebInstaller\showError(), WebInstallerExistingWiki\showKeyForm(), WebInstaller\showMessage(), Linker\specialLink(), WebInstallerInstall\startStage(), UploadStash\stashFile(), Parser\statelessFetchTemplate(), WebInstallerName\submit(), WebInstallerOptions\submit(), MediaWiki\Auth\ThrottlePreAuthenticationProvider\testForAccountCreation(), MediaWiki\Auth\ThrottlePreAuthenticationProvider\testForAuthentication(), Linker\tocList(), TraditionalImageGallery\toHTML(), File\transform(), File\transformErrorOutput(), BitmapHandler\transformGd(), Language\truncateHtml(), MediaWiki\Auth\ResetPasswordSecondaryAuthenticationProvider\tryReset(), MediaWiki\Storage\PageUpdater\updateRevision(), Linker\userLink(), Linker\userTalkLink(), Linker\userToolLinks(), wfForbidden(), wfGenerateThumbnail(), wfOpenSearchDescMain(), wfShowingResults(), wfStreamThumb(), MediaWiki\Session\CookieSessionProvider\whyNoSession(), MediaWiki\Session\ImmutableSessionProviderWithCookie\whyNoSession(), and MediaWiki\CommentFormatter\CommentFormatter\wrapCommentWithBlock().
wfMessageFallback | ( | $keys | ) |
This function accepts multiple message keys and returns a message instance for the first message which is non-empty.
If all messages are empty then an instance of the last message key is returned.
string | ...$keys Message keys |
Definition at line 962 of file GlobalFunctions.php.
References $keys, and Message\newFallbackSequence().
Referenced by FileRepo\getDisplayName(), ImagePage\openShowImage(), SkinTemplate\tabAction(), and wfMessage().
wfMkdirParents | ( | $dir, | |
$mode = null, | |||
$caller = null ) |
Make directory, and make all parent directories if they don't exist.
string | $dir | Full path to directory to create |
int | null | $mode | Chmod value to use, default is $wgDirectoryMode |
string | null | $caller | Optional caller param for debugging. |
MWException |
Definition at line 1506 of file GlobalFunctions.php.
References $wgDirectoryMode, FileBackend\isStoragePath(), wfDebug(), and wfLogWarning().
Referenced by FileCacheBase\checkCacheDirs(), DjVuHandler\doTransform(), SvgHandler\doTransform(), TransformationalImageHandler\doTransform(), GenerateSitemap\execute(), GitInfo\precomputeValues(), ForeignResourceManager\run(), LCStoreCDB\startWrite(), and LCStoreStaticArray\startWrite().
wfMsgReplaceArgs | ( | $message, | |
$args ) |
Replace message parameter keys on the given formatted output.
string | $message | |
array | $args |
Definition at line 974 of file GlobalFunctions.php.
References $args.
Referenced by MWException\msg().
wfObjectToArray | ( | $objOrArray, | |
$recursive = true ) |
Recursively converts the parameter (an object) to an array with the same data.
@phpcs:ignore MediaWiki.Commenting.FunctionComment.ObjectTypeHintParam
object | array | $objOrArray | |
bool | $recursive |
Definition at line 218 of file GlobalFunctions.php.
References wfObjectToArray().
Referenced by wfObjectToArray().
wfParseUrl | ( | $url | ) |
parse_url() work-alike, but non-broken.
Differences:
1) Handles protocols that don't use :// (e.g., mailto: and news:, as well as protocol-relative URLs) correctly. 2) Adds a "delimiter" element to the array (see (2)). 3) Verifies that the protocol is on the $wgUrlProtocols allowed list. 4) Rejects some invalid URLs that parse_url doesn't, e.g. the empty string or URLs starting with a line feed character.
string | $url | A URL to parse |
Definition at line 605 of file GlobalFunctions.php.
References wfGetUrlUtils().
Referenced by MWHttpRequest\__construct(), ParsoidVirtualRESTService\__construct(), SpecialLinkSearch\execute(), ApiAMCreateAccount\execute(), ApiClientLogin\execute(), ApiLinkAccount\execute(), DeleteSelfExternals\execute(), MediaWiki\Search\SearchWidgets\InterwikiSearchResultSetWidget\footerHtml(), WikiMap\getCanonicalServerInfoForAllWikis(), WikiReference\getDisplayName(), WikiMap\getWikiFromUrl(), MediaWiki\Search\SearchWidgets\SimpleSearchResultSetWidget\headerHtml(), MediaWiki\Search\SearchWidgets\InterwikiSearchResultSetWidget\headerHtml(), ThumbnailRenderJob\hitThumbUrl(), UploadFromUrl\isAllowedHost(), MediaWiki\Search\SearchWidgets\InterwikiSearchResultSetWidget\iwIcon(), LinkFilter\makeIndexes(), LinkFilter\makeLikeArray(), RedisPubSubFeedEngine\send(), and MWHttpRequest\setReverseProxy().
wfPercent | ( | $nr, | |
int | $acc = 2, | ||
bool | $round = true ) |
float | int | $nr | The number to format |
int | $acc | The number of digits after the decimal point, default 2 |
bool | $round | Whether or not to round the value, default true |
Definition at line 1574 of file GlobalFunctions.php.
wfQueriesMustScale | ( | ) |
Should low-performance queries be disabled?
Definition at line 1962 of file GlobalFunctions.php.
References $wgMiserMode, SiteStats\edits(), SiteStats\pages(), SiteStats\users(), and wfDeprecated().
wfRandom | ( | ) |
Get a random decimal value in the domain of [0, 1), in a way not likely to give duplicate values for any realistic number of articles.
Definition at line 244 of file GlobalFunctions.php.
Referenced by CompareParserCache\execute(), ResetPageRandom\execute(), SpecialRandomInCategory\getRandomTitle(), SpecialRandomPage\getRandomTitle(), WikiPage\insertOn(), and ApiQueryRandom\run().
wfRandomString | ( | $length = 32 | ) |
Get a random string containing a number of pseudo-random hex characters.
int | $length | The length of the string to generate |
Definition at line 262 of file GlobalFunctions.php.
Referenced by JobQueueDB\doPop(), SvgHandler\doTransform(), BenchmarkLruHash\execute(), BenchmarkSanitizer\execute(), MakeTestEdits\execute(), WebRequest\getRequestId(), BenchmarkTitleValue\randomize(), and UploadSourceAdapter\registerSource().
wfReadOnly | ( | ) |
Check whether the wiki is in read-only mode.
Definition at line 842 of file GlobalFunctions.php.
References wfDeprecated().
wfReadOnlyReason | ( | ) |
Check if the site is in read-only mode and return the message if so.
This checks wfConfiguredReadOnlyReason() and the main load balancer for replica DB lag. This may result in DB connection being made.
Definition at line 858 of file GlobalFunctions.php.
References wfDeprecated().
wfRecursiveRemoveDir | ( | $dir | ) |
Remove a directory and all its content.
Does not hide error.
string | $dir |
Definition at line 1549 of file GlobalFunctions.php.
References wfDebug(), and wfRecursiveRemoveDir().
Referenced by ForeignResourceManager\run(), and wfRecursiveRemoveDir().
wfRelativePath | ( | $path, | |
$from ) |
Generate a relative path name to the given file.
May explode on non-matching case-insensitive paths, funky symlinks, etc.
string | $path | Absolute destination path including target filename |
string | $from | Absolute source path, directory only |
Definition at line 1875 of file GlobalFunctions.php.
References $path, and wfBaseName().
wfRemoveDotSegments | ( | $urlPath | ) |
Remove all dot-segments in the provided URL path.
For example, '/a/./b/../c/' becomes '/a/c/'. For details on the algorithm, please see RFC3986 section 5.2.4.
string | $urlPath | URL path, potentially containing dot-segments |
Definition at line 551 of file GlobalFunctions.php.
References wfGetUrlUtils().
Referenced by PathRouter\parse().
wfReportTime | ( | $nonce = null | ) |
Returns a script tag that stores the amount of time it took MediaWiki to handle the request in milliseconds as 'wgBackendResponseTime'.
If $wgShowHostnames is true, the script will also set 'wgHostname' to the hostname of the server handling the request.
string | null | $nonce | Value from OutputPage->getCSP()->getNonce() |
Definition at line 1022 of file GlobalFunctions.php.
References $wgShowHostnames, and wfHostname().
Referenced by SkinTemplate\prepareQuickTemplate(), and OutputPage\tailElement().
wfResetOutputBuffers | ( | $resetGzipEncoding = true | ) |
Clear away any user-level output buffers, discarding contents.
Suitable for 'starting afresh', for instance when streaming relatively large amounts of data without buffering, or wanting to output image files without ob_gzhandler's compression.
The optional $resetGzipEncoding parameter controls suppression of the Content-Encoding header sent by ob_gzhandler; by default it is left. See comments for wfClearOutputBuffers() for why it would be used.
Note that some PHP configuration options may add output buffer layers which cannot be removed; these are left in place.
bool | $resetGzipEncoding |
Definition at line 1361 of file GlobalFunctions.php.
Referenced by ApiMain\checkConditionalRequestHeaders(), OutputPage\checkLastModified(), SpecialExport\execute(), MediaWiki\ResourceLoader\ResourceLoader\tryRespondNotModified(), and wfClearOutputBuffers().
wfScript | ( | $script = 'index' | ) |
Get the path to a specified script file, respecting file extensions; this is a wrapper around $wgScriptPath etc.
except for 'index' and 'load' which use $wgScript/$wgLoadScript
string | $script | Script filename, sans extension |
Definition at line 1979 of file GlobalFunctions.php.
References $wgLoadScript, $wgScript, and $wgScriptPath.
Referenced by ParsoidVirtualRESTService\__construct(), SpecialPage\addFeedLinks(), SpecialRedirect\dispatchLog(), SpecialRedirect\dispatchPage(), SpecialRedirect\dispatchRevision(), SpecialRecentChanges\doHeader(), SpecialWatchlist\doHeader(), SpecialApiHelp\execute(), SpecialContributions\execute(), RedirectSpecialPage\execute(), SpecialRecentChanges\execute(), ApiHelp\fixHelpLinks(), SpecialVersion\getEntryPointInfo(), SpecialContributions\getForm(), OutputPage\getHeadLinksArray(), TablePager\getLimitForm(), ApiOpenSearch\getOpenSearchTemplate(), ApiRsd\getRsdApiList(), HistoryPager\getStartBody(), HistoryAction\onView(), MediaWiki\Search\SearchWidgets\SearchFormWidget\render(), ApiMain\substituteResultWithError(), UserrightsPage\switchForm(), and wfApiMain().
wfSetBit | ( | & | $dest, |
$bit, | |||
$state = true ) |
As for wfSetVar except setting a bit.
int | &$dest | |
int | $bit | |
bool | $state |
Definition at line 1286 of file GlobalFunctions.php.
wfSetVar | ( | & | $dest, |
$source, | |||
$force = false ) |
Sets dest to source and returns the original value of dest If source is NULL, it just returns the value, it doesn't set the variable If force is true, it will set the value even if source is NULL.
mixed | &$dest | |
mixed | $source | |
bool | $force |
Definition at line 1269 of file GlobalFunctions.php.
References $source.
Referenced by OutputPage\enableClientCache(), SpecialPage\including(), MediaWiki\Block\DatabaseBlock\isAutoblocking(), MediaWiki\Block\AbstractBlock\isEmailBlocked(), MediaWiki\Block\AbstractBlock\isUsertalkEditAllowed(), SpecialPage\listed(), Parser\Options(), Parser\OutputType(), CacheTime\setCacheTime(), ParserOutput\setCategoryLinks(), OutputPage\setFileVersion(), ParserOutput\setLanguageLinks(), SpecialPage\setListed(), WikiImporter\setNoticeCallback(), ParserOptions\setOptionLegacy(), OutputPage\setRevisionId(), OutputPage\setRevisionTimestamp(), ParserOutput\setSections(), ParserOutput\setText(), ParserOutput\setTimestamp(), ParserOptions\setTimestamp(), ParserOutput\setTitleText(), and ParserOutput\setTOCHTML().
wfShellExec | ( | $cmd, | |
& | $retval = null, | ||
$environ = [], | |||
$limits = [], | |||
$options = [] ) |
Execute a shell command, with time and memory limits mirrored from the PHP configuration if supported.
string | string[] | $cmd | If string, a properly shell-escaped command line, or an array of unescaped arguments, in which case each value will be escaped Example: [ 'convert', '-font', 'font name' ] would produce "'convert' '-font' 'font name'" |
null | mixed | &$retval | Optional, will receive the program's exit code. (non-zero is usually failure). If there is an error from read, select, or proc_open(), this will be set to -1. |
array | $environ | Optional environment variables which should be added to the executed command environment. |
array | $limits | Optional array with limits(filesize, memory, time, walltime) this overwrites the global wgMaxShell* limits. |
array | $options | Array of options:
|
Definition at line 1669 of file GlobalFunctions.php.
References wfGetCaller().
Referenced by DjVuHandler\doTransform(), DjVuImage\retrieveMetaData(), and wfShellExecWithStderr().
wfShellExecWithStderr | ( | $cmd, | |
& | $retval = null, | ||
$environ = [], | |||
$limits = [] ) |
Execute a shell command, returning both stdout and stderr.
Convenience function, as all the arguments to wfShellExec can become unwieldy.
string | string[] | $cmd | If string, a properly shell-escaped command line, or an array of unescaped arguments, in which case each value will be escaped Example: [ 'convert', '-font', 'font name' ] would produce "'convert' '-font' 'font name'" |
null | mixed | &$retval | Optional, will receive the program's exit code. (non-zero is usually failure) |
array | $environ | Optional environment variables which should be added to the executed command environment. |
array | $limits | Optional array with limits(filesize, memory, time, walltime) this overwrites the global wgMaxShell* limits. |
Definition at line 1722 of file GlobalFunctions.php.
References wfGetCaller(), and wfShellExec().
Referenced by UploadBase\detectVirus(), TransformationalImageHandler\getMagickVersion(), SvgHandler\rasterize(), BitmapHandler\rotate(), BitmapHandler\transformCustom(), and BitmapHandler\transformImageMagick().
wfShellWikiCmd | ( | $script, | |
array | $parameters = [], | ||
array | $options = [] ) |
Generate a shell-escaped command line string to run a MediaWiki cli script.
Note that $parameters should be a flat array and an option with an argument should consist of two consecutive items in the array (do not use "--option value").
string | $script | MediaWiki cli script path |
array | $parameters | Arguments and options to the script |
array | $options | Associative array of options: 'php': The path to the php executable 'wrapper': Path to a PHP wrapper to handle the maintenance script |
Definition at line 1742 of file GlobalFunctions.php.
References $wgPhpCli.
Referenced by CleanupSpam\execute().
wfShorthandToInteger | ( | ?string | $string = '', |
int | $default = -1 ) |
Converts shorthand byte notation to integer form.
null | string | $string | |
int | $default | Returned if $string is empty |
Definition at line 2094 of file GlobalFunctions.php.
Referenced by Installer\envCheckMemory(), UploadBase\getMaxPhpUploadSize(), ApiUpload\getMinUploadChunkSize(), WebRequestUpload\isIniSizeOverflow(), and wfMemoryLimit().
wfShowingResults | ( | $offset, | |
$limit ) |
int | $offset | |
int | $limit |
Definition at line 1165 of file GlobalFunctions.php.
References wfMessage().
wfStringToBool | ( | $val | ) |
Convert string value to boolean, when the following are interpreted as true:
string | $val |
Definition at line 1619 of file GlobalFunctions.php.
Referenced by wfIniGetBool().
wfStripIllegalFilenameChars | ( | $name | ) |
Replace all invalid characters with '-'.
Additional characters can be defined in $wgIllegalFileChars (see T22489). By default, $wgIllegalFileChars includes ':', '/', '\'.
string | $name | Filename to process |
Definition at line 2018 of file GlobalFunctions.php.
References $wgIllegalFileChars, and wfBaseName().
Referenced by UploadBase\getTitle(), and MovePage\isValidFileMove().
wfTempDir | ( | ) |
Tries to get the system directory for temporary files.
First $wgTmpDirectory is checked, and then the TMPDIR, TMP, and TEMP environment variables are then checked in sequence, then sys_get_temp_dir(), then upload_tmp_dir from php.ini.
NOTE: When possible, use instead the tmpfile() function to create temporary files to avoid race conditions on file creation, etc.
Definition at line 1487 of file GlobalFunctions.php.
References $wgTmpDirectory.
Referenced by SvgHandler\doTransform(), ImportableUploadRevisionImporter\downloadSource(), MWDocGen\execute(), MediaWikiShell\execute(), TextSlotDiffRenderer\getTextDiffInternal(), MediaWiki\ResourceLoader\Image\rasterize(), and wfMerge().
wfThumbIsStandard | ( | File | $file, |
array | $params ) |
Returns true if these thumbnail parameters match one that MediaWiki requests from file description pages and/or parser output.
$params is considered non-standard if they involve a non-standard width or any non-default parameters aside from width and page number. The number of possible files with standard parameters is far less than that of all combinations; rate-limiting for them can thus be more generous.
File | $file | |
array | $params |
Definition at line 2180 of file GlobalFunctions.php.
References $file, $wgImageLimits, $wgResponsiveImages, and $wgThumbLimits.
Referenced by wfStreamThumb().
wfTimestamp | ( | $outputtype = TS_UNIX, | |
$ts = 0 ) |
Get a timestamp string in one of various formats.
mixed | $outputtype | Output format, one of the TS_* constants. Defaults to Unix timestamp. |
mixed | $ts | A timestamp in any supported format. The function will autodetect which format is supplied and act accordingly. Use 0 or omit to use current time |
Definition at line 1424 of file GlobalFunctions.php.
References wfDebug().
Referenced by MediaWiki\Block\AbstractBlock\__construct(), OutputPage\adaptCdnTTL(), DumpCategoriesAsRdf\addDumpHeader(), ApiMain\addRequestedFields(), ApiQuerySiteinfo\appendExtensions(), ApiQuerySiteinfo\appendGeneralInfo(), ChangesListSpecialPage\buildQuery(), FileCacheBase\cacheTimestamp(), MediaWiki\Storage\PageEditStash\checkCache(), ApiMain\checkConditionalRequestHeaders(), OutputPage\checkLastModified(), User\confirmationToken(), LanguageWa\date(), Language\date(), DifferenceEngine\debug(), SpecialExport\execute(), ApiEditPage\execute(), ApiFeedWatchlist\execute(), ApiMergeHistory\execute(), ApiProtect\execute(), ApiQueryAllUsers\execute(), ApiQueryBlocks\execute(), ApiQueryDeletedrevs\execute(), ApiQueryFilearchive\execute(), ApiQueryImageInfo\execute(), ApiSetNotificationTimestamp\execute(), ApiUndelete\execute(), LocalFileRestoreBatch\execute(), BenchmarkParse\execute(), CleanupUploadStash\execute(), FixTimestamps\execute(), GenerateSitemap\execute(), ImportTextFiles\execute(), RemoveUnusedAccounts\execute(), UpdateSearchIndex\execute(), UserrightsPage\expiryToTimestamp(), ApiQueryRevisionsBase\extractRevisionInfo(), ApiQueryRecentChanges\extractRowInfo(), RepoGroup\findFile(), MediaWiki\Logger\LegacyLogger\formatAsWfDebugLog(), FeedUtils\formatDiff(), Language\formatExpiry(), ApiResult\formatExpiry(), LogFormatter\formatParameterValueForApi(), SpecialMergeHistory\formatRevisionRow(), SpecialUndelete\formatRevisionRow(), ImageListPager\formatValue(), RevDelArchivedFileItem\getApiData(), RevDelFileItem\getApiData(), RevDelRevisionItem\getApiData(), MediaWiki\Block\DatabaseBlock\getAutoblockExpiry(), NewUsersLogFormatter\getComment(), ApiQueryUserInfo\getCurrentUserInfo(), LocalFile\getDescriptionTouched(), User\getExperienceLevel(), FormatMetadata\getExtendedMetadataFromFile(), ApiQueryImageInfo\getInfo(), SpecialActiveUsers\getIntroText(), LogFormatter\getIRCActionText(), OutputPage\getJSVars(), MachineReadableRCFeedFormatter\getLine(), BlockLogFormatter\getMessageParameters(), PNGMetadataExtractor\getMetadata(), SpecialRandomInCategory\getMinAndMaxForCat(), MediaWiki\Auth\AbstractPasswordPrimaryAuthenticationProvider\getNewPasswordExpiry(), BlockLogFormatter\getParametersForApi(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider\getPasswordResetData(), ActiveUsersPager\getQueryInfo(), RawAction\getRawText(), ImageHistoryList\getThumbForLine(), ForeignAPIRepo\getThumbUrlFromCache(), ArchivedFile\getTimestamp(), ForeignAPIFile\getTimestamp(), DatabaseLogEntry\getTimestamp(), ManualLogEntry\getTimestamp(), RCDatabaseLogEntry\getTimestamp(), RevisionItemBase\getTimestamp(), WANCacheReapUpdate\getTitleChangeEvents(), User\getTouched(), ForeignAPIRepo\httpGet(), ImageHistoryList\imageHistoryLine(), MediaWiki\Block\DatabaseBlock\initFromRow(), User\isEmailConfirmationPending(), RecentChange\isInRCLifespan(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\isTimestampValid(), User\loadDefaults(), User\loadFromCache(), RecentChange\loadFromRow(), User\loadFromRow(), LocalFile\loadFromRow(), ApiMain\logRequest(), GenerateSitemap\main(), FormatMetadata\makeFormattedData(), MediaWiki\Session\Token\match(), SpecialBlock\maybeAlterFormDefaults(), OutputPage\output(), SpecialRecentChanges\outputChangesList(), MediaWiki\Storage\PageEditStash\parseAndCache(), MediaWiki\Block\BlockUser\parseExpiryInput(), TableCleanup\progress(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\providerAllowsAuthenticationDataChange(), LocalFile\publishTo(), QueryPage\recache(), ApiQueryQueryPage\run(), CategoryMembershipChangeJob\run(), ApiMain\sendCacheHeaders(), MediaWiki\Block\BlockManager\setBlockCookie(), OutputPage\setLastModified(), WikiRevision\setTimestamp(), BackupDumper\showReport(), TextPassDumper\showReport(), Language\time(), Language\timeanddate(), MediaWiki\Session\Token\toString(), ApiUpload\transformWarnings(), RecentChangesUpdateJob\updateActiveUsers(), MediaWiki\Block\DatabaseBlock\updateTimestamp(), CategoryChangesAsRdf\updateTS(), wfApiMain(), wfStreamThumb(), wfTimestampOrNull(), and XmlDumpWriter\writeTimestamp().
wfTimestampNow | ( | ) |
Convenience function; returns MediaWiki timestamp for the present time.
Definition at line 1453 of file GlobalFunctions.php.
Referenced by UserGroupMembership\__construct(), CategoryMembershipChange\__construct(), MediaWiki\Deferred\LinksUpdate\LinksDeletionUpdate\__construct(), User\confirmEmail(), MediaWiki\Preferences\DefaultPreferencesFactory\datetimePreferences(), MediaWiki\Block\DatabaseBlock\doAutoblock(), SpecialWatchlist\doHeader(), PoolWorkArticleViewCurrent\doWork(), PoolWorkArticleViewOld\doWork(), SpecialExport\execute(), ApiEditPage\execute(), ApiProtect\execute(), ApiUserrights\execute(), GenerateSitemap\execute(), ImportTextFiles\execute(), MigrateFileRepoLayout\execute(), PPFuzzTest\execute(), ResetUserEmail\execute(), UpdateSearchIndex\execute(), FormatMetadata\fetchExtendedMetadata(), MediaWiki\Preferences\DefaultPreferencesFactory\getDateOptions(), ManualLogEntry\getTimestamp(), ParserOptions\getTimestamp(), EditPage\importFormData(), ManualLogEntry\insert(), MediaWiki\Block\DatabaseBlock\isExpired(), Job\newRootJobParams(), SpecialLockdb\onSubmit(), AtomFeed\outHeader(), RSSFeed\outHeader(), MediaWiki\Parser\RevisionOutputCache\save(), ParserCache\save(), LogPage\saveContent(), HTMLFileCache\saveToFileCache(), and UserrightsPage\saveUserGroups().
wfTimestampOrNull | ( | $outputtype = TS_UNIX, | |
$ts = null ) |
Return a formatted timestamp, or null if input is null.
For dealing with nullable timestamp columns in the database.
int | $outputtype | |
string | null | $ts |
Definition at line 1440 of file GlobalFunctions.php.
References wfTimestamp().
Referenced by ApiQueryUsers\execute(), ResetPageRandom\execute(), MediaWiki\Rest\Handler\PageHistoryCountHandler\getLastModifiedTimes(), NoWriteWatchedItemStore\getLatestNotificationTimestamp(), WatchedItemStore\getLatestNotificationTimestamp(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider\getPasswordResetData(), Job\getQueuedTimestamp(), Job\getReleaseTimestamp(), JobSpecification\getReleaseTimestamp(), HTMLCacheUpdateJob\invalidateTitles(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\isTimestampValid(), and User\loadFromRow().
wfTransactionalTimeLimit | ( | ) |
Raise the request time limit to $wgTransactionalTimeLimit.
Definition at line 2064 of file GlobalFunctions.php.
References $wgTransactionalTimeLimit.
Referenced by Action\useTransactionalTimeLimit(), ApiBase\useTransactionalTimeLimit(), and SpecialPage\useTransactionalTimeLimit().
wfUnpack | ( | $format, | |
$data, | |||
$length = false ) |
Wrapper around php's unpack.
string | $format | The format string (See php's docs) |
string | $data | A binary string of binary data |
int | bool | $length | The minimum length of $data or false. This is to prevent reading beyond the end of $data. false to disable the check. |
Also be careful when using this function to read unsigned 32 bit integer because php might make it negative.
MWException | If $data not long enough, or if unpack fails |
Definition at line 2132 of file GlobalFunctions.php.
Referenced by JpegMetadataExtractor\doPSIR(), BmpHandler\getSizeAndMetadata(), and JpegMetadataExtractor\segmentSplitter().
wfUrlencode | ( | $s | ) |
We want some things to be included as literal characters in our title URLs for prettiness, which urlencode encodes by default.
According to RFC 1738, all of the following should be safe:
;:&=$-_.+!*'(),
RFC 1738 says ~ is unsafe, however RFC 3986 considers it an unreserved character which should not be encoded. More importantly, google chrome always converts %7E back to ~, and converting it in this function can cause a redirect loop (T105265).
But + is not safe because it's used to indicate a space; &= are only safe in paths and not in queries (and we don't distinguish here); ' seems kind of scary; and urlencode() doesn't touch -_. to begin with. Plus, although / is reserved, we don't care. So the list we unescape is:
;:$!*(),/~
However, IIS7 redirects fail when the url contains a colon (see T24709), so no fancy : for IIS7.
%2F in the page titles seems to fatally break for some reason.
string | $s |
Definition at line 297 of file GlobalFunctions.php.
References $s.
Referenced by Title\__wakeup(), OutputPage\addHelpLink(), CoreParserFunctions\basepagenamee(), CoreMagicVariables\expand(), FileRepo\getDescriptionRenderUrl(), FileRepo\getDescriptionUrl(), Title\getLocalURL(), MediaWikiSite\getPageUrl(), Title\getPrefixedURL(), LoginSignupSpecialPage\getReturnToQueryStringFragment(), Title\getSubpageUrlForm(), ParserOutput\getText(), Interwiki\getURL(), ApiBase\logFeatureUsage(), ApiMain\logRequest(), Title\makeTitle(), CoreParserFunctions\namespacee(), CoreParserFunctions\nse(), CoreParserFunctions\rootpagenamee(), CoreParserFunctions\speciale(), CoreParserFunctions\subjectspacee(), and CoreParserFunctions\talkspacee().
wfUrlProtocols | ( | $includeProtocolRelative = true | ) |
Returns a regular expression of url protocols.
bool | $includeProtocolRelative | If false, remove '//' from the returned protocol list. DO NOT USE this directly, use wfUrlProtocolsWithoutProtRel() instead |
Definition at line 563 of file GlobalFunctions.php.
References wfGetUrlUtils().
Referenced by Skin\addToSidebarPlain(), Skin\makeInternalOrExternalUrl(), Sanitizer\safeEncodeAttribute(), and Sanitizer\validateAttributes().
wfUrlProtocolsWithoutProtRel | ( | ) |
Like wfUrlProtocols(), but excludes '//' from the protocol list.
Use this if you need a regex that matches all URL protocols but does not match protocol- relative URLs
Definition at line 575 of file GlobalFunctions.php.
References wfGetUrlUtils().
wfVarDump | ( | $var | ) |
A wrapper around the PHP function var_export().
Either print it or add it to the regular output ($wgOut).
mixed | $var | A PHP variable to dump. |
Definition at line 1304 of file GlobalFunctions.php.
wfWarn | ( | $msg, | |
$callerOffset = 1, | |||
$level = E_USER_NOTICE ) |
Send a warning either to the debug log or in a PHP error depending on $wgDevelopmentWarnings.
To log warnings in production, use wfLogWarning() instead.
string | $msg | Message to send |
int | $callerOffset | Number of items to go back in the backtrace to find the correct caller (1 = function calling wfWarn, ...) |
int | $level | PHP error level; defaults to E_USER_NOTICE; only used when $wgDevelopmentWarnings is true |
Definition at line 803 of file GlobalFunctions.php.
Referenced by Exif\__construct(), TextContent\__construct(), Action\__construct(), MediaWiki\Storage\SqlBlobStore\decompressData(), ApiEditPage\execute(), ForeignAPIRepo\fileExistsBatch(), Http\get(), DifferenceEngine\getEngine(), ContribsPager\getExtraSortFields(), ContribsPager\getIndexField(), MediaWiki\SpecialPage\SpecialPageFactory\getLocalNameFor(), Language\getMagic(), MediaWiki\Revision\SlotRoleRegistry\getRoleHandler(), ChangeTags\getSoftwareTags(), Html\inlineScript(), Linker\link(), Html\linkedScript(), Linker\makeBrokenImageLinkObj(), Html\openElement(), and BacklinkJobUtils\partitionBacklinkJob().