2 /***************************************************************
5 * (c) 1999-2008 Kasper Skaarhoj (kasperYYYY@typo3.com)
8 * This script is part of the TYPO3 project. The TYPO3 project is
9 * free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
14 * The GNU General Public License can be found at
15 * http://www.gnu.org/copyleft/gpl.html.
16 * A copy is found in the textfile GPL.txt and important notices to the license
17 * from the author is found in LICENSE.txt distributed with these scripts.
20 * This script is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
25 * This copyright notice MUST APPEAR in all copies of the script!
26 ***************************************************************/
28 * Contains the reknown class "t3lib_div" with general purpose functions
31 * Revised for TYPO3 3.6 July/2003 by Kasper Skaarhoj
33 * Usage counts are based on search 22/2 2003 through whole source including tslib/
35 * @author Kasper Skaarhoj <kasperYYYY@typo3.com>
38 * [CLASS/FUNCTION INDEX of SCRIPT]
42 * 232: class t3lib_div
44 * SECTION: GET/POST Variables
45 * 262: function _GP($var)
46 * 280: function _GET($var=NULL)
47 * 297: function _POST($var=NULL)
48 * 313: function _GETset($inputGet,$key='')
49 * 336: function GPvar($var,$strip=0)
50 * 353: function GParrayMerged($var)
52 * SECTION: IMAGE FUNCTIONS
53 * 397: function gif_compress($theFile, $type)
54 * 425: function png_to_gif_by_imagemagick($theFile)
55 * 450: function read_png_gif($theFile,$output_png=0)
57 * SECTION: STRING FUNCTIONS
58 * 499: function fixed_lgd($string,$origChars,$preStr='...')
59 * 524: function fixed_lgd_pre($string,$chars)
60 * 538: function fixed_lgd_cs($string,$chars)
61 * 555: function breakTextForEmail($str,$implChar="\n",$charWidth=76)
62 * 574: function breakLinesForEmail($str,$implChar="\n",$charWidth=76)
63 * 610: function cmpIP($baseIP, $list)
64 * 626: function cmpIPv4($baseIP, $list)
65 * 668: function cmpIPv6($baseIP, $list)
66 * 711: function IPv6Hex2Bin ($hex)
67 * 726: function normalizeIPv6($address)
68 * 782: function validIPv6($ip)
69 * 805: function cmpFQDN($baseIP, $list)
70 * 835: function inList($list,$item)
71 * 847: function rmFromList($element,$list)
72 * 863: function expandList($list)
73 * 894: function intInRange($theInt,$min,$max=2000000000,$zeroValue=0)
74 * 910: function intval_positive($theInt)
75 * 923: function int_from_ver($verNumberStr)
76 * 934: function compat_version($verNumberStr)
77 * 952: function md5int($str)
78 * 965: function shortMD5($input, $len=10)
79 * 978: function uniqueList($in_list, $secondParameter=NULL)
80 * 992: function split_fileref($fileref)
81 * 1030: function dirname($path)
82 * 1046: function modifyHTMLColor($color,$R,$G,$B)
83 * 1066: function modifyHTMLColorAll($color,$all)
84 * 1077: function rm_endcomma($string)
85 * 1090: function danish_strtoupper($string)
86 * 1105: function convUmlauts($str)
87 * 1118: function testInt($var)
88 * 1130: function isFirstPartOfStr($str,$partStr)
89 * 1146: function formatSize($sizeInBytes,$labels='')
90 * 1181: function convertMicrotime($microtime)
91 * 1195: function splitCalc($string,$operators)
92 * 1217: function calcPriority($string)
93 * 1258: function calcParenthesis($string)
94 * 1284: function htmlspecialchars_decode($value)
95 * 1299: function deHSCentities($str)
96 * 1312: function slashJS($string,$extended=0,$char="'")
97 * 1325: function rawUrlEncodeJS($str)
98 * 1337: function rawUrlEncodeFP($str)
99 * 1348: function validEmail($email)
100 * 1363: function formatForTextarea($content)
102 * SECTION: ARRAY FUNCTIONS
103 * 1394: function inArray($in_array,$item)
104 * 1411: function intExplode($delim, $string)
105 * 1430: function revExplode($delim, $string, $count=0)
106 * 1450: function trimExplode($delim, $string, $onlyNonEmptyValues=0)
107 * 1472: function uniqueArray($valueArray)
108 * 1484: function removeArrayEntryByValue($array,$cmpValue)
109 * 1513: function implodeArrayForUrl($name,$theArray,$str='',$skipBlank=0,$rawurlencodeParamName=0)
110 * 1538: function explodeUrl2Array($string,$multidim=FALSE)
111 * 1564: function compileSelectedGetVarsFromArray($varList,$getArray,$GPvarAlt=1)
112 * 1587: function addSlashesOnArray(&$theArray)
113 * 1611: function stripSlashesOnArray(&$theArray)
114 * 1633: function slashArray($arr,$cmd)
115 * 1650: function array_merge_recursive_overrule($arr0,$arr1,$notAddKeys=0,$includeEmtpyValues=true)
116 * 1683: function array_merge($arr1,$arr2)
117 * 1696: function csvValues($row,$delim=',',$quote='"')
119 * SECTION: HTML/XML PROCESSING
120 * 1738: function get_tag_attributes($tag)
121 * 1775: function split_tag_attributes($tag)
122 * 1809: function implodeAttributes($arr,$xhtmlSafe=FALSE,$dontOmitBlankAttribs=FALSE)
123 * 1836: function implodeParams($arr,$xhtmlSafe=FALSE,$dontOmitBlankAttribs=FALSE)
124 * 1851: function wrapJS($string, $linebreak=TRUE)
125 * 1882: function xml2tree($string,$depth=999)
126 * 1969: function array2xml($array,$NSprefix='',$level=0,$docTag='phparray',$spaceInd=0, $options=array(),$stackData=array())
127 * 2088: function xml2array($string,$NSprefix='',$reportDocTag=FALSE)
128 * 2198: function xmlRecompileFromStructValArray($vals)
129 * 2242: function xmlGetHeaderAttribs($xmlData)
131 * SECTION: FILES FUNCTIONS
132 * 2275: function getURL($url, $includeHeader=0)
133 * 2342: function writeFile($file,$content)
134 * 2367: function fixPermissions($file)
135 * 2384: function writeFileToTypo3tempDir($filepath,$content)
136 * 2427: function mkdir($theNewFolder)
137 * 2446: function mkdir_deep($destination,$deepDir)
138 * 2468: function get_dirs($path)
139 * 2493: function getFilesInDir($path,$extensionList='',$prependPath=0,$order='')
140 * 2547: function getAllFilesAndFoldersInPath($fileArr,$path,$extList='',$regDirs=0,$recursivityLevels=99)
141 * 2570: function removePrefixPathFromList($fileArr,$prefixToRemove)
142 * 2586: function fixWindowsFilePath($theFile)
143 * 2598: function resolveBackPath($pathStr)
144 * 2626: function locationHeaderUrl($path)
146 * SECTION: DEBUG helper FUNCTIONS
147 * 2666: function debug_ordvalue($string,$characters=100)
148 * 2683: function view_array($array_in)
149 * 2711: function print_array($array_in)
150 * 2726: function debug($var="",$brOrHeader=0)
151 * 2757: function debug_trail()
152 * 2779: function debugRows($rows,$header='')
154 * SECTION: SYSTEM INFORMATION
155 * 2857: function getThisUrl()
156 * 2873: function linkThisScript($getParams=array())
157 * 2897: function linkThisUrl($url,$getParams=array())
158 * 2920: function getIndpEnv($getEnvName)
159 * 3113: function milliseconds()
160 * 3125: function clientInfo($useragent='')
162 * SECTION: TYPO3 SPECIFIC FUNCTIONS
163 * 3212: function getFileAbsFileName($filename,$onlyRelative=1,$relToTYPO3_mainDir=0)
164 * 3248: function validPathStr($theFile)
165 * 3259: function isAbsPath($path)
166 * 3270: function isAllowedAbsPath($path)
167 * 3287: function verifyFilenameAgainstDenyPattern($filename)
168 * 3305: function upload_copy_move($source,$destination)
169 * 3331: function upload_to_tempfile($uploadedFileName)
170 * 3349: function unlink_tempfile($uploadedTempFileName)
171 * 3365: function tempnam($filePrefix)
172 * 3379: function stdAuthCode($uid_or_record,$fields='',$codeLength=8)
173 * 3410: function cHashParams($addQueryParams)
174 * 3433: function hideIfNotTranslated($l18n_cfg_fieldValue)
175 * 3448: function readLLfile($fileRef,$langKey)
176 * 3472: function readLLXMLfile($fileRef,$langKey)
177 * 3589: function llXmlAutoFileName($fileRef,$language)
178 * 3633: function loadTCA($table)
179 * 3653: function resolveSheetDefInDS($dataStructArray,$sheet='sDEF')
180 * 3686: function resolveAllSheetsInDS($dataStructArray)
181 * 3715: function callUserFunction($funcName,&$params,&$ref,$checkPrefix='user_',$silent=0)
182 * 3813: function &getUserObj($classRef,$checkPrefix='user_',$silent=0)
183 * 3871: function &makeInstance($className)
184 * 3883: function makeInstanceClassName($className)
185 * 3897: function &makeInstanceService($serviceType, $serviceSubType='', $excludeServiceKeys=array())
186 * 3961: function plainMailEncoded($email,$subject,$message,$headers='',$enc='',$charset='',$dontEncodeHeader=false)
187 * 4031: function quoted_printable($string,$maxlen=76)
188 * 4078: function encodeHeader($line,$enc='',$charset='ISO-8859-1')
189 * 4121: function substUrlsInPlainText($message,$urlmode='76',$index_script_url='')
190 * 4155: function makeRedirectUrl($inUrl,$l=0,$index_script_url='')
191 * 4182: function freetypeDpiComp($font_size)
192 * 4194: function initSysLog()
193 * 4251: function sysLog($msg, $extKey, $severity=0)
194 * 4334: function devLog($msg, $extKey, $severity=0, $dataVar=FALSE)
195 * 4355: function arrayToLogString($arr, $valueList=array(), $valueLength=20)
196 * 4378: function imageMagickCommand($command, $parameters, $path='')
197 * 4425: function unQuoteFilenames($parameters,$unQuote=FALSE)
198 * 4459: function quoteJSvalue($value, $inScriptTags = false)
200 * TOTAL FUNCTIONS: 138
201 * (This index is automatically created/updated by the extension "extdeveval")
217 * The legendary "t3lib_div" class - Miscellaneous functions for general purpose.
218 * Most of the functions does not relate specifically to TYPO3
219 * However a section of functions requires certain TYPO3 features available
220 * See comments in the source.
221 * You are encouraged to use this library in your own scripts!
224 * The class is intended to be used without creating an instance of it.
225 * So: Don't instantiate - call functions with "t3lib_div::" prefixed the function name.
226 * So use t3lib_div::[method-name] to refer to the functions, eg. 't3lib_div::milliseconds()'
228 * @author Kasper Skaarhoj <kasperYYYY@typo3.com>
232 final class t3lib_div
{
234 // Severity constants used by t3lib_div::sysLog()
235 const SYSLOG_SEVERITY_INFO
= 0;
236 const SYSLOG_SEVERITY_NOTICE
= 1;
237 const SYSLOG_SEVERITY_WARNING
= 2;
238 const SYSLOG_SEVERITY_ERROR
= 3;
239 const SYSLOG_SEVERITY_FATAL
= 4;
245 /*************************
250 * Input GET/POST variables in PHP may have their quotes escaped with "\" or not depending on configuration.
251 * TYPO3 has always converted quotes to BE escaped if the configuration told that they would not be so.
252 * But the clean solution is that quotes are never escaped and that is what the functions below offers.
253 * Eventually TYPO3 should provide this in the global space as well.
254 * In the transitional phase (or forever..?) we need to encourage EVERY to read and write GET/POST vars through the API functions below.
256 *************************/
259 * Returns the 'GLOBAL' value of incoming data from POST or GET, with priority to POST (that is equalent to 'GP' order)
260 * Strips slashes from all output, both strings and arrays.
261 * This function substitutes t3lib_div::GPvar()
262 * To enhancement security in your scripts, please consider using t3lib_div::_GET or t3lib_div::_POST if you already know by which method your data is arriving to the scripts!
265 * @param string GET/POST var to return
266 * @return mixed POST var named $var and if not set, the GET var of the same name.
269 public static function _GP($var) {
270 if(empty($var)) return;
271 $value = isset($_POST[$var]) ?
$_POST[$var] : $_GET[$var];
273 if (is_array($value)) { t3lib_div
::stripSlashesOnArray($value); } else { $value = stripslashes($value); }
279 * Returns the global GET array (or value from) normalized to contain un-escaped values.
280 * ALWAYS use this API function to acquire the GET variables!
283 * @param string Optional pointer to value in GET array (basically name of GET var)
284 * @return mixed If $var is set it returns the value of $_GET[$var]. If $var is NULL (default), returns $_GET itself. In any case *slashes are stipped from the output!*
285 * @see _POST(), _GP(), _GETset()
287 public static function _GET($var=NULL) {
288 $value = ($var === NULL) ?
$_GET : (empty($var) ?
NULL : $_GET[$var]);
289 if (isset($value)) { // Removes slashes since TYPO3 has added them regardless of magic_quotes setting.
290 if (is_array($value)) { t3lib_div
::stripSlashesOnArray($value); } else { $value = stripslashes($value); }
296 * Returns the global POST array (or value from) normalized to contain un-escaped values.
297 * ALWAYS use this API function to acquire the POST variables!
300 * @param string Optional pointer to value in POST array (basically name of POST var)
301 * @return mixed If $var is set it returns the value of $_POST[$var]. If $var is NULL (default), returns $_POST itself. In any case *slashes are stipped from the output!*
304 public static function _POST($var=NULL) {
305 $value = ($var === NULL) ?
$_POST : (empty($var) ?
NULL : $_POST[$var]);
306 if (isset($value)) { // Removes slashes since TYPO3 has added them regardless of magic_quotes setting.
307 if (is_array($value)) { t3lib_div
::stripSlashesOnArray($value); } else { $value = stripslashes($value); }
313 * Writes input value to $_GET
316 * @param mixed Array to write to $_GET. Values should NOT be escaped at input time (but will be escaped before writing according to TYPO3 standards).
317 * @param string Alternative key; If set, this will not set the WHOLE GET array, but only the key in it specified by this value!
320 public static function _GETset($inputGet,$key='') {
321 // ADDS slashes since TYPO3 standard currently is that slashes MUST be applied (regardless of magic_quotes setting).
322 if (strcmp($key,'')) {
323 if (is_array($inputGet)) {
324 t3lib_div
::addSlashesOnArray($inputGet);
326 $inputGet = addslashes($inputGet);
328 $GLOBALS['HTTP_GET_VARS'][$key] = $_GET[$key] = $inputGet;
329 } elseif (is_array($inputGet)) {
330 t3lib_div
::addSlashesOnArray($inputGet);
331 $GLOBALS['HTTP_GET_VARS'] = $_GET = $inputGet;
337 * Returns the 'GLOBAL' value of incoming data from POST or GET, with priority to POST (that is equalent to 'GP' order)
338 * Strips slashes of string-outputs, but not arrays UNLESS $strip is set. If $strip is set all output will have escaped characters unescaped.
341 * @param string GET/POST var to return
342 * @param boolean If set, values are stripped of return values that are *arrays!* - string/integer values returned are always strip-slashed()
343 * @return mixed POST var named $var and if not set, the GET var of the same name.
344 * @deprecated Use t3lib_div::_GP instead (ALWAYS delivers a value with un-escaped values!)
347 public static function GPvar($var,$strip=0) {
348 if(empty($var)) return;
349 $value = isset($_POST[$var]) ?
$_POST[$var] : $_GET[$var];
350 if (isset($value) && is_string($value)) { $value = stripslashes($value); } // Originally check '&& get_magic_quotes_gpc() ' but the values of $_GET are always slashed regardless of get_magic_quotes_gpc() because HTTP_POST/GET_VARS are run through addSlashesOnArray in the very beginning of index_ts.php eg.
351 if ($strip && isset($value) && is_array($value)) { t3lib_div
::stripSlashesOnArray($value); }
356 * Returns the GET/POST global arrays merged with POST taking precedence.
359 * @param string Key (variable name) from GET or POST vars
360 * @return array Returns the GET vars merged recursively onto the POST vars.
364 public static function GParrayMerged($var) {
365 $postA = is_array($_POST[$var]) ?
$_POST[$var] : array();
366 $getA = is_array($_GET[$var]) ?
$_GET[$var] : array();
367 $mergedA = t3lib_div
::array_merge_recursive_overrule($getA,$postA);
368 t3lib_div
::stripSlashesOnArray($mergedA);
373 * Wrapper for the RemoveXSS function.
374 * Removes potential XSS code from an input string.
376 * Using an external class by Travis Puderbaugh <kallahar@quickwired.com>
378 * @param string Input string
379 * @return string Input string with potential XSS code removed
381 public function removeXSS($string) {
382 require_once(PATH_typo3
.'contrib/RemoveXSS/RemoveXSS.php');
383 $string = RemoveXSS
::RemoveXSS($string);
396 /*************************
400 *************************/
404 * Compressing a GIF file if not already LZW compressed
405 * This function is a workaround for the fact that ImageMagick and/or GD does not compress GIF-files to their minimun size (that is RLE or no compression used)
407 * The function takes a file-reference, $theFile, and saves it again through GD or ImageMagick in order to compress the file
409 * If $type is not set, the compression is done with ImageMagick (provided that $GLOBALS['TYPO3_CONF_VARS']['GFX']['im_path_lzw'] is pointing to the path of a lzw-enabled version of 'convert') else with GD (should be RLE-enabled!)
410 * If $type is set to either 'IM' or 'GD' the compression is done with ImageMagick and GD respectively
414 * $theFile is expected to be a valid GIF-file!
415 * The function returns a code for the operation.
418 * @param string Filepath
419 * @param string See description of function
420 * @return string Returns "GD" if GD was used, otherwise "IM" if ImageMagick was used. If nothing done at all, it returns empty string.
423 public static function gif_compress($theFile, $type) {
424 $gfxConf = $GLOBALS['TYPO3_CONF_VARS']['GFX'];
426 if ($gfxConf['gif_compress'] && strtolower(substr($theFile,-4,4))=='.gif') { // GIF...
427 if (($type=='IM' ||
!$type) && $gfxConf['im'] && $gfxConf['im_path_lzw']) { // IM
428 $cmd = t3lib_div
::imageMagickCommand('convert', '"'.$theFile.'" "'.$theFile.'"', $gfxConf['im_path_lzw']);
432 } elseif (($type=='GD' ||
!$type) && $gfxConf['gdlib'] && !$gfxConf['gdlib_png']) { // GD
433 $tempImage = imageCreateFromGif($theFile);
434 imageGif($tempImage, $theFile);
435 imageDestroy($tempImage);
443 * Converts a png file to gif
444 * This converts a png file to gif IF the FLAG $GLOBALS['TYPO3_CONF_VARS']['FE']['png_to_gif'] is set true.
447 * @param string $theFile the filename with path
448 * @return string new filename
451 public static function png_to_gif_by_imagemagick($theFile) {
452 if ($GLOBALS['TYPO3_CONF_VARS']['FE']['png_to_gif']
453 && $GLOBALS['TYPO3_CONF_VARS']['GFX']['im']
454 && $GLOBALS['TYPO3_CONF_VARS']['GFX']['im_path_lzw']
455 && strtolower(substr($theFile,-4,4))=='.png'
456 && @is_file
($theFile)) { // IM
457 $newFile = substr($theFile,0,-4).'.gif';
458 $cmd = t3lib_div
::imageMagickCommand('convert', '"'.$theFile.'" "'.$newFile.'"', $GLOBALS['TYPO3_CONF_VARS']['GFX']['im_path_lzw']);
461 // unlink old file?? May be bad idea bacause TYPO3 would then recreate the file every time as TYPO3 thinks the file is not generated because it's missing!! So do not unlink $theFile here!!
467 * Returns filename of the png/gif version of the input file (which can be png or gif).
468 * If input file type does not match the wanted output type a conversion is made and temp-filename returned.
471 * @param string Filepath of image file
472 * @param boolean If set, then input file is converted to PNG, otherwise to GIF
473 * @return string If the new image file exists, it's filepath is returned
476 public static function read_png_gif($theFile,$output_png=0) {
477 if ($GLOBALS['TYPO3_CONF_VARS']['GFX']['im'] && @is_file
($theFile)) {
478 $ext = strtolower(substr($theFile,-4,4));
480 ((string)$ext=='.png' && $output_png) ||
481 ((string)$ext=='.gif' && !$output_png)
485 $newFile = PATH_site
.'typo3temp/readPG_'.md5($theFile.'|'.filemtime($theFile)).($output_png?
'.png':'.gif');
486 $cmd = t3lib_div
::imageMagickCommand('convert', '"'.$theFile.'" "'.$newFile.'"', $GLOBALS['TYPO3_CONF_VARS']['GFX']['im_path']);
488 if (@is_file
($newFile)) return $newFile;
507 /*************************
511 *************************/
515 * Returns a new string of max. $chars length.
516 * If the string is longer, it will be truncated and appended with '...'.
519 * @param string string to truncate
520 * @param integer must be an integer with an absolute value of at least 4. if negative the string is cropped from the right end.
521 * @param string String to append to the output if it is truncated, default is '...'
522 * @return string new string
523 * @deprecated Works ONLY for single-byte charsets! USE t3lib_div::fixed_lgd_cs() instead
524 * @see fixed_lgd_pre()
526 public static function fixed_lgd($string,$origChars,$preStr='...') {
527 $chars = abs($origChars);
529 if(strlen($string)>$chars) {
530 return $origChars < 0 ?
531 $preStr.trim(substr($string, -($chars-3))) :
532 trim(substr($string, 0, $chars-3)).$preStr;
540 * Returns a new string of max. $chars length.
541 * If the string is longer, it will be truncated and prepended with '...'.
542 * This works like fixed_lgd, but is truncated in the start of the string instead of the end
545 * @param string string to truncate
546 * @param integer must be an integer of at least 4
547 * @return string new string
548 * @deprecated Use either fixed_lgd() or fixed_lgd_cs() (with negative input value for $chars)
551 public static function fixed_lgd_pre($string,$chars) {
552 return strrev(t3lib_div
::fixed_lgd(strrev($string),$chars));
556 * Truncates a string with appended/prepended "..." and takes backend character set into consideration
557 * Use only from backend!
560 * @param string string to truncate
561 * @param integer must be an integer with an absolute value of at least 4. if negative the string is cropped from the right end.
562 * @return string New string
565 public static function fixed_lgd_cs($string,$chars) {
566 if (is_object($GLOBALS['LANG'])) {
567 return $GLOBALS['LANG']->csConvObj
->crop($GLOBALS['LANG']->charSet
,$string,$chars,'...');
569 return t3lib_div
::fixed_lgd($string, $chars);
574 * Breaks up the text for emails
577 * @param string The string to break up
578 * @param string The string to implode the broken lines with (default/typically \n)
579 * @param integer The line length
580 * @deprecated Use PHP function wordwrap()
583 public static function breakTextForEmail($str,$implChar="\n",$charWidth=76) {
584 $lines = explode(chr(10),$str);
586 foreach ($lines as $lStr) {
587 $outArr[] = t3lib_div
::breakLinesForEmail($lStr,$implChar,$charWidth);
589 return implode(chr(10),$outArr);
593 * Breaks up a single line of text for emails
596 * @param string The string to break up
597 * @param string The string to implode the broken lines with (default/typically \n)
598 * @param integer The line length
600 * @see breakTextForEmail()
602 public static function breakLinesForEmail($str,$implChar="\n",$charWidth=76) {
606 while(strlen($str)>$p) {
607 $substr=substr($str,$p,$l);
608 if (strlen($substr)==$l) {
609 $count = count(explode(' ',trim(strrev($substr))));
610 if ($count>1) { // OK...
611 $parts = explode(' ',strrev($substr),2);
612 $theLine = strrev($parts[1]);
614 $afterParts = explode(' ',substr($str,$l+
$p),2);
615 $theLine = $substr.$afterParts[0];
617 if (!strlen($theLine)) {break; } // Error, because this would keep us in an endless loop.
622 $lines[]=trim($theLine);
623 $p+
=strlen($theLine);
624 if (!trim(substr($str,$p,$l))) break; // added...
626 return implode($implChar,$lines);
630 * Match IP number with list of numbers with wildcard
631 * Dispatcher method for switching into specialised IPv4 and IPv6 methods.
634 * @param string $baseIP is the current remote IP address for instance, typ. REMOTE_ADDR
635 * @param string $list is a comma-list of IP-addresses to match with. *-wildcard allowed instead of number, plus leaving out parts in the IP number is accepted as wildcard (eg. 192.168.*.* equals 192.168). If list is "*" no check is done and the function returns TRUE immediately. An empty list always returns FALSE.
636 * @return boolean True if an IP-mask from $list matches $baseIP
638 public static function cmpIP($baseIP, $list) {
642 } elseif ($list === '*') {
645 if (strpos($baseIP, ':') !== false && t3lib_div
::validIPv6($baseIP)) {
646 return t3lib_div
::cmpIPv6($baseIP, $list);
648 return t3lib_div
::cmpIPv4($baseIP, $list);
653 * Match IPv4 number with list of numbers with wildcard
655 * @param string $baseIP is the current remote IP address for instance, typ. REMOTE_ADDR
656 * @param string $list is a comma-list of IP-addresses to match with. *-wildcard allowed instead of number, plus leaving out parts in the IP number is accepted as wildcard (eg. 192.168.*.* equals 192.168)
657 * @return boolean True if an IP-mask from $list matches $baseIP
659 public static function cmpIPv4($baseIP, $list) {
660 $IPpartsReq = explode('.',$baseIP);
661 if (count($IPpartsReq)==4) {
662 $values = t3lib_div
::trimExplode(',',$list,1);
664 foreach($values as $test) {
665 list($test,$mask) = explode('/',$test);
669 $lnet = ip2long($test);
670 $lip = ip2long($baseIP);
671 $binnet = str_pad( decbin($lnet),32,'0','STR_PAD_LEFT');
672 $firstpart = substr($binnet,0,$mask);
673 $binip = str_pad( decbin($lip),32,'0','STR_PAD_LEFT');
674 $firstip = substr($binip,0,$mask);
675 $yes = (strcmp($firstpart,$firstip)==0);
678 $IPparts = explode('.',$test);
680 foreach ($IPparts as $index => $val) {
682 if (strcmp($val,'*') && strcmp($IPpartsReq[$index],$val)) {
687 if ($yes) return true;
694 * Match IPv6 address with a list of IPv6 prefixes
696 * @param string $baseIP is the current remote IP address for instance
697 * @param string $list is a comma-list of IPv6 prefixes, could also contain IPv4 addresses
698 * @return boolean True if an baseIP matches any prefix
700 public static function cmpIPv6($baseIP, $list) {
701 $success = false; // Policy default: Deny connection
702 $baseIP = t3lib_div
::normalizeIPv6($baseIP);
704 $values = t3lib_div
::trimExplode(',',$list,1);
705 foreach ($values as $test) {
706 list($test,$mask) = explode('/',$test);
707 if (t3lib_div
::validIPv6($test)) {
708 $test = t3lib_div
::normalizeIPv6($test);
710 switch ($mask) { // test on /48 /64
712 $testBin = substr(t3lib_div
::IPv6Hex2Bin($test), 0, 48);
713 $baseIPBin = substr(t3lib_div
::IPv6Hex2Bin($baseIP), 0, 48);
714 $success = strcmp($testBin, $baseIPBin)==0 ?
true : false;
717 $testBin = substr(t3lib_div
::IPv6Hex2Bin($test), 0, 64);
718 $baseIPBin = substr(t3lib_div
::IPv6Hex2Bin($baseIP), 0, 64);
719 $success = strcmp($testBin, $baseIPBin)==0 ?
true : false;
725 if (t3lib_div
::validIPv6($test)) { // test on full ip address 128 bits
726 $testBin = t3lib_div
::IPv6Hex2Bin($test);
727 $baseIPBin = t3lib_div
::IPv6Hex2Bin($baseIP);
728 $success = strcmp($testBin, $baseIPBin)==0 ?
true : false;
732 if ($success) return true;
738 * [Describe function...]
740 * @param [type] $hex: ...
743 public static function IPv6Hex2Bin ($hex) {
745 $hex = str_replace(':', '', $hex); // Replace colon to nothing
746 for ($i=0; $i<strlen($hex); $i=$i+
2) {
747 $bin.= chr(hexdec(substr($hex, $i, 2)));
753 * Normalize an IPv6 address to full length
755 * @param string Given IPv6 address
756 * @return string Normalized address
758 public static function normalizeIPv6($address) {
759 $normalizedAddress = '';
760 $stageOneAddress = '';
762 $chunks = explode('::', $address); // Count 2 if if address has hidden zero blocks
763 if (count($chunks)==2) {
764 $chunksLeft = explode(':', $chunks[0]);
765 $chunksRight = explode(':', $chunks[1]);
766 $left = count($chunksLeft);
767 $right = count($chunksRight);
769 // Special case: leading zero-only blocks count to 1, should be 0
770 if ($left==1 && strlen($chunksLeft[0])==0) $left=0;
772 $hiddenBlocks = 8 - ($left +
$right);
774 while ($h<$hiddenBlocks) {
775 $hiddenPart .= '0000:';
780 $stageOneAddress = $hiddenPart . $chunks[1];
782 $stageOneAddress = $chunks[0] . ':' . $hiddenPart . $chunks[1];
784 } else $stageOneAddress = $address;
786 // normalize the blocks:
787 $blocks = explode(':', $stageOneAddress);
789 foreach ($blocks as $block) {
792 $hiddenZeros = 4 - strlen($block);
793 while ($i < $hiddenZeros) {
797 $normalizedAddress .= $tmpBlock . $block;
798 if ($divCounter < 7) {
799 $normalizedAddress .= ':';
803 return $normalizedAddress;
807 * Validate a given IP address.
809 * Possible format are IPv4 and IPv6.
811 * @param string IP address to be tested
812 * @return boolean True if $ip is either of IPv4 or IPv6 format.
814 public static function validIP($ip) {
815 if (strpos($ip, ':') === false) {
816 return t3lib_div
::validIPv4($ip);
818 return t3lib_div
::validIPv6($ip);
823 * Validate a given IP address to the IPv4 address format.
825 * Example for possible format: 10.0.45.99
827 * @param string IP address to be tested
828 * @return boolean True if $ip is of IPv4 format.
830 public static function validIPv4($ip) {
831 $parts = explode('.', $ip);
832 if (count($parts)==4 &&
833 t3lib_div
::testInt($parts[0]) && $parts[0]>=1 && $parts[0]<256 &&
834 t3lib_div
::testInt($parts[1]) && $parts[0]>=0 && $parts[0]<256 &&
835 t3lib_div
::testInt($parts[2]) && $parts[0]>=0 && $parts[0]<256 &&
836 t3lib_div
::testInt($parts[3]) && $parts[0]>=0 && $parts[0]<256) {
844 * Validate a given IP address to the IPv6 address format.
846 * Example for possible format: 43FB::BB3F:A0A0:0 | ::1
848 * @param string IP address to be tested
849 * @return boolean True if $ip is of IPv6 format.
851 public static function validIPv6($ip) {
852 $uppercaseIP = strtoupper($ip);
855 $regex.= '(([\dA-F]{1,4}:){7}[\dA-F]{1,4})|';
856 $regex.= '(([\dA-F]{1,4}){1}::([\dA-F]{1,4}:){1,5}[\dA-F]{1,4})|';
857 $regex.= '(([\dA-F]{1,4}:){2}:([\dA-F]{1,4}:){1,4}[\dA-F]{1,4})|';
858 $regex.= '(([\dA-F]{1,4}:){3}:([\dA-F]{1,4}:){1,3}[\dA-F]{1,4})|';
859 $regex.= '(([\dA-F]{1,4}:){4}:([\dA-F]{1,4}:){1,2}[\dA-F]{1,4})|';
860 $regex.= '(([\dA-F]{1,4}:){5}:([\dA-F]{1,4}:){0,1}[\dA-F]{1,4})|';
861 $regex.= '(::([\dA-F]{1,4}:){0,6}[\dA-F]{1,4})';
864 return preg_match($regex, $uppercaseIP) ?
true : false;
868 * Match fully qualified domain name with list of strings with wildcard
870 * @param string The current remote IP address for instance, typ. REMOTE_ADDR
871 * @param string A comma-list of domain names to match with. *-wildcard allowed but cannot be part of a string, so it must match the full host name (eg. myhost.*.com => correct, myhost.*domain.com => wrong)
872 * @return boolean True if a domain name mask from $list matches $baseIP
874 public static function cmpFQDN($baseIP, $list) {
875 if (count(explode('.',$baseIP))==4) {
876 $resolvedHostName = explode('.', gethostbyaddr($baseIP));
877 $values = t3lib_div
::trimExplode(',',$list,1);
879 foreach($values as $test) {
880 $hostNameParts = explode('.',$test);
883 foreach($hostNameParts as $index => $val) {
885 if (strcmp($val,'*') && strcmp($resolvedHostName[$index],$val)) {
889 if ($yes) return true;
896 * Check for item in list
897 * Check if an item exists in a comma-separated list of items.
900 * @param string comma-separated list of items (string)
901 * @param string item to check for
902 * @return boolean true if $item is in $list
904 public static function inList($list, $item) {
905 return (strpos(','.$list.',', ','.$item.',')!==false ?
true : false);
909 * Removes an item from a comma-separated list of items.
912 * @param string element to remove
913 * @param string comma-separated list of items (string)
914 * @return string new comma-separated list of items
916 public static function rmFromList($element,$list) {
917 $items = explode(',',$list);
918 foreach ($items as $k => $v) {
923 return implode(',',$items);
927 * Expand a comma-separated list of integers with ranges (eg 1,3-5,7 becomes 1,3,4,5,7).
928 * Ranges are limited to 1000 values per range.
930 * @param string comma-separated list of integers with ranges (string)
931 * @return string new comma-separated list of items
932 * @author Martin Kutschker <martin.kutschker@activesolution.at>
934 public static function expandList($list) {
935 $items = explode(',',$list);
937 foreach ($items as $item) {
938 $range = explode('-',$item);
939 if (isset($range[1])) {
940 $runAwayBrake = 1000;
941 for ($n=$range[0]; $n<=$range[1]; $n++
) {
945 if ($runAwayBrake<=0) break;
951 return implode(',',$list);
955 * Forces the integer $theInt into the boundaries of $min and $max. If the $theInt is 'false' then the $zeroValue is applied.
958 * @param integer Input value
959 * @param integer Lower limit
960 * @param integer Higher limit
961 * @param integer Default value if input is false.
962 * @return integer The input value forced into the boundaries of $min and $max
964 public static function intInRange($theInt,$min,$max=2000000000,$zeroValue=0) {
965 // Returns $theInt as an integer in the integerspace from $min to $max
966 $theInt = intval($theInt);
967 if ($zeroValue && !$theInt) {$theInt=$zeroValue;} // If the input value is zero after being converted to integer, zeroValue may set another default value for it.
968 if ($theInt<$min){$theInt=$min;}
969 if ($theInt>$max){$theInt=$max;}
974 * Returns the $integer if greater than zero, otherwise returns zero.
977 * @param integer Integer string to process
980 public static function intval_positive($theInt) {
981 $theInt = intval($theInt);
982 if ($theInt<0){$theInt=0;}
987 * Returns an integer from a three part version number, eg '4.12.3' -> 4012003
990 * @param string Version number on format x.x.x
991 * @return integer Integer version of version number (where each part can count to 999)
993 public static function int_from_ver($verNumberStr) {
994 $verParts = explode('.',$verNumberStr);
995 return intval((int)$verParts[0].str_pad((int)$verParts[1],3,'0',STR_PAD_LEFT
).str_pad((int)$verParts[2],3,'0',STR_PAD_LEFT
));
999 * Returns true if the current TYPO3 version (or compatibility version) is compatible to the input version
1000 * Notice that this function compares branches, not versions (4.0.1 would be > 4.0.0 although they use the same compat_version)
1002 * @param string Minimum branch number required (format x.y / e.g. "4.0" NOT "4.0.0"!)
1003 * @return boolean Returns true if this setup is compatible with the provided version number
1004 * @todo Still needs a function to convert versions to branches
1006 public static function compat_version($verNumberStr) {
1007 global $TYPO3_CONF_VARS;
1008 $currVersionStr = $TYPO3_CONF_VARS['SYS']['compat_version'] ?
$TYPO3_CONF_VARS['SYS']['compat_version'] : TYPO3_branch
;
1010 if (t3lib_div
::int_from_ver($currVersionStr) < t3lib_div
::int_from_ver($verNumberStr)) {
1018 * Makes a positive integer hash out of the first 7 chars from the md5 hash of the input
1021 * @param string String to md5-hash
1022 * @return integer Returns 28bit integer-hash
1024 public static function md5int($str) {
1025 return hexdec(substr(md5($str),0,7));
1029 * Returns the first 10 positions of the MD5-hash (changed from 6 to 10 recently)
1033 * @param string Input string to be md5-hashed
1034 * @param integer The string-length of the output
1035 * @return string Substring of the resulting md5-hash, being $len chars long (from beginning)
1037 public static function shortMD5($input, $len=10) {
1038 return substr(md5($input),0,$len);
1042 * Takes comma-separated lists and arrays and removes all duplicates
1043 * If a value in the list is trim(empty), the value is ignored.
1046 * @param string Accept multiple parameters wich can be comma-separated lists of values and arrays.
1047 * @param mixed $secondParameter: Dummy field, which if set will show a warning!
1048 * @return string Returns the list without any duplicates of values, space around values are trimmed
1050 public static function uniqueList($in_list, $secondParameter=NULL) {
1051 if (is_array($in_list)) die('t3lib_div::uniqueList() does NOT support array arguments anymore! Only string comma lists!');
1052 if (isset($secondParameter)) die('t3lib_div::uniqueList() does NOT support more than a single argument value anymore. You have specified more than one.');
1054 return implode(',',array_unique(t3lib_div
::trimExplode(',',$in_list,1)));
1058 * Splits a reference to a file in 5 parts
1061 * @param string Filename/filepath to be analysed
1062 * @return array Contains keys [path], [file], [filebody], [fileext], [realFileext]
1064 public static function split_fileref($fileref) {
1066 if ( ereg('(.*/)(.*)$',$fileref,$reg) ) {
1067 $info['path'] = $reg[1];
1068 $info['file'] = $reg[2];
1071 $info['file'] = $fileref;
1074 if ( ereg('(.*)\.([^\.]*$)',$info['file'],$reg) ) {
1075 $info['filebody'] = $reg[1];
1076 $info['fileext'] = strtolower($reg[2]);
1077 $info['realFileext'] = $reg[2];
1079 $info['filebody'] = $info['file'];
1080 $info['fileext'] = '';
1087 * Returns the directory part of a path without trailing slash
1088 * If there is no dir-part, then an empty string is returned.
1091 * '/dir1/dir2/script.php' => '/dir1/dir2'
1092 * '/dir1/' => '/dir1'
1093 * 'dir1/script.php' => 'dir1'
1094 * 'd/script.php' => 'd'
1095 * '/script.php' => ''
1099 * @param string Directory name / path
1100 * @return string Processed input value. See function description.
1102 public static function dirname($path) {
1103 $p = t3lib_div
::revExplode('/',$path,2);
1104 return count($p)==2 ?
$p[0] : '';
1108 * Modifies a HTML Hex color by adding/subtracting $R,$G and $B integers
1111 * @param string A hexadecimal color code, #xxxxxx
1112 * @param integer Offset value 0-255
1113 * @param integer Offset value 0-255
1114 * @param integer Offset value 0-255
1115 * @return string A hexadecimal color code, #xxxxxx, modified according to input vars
1116 * @see modifyHTMLColorAll()
1118 public static function modifyHTMLColor($color,$R,$G,$B) {
1119 // This takes a hex-color (# included!) and adds $R, $G and $B to the HTML-color (format: #xxxxxx) and returns the new color
1120 $nR = t3lib_div
::intInRange(hexdec(substr($color,1,2))+
$R,0,255);
1121 $nG = t3lib_div
::intInRange(hexdec(substr($color,3,2))+
$G,0,255);
1122 $nB = t3lib_div
::intInRange(hexdec(substr($color,5,2))+
$B,0,255);
1124 substr('0'.dechex($nR),-2).
1125 substr('0'.dechex($nG),-2).
1126 substr('0'.dechex($nB),-2);
1130 * Modifies a HTML Hex color by adding/subtracting $all integer from all R/G/B channels
1133 * @param string A hexadecimal color code, #xxxxxx
1134 * @param integer Offset value 0-255 for all three channels.
1135 * @return string A hexadecimal color code, #xxxxxx, modified according to input vars
1136 * @see modifyHTMLColor()
1138 public static function modifyHTMLColorAll($color,$all) {
1139 return t3lib_div
::modifyHTMLColor($color,$all,$all,$all);
1143 * Removes comma (if present) in the end of string
1146 * @param string String from which the comma in the end (if any) will be removed.
1149 public static function rm_endcomma($string) {
1150 return ereg_replace(',$','',$string);
1154 * strtoupper which converts danish (and other characters) characters as well
1157 * @param string String to process
1159 * @deprecated Use t3lib_cs::conv_case() instead or for HTML output, wrap your content in <span class="uppercase">...</span>)
1162 public static function danish_strtoupper($string) {
1163 $value = strtoupper($string);
1164 return strtr($value, 'áéúíâêûôîæøåäöü', 'ÁÉÚÍÄËÜÖÏÆØÅÄÖÜ');
1168 * Change umlaut characters to plain ASCII with normally two character target
1169 * Only known characters will be converted, so don't expect a result for any character.
1173 * @param string String to convert.
1174 * @deprecated Works only for western europe single-byte charsets! Use t3lib_cs::specCharsToASCII() instead!
1177 public static function convUmlauts($str) {
1178 $pat = array ( '/ä/', '/Ä/', '/ö/', '/Ö/', '/ü/', '/Ü/', '/ß/', '/å/', '/Å/', '/ø/', '/Ø/', '/æ/', '/Æ/' );
1179 $repl = array ( 'ae', 'Ae', 'oe', 'Oe', 'ue', 'Ue', 'ss', 'aa', 'AA', 'oe', 'OE', 'ae', 'AE' );
1180 return preg_replace($pat,$repl,$str);
1184 * Tests if the input is an integer.
1187 * @param mixed Any input variable to test.
1188 * @return boolean Returns true if string is an integer
1190 public static function testInt($var) {
1191 return !strcmp($var,intval($var));
1195 * Returns true if the first part of $str matches the string $partStr
1198 * @param string Full string to check
1199 * @param string Reference string which must be found as the "first part" of the full string
1200 * @return boolean True if $partStr was found to be equal to the first part of $str
1202 public static function isFirstPartOfStr($str,$partStr) {
1203 // Returns true, if the first part of a $str equals $partStr and $partStr is not ''
1204 $psLen = strlen($partStr);
1206 return substr($str,0,$psLen)==(string)$partStr;
1207 } else return false;
1211 * Formats the input integer $sizeInBytes as bytes/kilobytes/megabytes (-/K/M)
1214 * @param integer Number of bytes to format.
1215 * @param string Labels for bytes, kilo, mega and giga separated by vertical bar (|) and possibly encapsulated in "". Eg: " | K| M| G" (which is the default value)
1216 * @return string Formatted representation of the byte number, for output.
1218 public static function formatSize($sizeInBytes,$labels='') {
1221 if (strlen($labels) == 0) {
1222 $labels = ' | K| M| G';
1224 $labels = str_replace('"','',$labels);
1226 $labelArr = explode('|',$labels);
1229 if ($sizeInBytes>900) {
1230 if ($sizeInBytes>900000000) { // GB
1231 $val = $sizeInBytes/(1024*1024*1024);
1232 return number_format($val, (($val<20)?
1:0), '.', '').$labelArr[3];
1234 elseif ($sizeInBytes>900000) { // MB
1235 $val = $sizeInBytes/(1024*1024);
1236 return number_format($val, (($val<20)?
1:0), '.', '').$labelArr[2];
1238 $val = $sizeInBytes/(1024);
1239 return number_format($val, (($val<20)?
1:0), '.', '').$labelArr[1];
1242 return $sizeInBytes.$labelArr[0];
1247 * Returns microtime input to milliseconds
1250 * @param string Microtime
1251 * @return integer Microtime input string converted to an integer (milliseconds)
1253 public static function convertMicrotime($microtime) {
1254 $parts = explode(' ',$microtime);
1255 return round(($parts[0]+
$parts[1])*1000);
1259 * This splits a string by the chars in $operators (typical /+-*) and returns an array with them in
1262 * @param string Input string, eg "123 + 456 / 789 - 4"
1263 * @param string Operators to split by, typically "/+-*"
1264 * @return array Array with operators and operands separated.
1265 * @see tslib_cObj::calc(), tslib_gifBuilder::calcOffset()
1267 public static function splitCalc($string,$operators) {
1271 $valueLen=strcspn($string,$operators);
1272 $value=substr($string,0,$valueLen);
1273 $res[] = Array($sign,trim($value));
1274 $sign=substr($string,$valueLen,1);
1275 $string=substr($string,$valueLen+
1);
1282 * Calculates the input by +,-,*,/,%,^ with priority to + and -
1285 * @param string Input string, eg "123 + 456 / 789 - 4"
1286 * @return integer Calculated value. Or error string.
1287 * @see calcParenthesis()
1289 public static function calcPriority($string) {
1290 $string=ereg_replace('[[:space:]]*','',$string); // removing all whitespace
1291 $string='+'.$string; // Ensuring an operator for the first entrance
1293 $regex = '(['.$qm.'])(['.$qm.']?[0-9\.]*)';
1294 // split the expression here:
1296 preg_match_all('/'.$regex.'/',$string,$reg);
1302 $buffer=doubleval(current($reg[2]));
1303 next($reg[2]); // Advance pointer
1305 while(list($k,$v)=each($reg[2])) {
1307 $sign = $reg[1][$k];
1308 if ($sign=='+' ||
$sign=='-') {
1309 $number = $Msign=='-' ?
$number-=$buffer : $number+
=$buffer;
1313 if ($sign=='/') {if ($v) $buffer/=$v; else $err='dividing by zero';}
1314 if ($sign=='%') {if ($v) $buffer%
=$v; else $err='dividing by zero';}
1315 if ($sign=='*') {$buffer*=$v;}
1316 if ($sign=='^') {$buffer=pow($buffer,$v);}
1319 $number = $Msign=='-' ?
$number-=$buffer : $number+
=$buffer;
1320 return $err ?
'ERROR: '.$err : $number;
1324 * Calculates the input with parenthesis levels
1327 * @param string Input string, eg "(123 + 456) / 789 - 4"
1328 * @return integer Calculated value. Or error string.
1329 * @see calcPriority(), tslib_cObj::stdWrap()
1331 public static function calcParenthesis($string) {
1334 $valueLenO=strcspn($string,'(');
1335 $valueLenC=strcspn($string,')');
1336 if ($valueLenC==strlen($string) ||
$valueLenC < $valueLenO) {
1337 $value = t3lib_div
::calcPriority(substr($string,0,$valueLenC));
1338 $string = $value.substr($string,$valueLenC+
1);
1341 $string = substr($string,0,$valueLenO).t3lib_div
::calcParenthesis(substr($string,$valueLenO+
1));
1345 if ($securC<=0) break;
1346 } while($valueLenO<strlen($string));
1351 * Inverse version of htmlspecialchars()
1354 * @param string Value where >, <, " and & should be converted to regular chars.
1355 * @return string Converted result.
1357 public static function htmlspecialchars_decode($value) {
1358 $value = str_replace('>','>',$value);
1359 $value = str_replace('<','<',$value);
1360 $value = str_replace('"','"',$value);
1361 $value = str_replace('&','&',$value);
1366 * Re-converts HTML entities if they have been converted by htmlspecialchars()
1369 * @param string String which contains eg. "&amp;" which should stay "&". Or "&#1234;" to "Ӓ". Or "&#x1b;" to ""
1370 * @return string Converted result.
1372 public static function deHSCentities($str) {
1373 return ereg_replace('&([#[:alnum:]]*;)','&\1',$str);
1377 * This function is used to escape any ' -characters when transferring text to JavaScript!
1380 * @param string String to escape
1381 * @param boolean If set, also backslashes are escaped.
1382 * @param string The character to escape, default is ' (single-quote)
1383 * @return string Processed input string
1385 public static function slashJS($string,$extended=0,$char="'") {
1386 if ($extended) {$string = str_replace ("\\", "\\\\", $string);}
1387 return str_replace ($char, "\\".$char, $string);
1391 * Version of rawurlencode() where all spaces (%20) are re-converted to space-characters.
1392 * Usefull when passing text to JavaScript where you simply url-encode it to get around problems with syntax-errors, linebreaks etc.
1395 * @param string String to raw-url-encode with spaces preserved
1396 * @return string Rawurlencoded result of input string, but with all %20 (space chars) converted to real spaces.
1398 public static function rawUrlEncodeJS($str) {
1399 return str_replace('%20',' ',rawurlencode($str));
1403 * rawurlencode which preserves "/" chars
1404 * Usefull when filepaths should keep the "/" chars, but have all other special chars encoded.
1407 * @param string Input string
1408 * @return string Output string
1410 public static function rawUrlEncodeFP($str) {
1411 return str_replace('%2F','/',rawurlencode($str));
1415 * Checking syntax of input email address
1418 * @param string Input string to evaluate
1419 * @return boolean Returns true if the $email address (input string) is valid; Has a "@", domain name with at least one period and only allowed a-z characters.
1421 public static function validEmail($email) {
1422 $email = trim ($email);
1423 if (strpos($email,' ') !== false) {
1426 return ereg('^[A-Za-z0-9\._-]+[@][A-Za-z0-9\._-]+[\.].[A-Za-z0-9]+$',$email) ?
TRUE : FALSE;
1430 * Formats a string for output between <textarea>-tags
1431 * All content outputted in a textarea form should be passed through this function
1432 * Not only is the content htmlspecialchar'ed on output but there is also a single newline added in the top. The newline is necessary because browsers will ignore the first newline after <textarea> if that is the first character. Therefore better set it!
1435 * @param string Input string to be formatted.
1436 * @return string Formatted for <textarea>-tags
1438 public static function formatForTextarea($content) {
1439 return chr(10).htmlspecialchars($content);
1443 * Converts string to uppercase
1444 * The function converts all Latin characters (a-z, but no accents, etc) to
1445 * uppercase. It is safe for all supported character sets (incl. utf-8).
1446 * Unlike strtoupper() it does not honour the locale.
1448 * @param string Input string
1449 * @return string Uppercase String
1451 public static function strtoupper($str) {
1452 return strtr((string)$str, 'abcdefghijklmnopqrstuvwxyz', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ');
1456 * Converts string to lowercase
1457 * The function converts all Latin characters (A-Z, but no accents, etc) to
1458 * lowercase. It is safe for all supported character sets (incl. utf-8).
1459 * Unlike strtolower() it does not honour the locale.
1461 * @param string Input string
1462 * @return string Lowercase String
1464 public static function strtolower($str) {
1465 return strtr((string)$str, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz');
1479 /*************************
1483 *************************/
1486 * Check if an string item exists in an array.
1487 * Please note that the order of function parameters is reverse compared to the PHP function in_array()!!!
1489 * Comparison to PHP in_array():
1490 * -> $array = array(0, 1, 2, 3);
1491 * -> variant_a := t3lib_div::inArray($array, $needle)
1492 * -> variant_b := in_array($needle, $array)
1493 * -> variant_c := in_array($needle, $array, true)
1494 * +---------+-----------+-----------+-----------+
1495 * | $needle | variant_a | variant_b | variant_c |
1496 * +---------+-----------+-----------+-----------+
1497 * | '1a' | false | true | false |
1498 * | '' | false | true | false |
1499 * | '0' | true | true | false |
1500 * | 0 | true | true | true |
1501 * +---------+-----------+-----------+-----------+
1504 * @param array one-dimensional array of items
1505 * @param string item to check for
1506 * @return boolean true if $item is in the one-dimensional array $in_array
1509 public static function inArray(array $in_array, $item) {
1510 foreach ($in_array as $val) {
1511 if (!is_array($val) && !strcmp($val, $item)) {
1519 * Explodes a $string delimited by $delim and passes each item in the array through intval().
1520 * Corresponds to explode(), but with conversion to integers for all values.
1523 * @param string Delimiter string to explode with
1524 * @param string The string to explode
1525 * @return array Exploded values, all converted to integers
1527 public static function intExplode($delim, $string) {
1528 $temp = explode($delim,$string);
1529 foreach ($temp as &$val) {
1530 $val = intval($val);
1537 * Reverse explode which explodes the string counting from behind.
1538 * Thus t3lib_div::revExplode(':','my:words:here',2) will return array('my:words','here')
1541 * @param string Delimiter string to explode with
1542 * @param string The string to explode
1543 * @param integer Number of array entries
1544 * @return array Exploded values
1546 public static function revExplode($delim, $string, $count=0) {
1547 $temp = explode($delim,strrev($string),$count);
1548 foreach ($temp as &$val) {
1549 $val = strrev($val);
1551 $temp = array_reverse($temp);
1557 * Explodes a string and trims all values for whitespace in the ends.
1558 * If $onlyNonEmptyValues is set, then all blank ('') values are removed.
1561 * @param string Delimiter string to explode with
1562 * @param string The string to explode
1563 * @param boolean If set, all empty values (='') will NOT be set in output
1564 * @return array Exploded values
1566 public static function trimExplode($delim, $string, $onlyNonEmptyValues=0) {
1567 $array = explode($delim, $string);
1568 // for two perfomance reasons the loop is duplicated
1569 // a) avoid check for $onlyNonEmptyValues in foreach loop
1570 // b) avoid unnecessary code when $onlyNonEmptyValues is not set
1571 if ($onlyNonEmptyValues) {
1572 $new_array = array();
1573 foreach($array as $value) {
1574 $value = trim($value);
1576 $new_array[] = $value;
1579 // direct return for perfomance reasons
1583 foreach($array as &$value) {
1584 $value = trim($value);
1591 * Remove duplicate values from an array
1594 * @param array Array of values to make unique
1597 * @deprecated Use the PHP function array_unique instead
1599 public static function uniqueArray(array $valueArray) {
1600 return array_unique($valueArray);
1604 * Removes the value $cmpValue from the $array if found there. Returns the modified array
1607 * @param array Array containing the values
1608 * @param string Value to search for and if found remove array entry where found.
1609 * @return array Output array with entries removed if search string is found
1611 public static function removeArrayEntryByValue(array $array, $cmpValue) {
1612 foreach ($array as $k => $v) {
1614 $array[$k] = t3lib_div
::removeArrayEntryByValue($v, $cmpValue);
1615 } elseif (!strcmp($v, $cmpValue)) {
1624 * Implodes a multidim-array into GET-parameters (eg. ¶m[key][key2]=value2¶m[key][key3]=value3)
1627 * @param string Name prefix for entries. Set to blank if you wish none.
1628 * @param array The (multidim) array to implode
1629 * @param string (keep blank)
1630 * @param boolean If set, parameters which were blank strings would be removed.
1631 * @param boolean If set, the param name itself (for example "param[key][key2]") would be rawurlencoded as well.
1632 * @return string Imploded result, fx. ¶m[key][key2]=value2¶m[key][key3]=value3
1633 * @see explodeUrl2Array()
1635 public static function implodeArrayForUrl($name,array $theArray,$str='',$skipBlank=0,$rawurlencodeParamName=0) {
1636 foreach($theArray as $Akey => $AVal) {
1637 $thisKeyName = $name ?
$name.'['.$Akey.']' : $Akey;
1638 if (is_array($AVal)) {
1639 $str = t3lib_div
::implodeArrayForUrl($thisKeyName,$AVal,$str,$skipBlank,$rawurlencodeParamName);
1641 if (!$skipBlank ||
strcmp($AVal,'')) {
1642 $str.='&'.($rawurlencodeParamName ?
rawurlencode($thisKeyName) : $thisKeyName).
1643 '='.rawurlencode($AVal);
1651 * Explodes a string with GETvars (eg. "&id=1&type=2&ext[mykey]=3") into an array
1653 * @param string GETvars string
1654 * @param boolean If set, the string will be parsed into a multidimensional array if square brackets are used in variable names (using PHP function parse_str())
1655 * @return array Array of values. All values AND keys are rawurldecoded() as they properly should be. But this means that any implosion of the array again must rawurlencode it!
1656 * @see implodeArrayForUrl()
1658 public static function explodeUrl2Array($string,$multidim=FALSE) {
1661 parse_str($string,$output);
1663 $p = explode('&',$string);
1666 list($pK,$pV) = explode('=',$v,2);
1667 $output[rawurldecode($pK)] = rawurldecode($pV);
1675 * Returns an array with selected keys from incoming data.
1676 * (Better read source code if you want to find out...)
1679 * @param string List of variable/key names
1680 * @param array Array from where to get values based on the keys in $varList
1681 * @param boolean If set, then t3lib_div::_GP() is used to fetch the value if not found (isset) in the $getArray
1682 * @return array Output array with selected variables.
1684 public static function compileSelectedGetVarsFromArray($varList,array $getArray,$GPvarAlt=1) {
1685 $keys = t3lib_div
::trimExplode(',',$varList,1);
1687 foreach($keys as $v) {
1688 if (isset($getArray[$v])) {
1689 $outArr[$v] = $getArray[$v];
1690 } elseif ($GPvarAlt) {
1691 $outArr[$v] = t3lib_div
::_GP($v);
1699 * This function traverses a multidimentional array and adds slashes to the values.
1700 * NOTE that the input array is and argument by reference.!!
1701 * Twin-function to stripSlashesOnArray
1704 * @param array Multidimensional input array, (REFERENCE!)
1707 public static function addSlashesOnArray(array &$theArray) {
1708 foreach ($theArray as &$value) {
1709 if (is_array($value)) {
1710 t3lib_div
::addSlashesOnArray($value);
1712 $value = addslashes($value);
1720 * This function traverses a multidimentional array and strips slashes to the values.
1721 * NOTE that the input array is and argument by reference.!!
1722 * Twin-function to addSlashesOnArray
1725 * @param array Multidimensional input array, (REFERENCE!)
1728 public static function stripSlashesOnArray(array &$theArray) {
1729 foreach ($theArray as &$value) {
1730 if (is_array($value)) {
1731 t3lib_div
::stripSlashesOnArray($value);
1733 $value = stripslashes($value);
1740 * Either slashes ($cmd=add) or strips ($cmd=strip) array $arr depending on $cmd
1743 * @param array Multidimensional input array
1744 * @param string "add" or "strip", depending on usage you wish.
1747 public static function slashArray(array $arr,$cmd) {
1748 if ($cmd=='strip') t3lib_div
::stripSlashesOnArray($arr);
1749 if ($cmd=='add') t3lib_div
::addSlashesOnArray($arr);
1754 * Merges two arrays recursively and "binary safe" (integer keys are overridden as well), overruling similar values in the first array ($arr0) with the values of the second array ($arr1)
1755 * In case of identical keys, ie. keeping the values of the second.
1758 * @param array First array
1759 * @param array Second array, overruling the first array
1760 * @param boolean If set, keys that are NOT found in $arr0 (first array) will not be set. Thus only existing value can/will be overruled from second array.
1761 * @param boolean If set, values from $arr1 will overrule if they are empty or zero. Default: true
1762 * @return array Resulting array where $arr1 values has overruled $arr0 values
1764 public static function array_merge_recursive_overrule(array $arr0,array $arr1,$notAddKeys=0,$includeEmtpyValues=true) {
1765 foreach ($arr1 as $key => $val) {
1766 if(is_array($arr0[$key])) {
1767 if (is_array($arr1[$key])) {
1768 $arr0[$key] = t3lib_div
::array_merge_recursive_overrule($arr0[$key],$arr1[$key],$notAddKeys,$includeEmtpyValues);
1772 if (isset($arr0[$key])) {
1773 if ($includeEmtpyValues ||
$val) {
1778 if ($includeEmtpyValues ||
$val) {
1789 * An array_merge function where the keys are NOT renumbered as they happen to be with the real php-array_merge function. It is "binary safe" in the sense that integer keys are overridden as well.
1792 * @param array First array
1793 * @param array Second array
1794 * @return array Merged result.
1796 public static function array_merge(array $arr1,array $arr2) {
1801 * Takes a row and returns a CSV string of the values with $delim (default is ,) and $quote (default is ") as separator chars.
1804 * @param array Input array of values
1805 * @param string Delimited, default is comman
1806 * @param string Quote-character to wrap around the values.
1807 * @return string A single line of CSV
1809 public static function csvValues(array $row,$delim=',',$quote='"') {
1812 foreach ($row as $value) {
1813 $out[] = str_replace($quote, $quote.$quote, $value);
1815 $str = $quote.implode($quote.$delim.$quote,$out).$quote;
1820 * Creates recursively a JSON literal from a mulidimensional associative array.
1821 * Uses Services_JSON (http://mike.teczno.com/JSON/doc/)
1823 * @param array $jsonArray: The array to be transformed to JSON
1824 * @return string JSON string
1826 public static function array2json(array $jsonArray) {
1827 if (!$GLOBALS['JSON']) {
1828 require_once(PATH_typo3
.'contrib/json/json.php');
1829 $GLOBALS['JSON'] = t3lib_div
::makeInstance('Services_JSON');
1831 return $GLOBALS['JSON']->encode($jsonArray);
1835 * Removes dots "." from end of a key identifier of TypoScript styled array.
1836 * array('key.' => array('property.' => 'value')) --> array('key' => array('property' => 'value'))
1838 * @param array $ts: TypoScript configuration array
1839 * @return array TypoScript configuration array without dots at the end of all keys
1841 public static function removeDotsFromTS(array $ts) {
1843 foreach ($ts as $key => $value) {
1844 if (is_array($value)) {
1845 $key = rtrim($key, '.');
1846 $out[$key] = t3lib_div
::removeDotsFromTS($value);
1848 $out[$key] = $value;
1869 /*************************
1871 * HTML/XML PROCESSING
1873 *************************/
1876 * Returns an array with all attributes of the input HTML tag as key/value pairs. Attributes are only lowercase a-z
1877 * $tag is either a whole tag (eg '<TAG OPTION ATTRIB=VALUE>') or the parameterlist (ex ' OPTION ATTRIB=VALUE>')
1878 * If an attribute is empty, then the value for the key is empty. You can check if it existed with isset()
1881 * @param string HTML-tag string (or attributes only)
1882 * @return array Array with the attribute values.
1884 public static function get_tag_attributes($tag) {
1885 $components = t3lib_div
::split_tag_attributes($tag);
1886 $name = ''; // attribute name is stored here
1888 $attributes = array();
1889 foreach ($components as $key => $val) {
1890 if ($val != '=') { // Only if $name is set (if there is an attribute, that waits for a value), that valuemode is enabled. This ensures that the attribute is assigned it's value
1893 $attributes[$name] = $val;
1897 if ($key = strtolower(ereg_replace('[^a-zA-Z0-9]','',$val))) {
1898 $attributes[$key] = '';
1911 * Returns an array with the 'components' from an attribute list from an HTML tag. The result is normally analyzed by get_tag_attributes
1912 * Removes tag-name if found
1915 * @param string HTML-tag string (or attributes only)
1916 * @return array Array with the attribute values.
1919 public static function split_tag_attributes($tag) {
1920 $tag_tmp = trim(eregi_replace ('^<[^[:space:]]*','',trim($tag)));
1921 // Removes any > in the end of the string
1922 $tag_tmp = trim(eregi_replace ('>$','',$tag_tmp));
1925 while (strcmp($tag_tmp,'')) { // Compared with empty string instead , 030102
1926 $firstChar=substr($tag_tmp,0,1);
1927 if (!strcmp($firstChar,'"') ||
!strcmp($firstChar,"'")) {
1928 $reg=explode($firstChar,$tag_tmp,3);
1930 $tag_tmp=trim($reg[2]);
1931 } elseif (!strcmp($firstChar,'=')) {
1933 $tag_tmp = trim(substr($tag_tmp,1)); // Removes = chars.
1935 // There are '' around the value. We look for the next ' ' or '>'
1936 $reg = split('[[:space:]=]',$tag_tmp,2);
1937 $value[] = trim($reg[0]);
1938 $tag_tmp = trim(substr($tag_tmp,strlen($reg[0]),1).$reg[1]);
1946 * Implodes attributes in the array $arr for an attribute list in eg. and HTML tag (with quotes)
1949 * @param array Array with attribute key/value pairs, eg. "bgcolor"=>"red", "border"=>0
1950 * @param boolean If set the resulting attribute list will have a) all attributes in lowercase (and duplicates weeded out, first entry taking precedence) and b) all values htmlspecialchar()'ed. It is recommended to use this switch!
1951 * @param boolean If true, don't check if values are blank. Default is to omit attributes with blank values.
1952 * @return string Imploded attributes, eg. 'bgcolor="red" border="0"'
1954 public static function implodeAttributes(array $arr,$xhtmlSafe=FALSE,$dontOmitBlankAttribs=FALSE) {
1957 foreach($arr as $p => $v) {
1958 if (!isset($newArr[strtolower($p)])) $newArr[strtolower($p)] = htmlspecialchars($v);
1963 foreach($arr as $p => $v) {
1964 if (strcmp($v,'') ||
$dontOmitBlankAttribs) {$list[]=$p.'="'.$v.'"';}
1966 return implode(' ',$list);
1970 * Implodes attributes in the array $arr for an attribute list in eg. and HTML tag (with quotes)
1972 * @param array See implodeAttributes()
1973 * @param boolean See implodeAttributes()
1974 * @param boolean See implodeAttributes()
1975 * @return string See implodeAttributes()
1976 * @deprecated Name was changed into implodeAttributes
1977 * @see implodeAttributes()
1979 public static function implodeParams(array $arr,$xhtmlSafe=FALSE,$dontOmitBlankAttribs=FALSE) {
1980 return t3lib_div
::implodeAttributes($arr,$xhtmlSafe,$dontOmitBlankAttribs);
1984 * Wraps JavaScript code XHTML ready with <script>-tags
1985 * Automatic re-identing of the JS code is done by using the first line as ident reference.
1986 * This is nice for identing JS code with PHP code on the same level.
1988 * @param string JavaScript code
1989 * @param boolean Wrap script element in linebreaks? Default is TRUE.
1990 * @return string The wrapped JS code, ready to put into a XHTML page
1991 * @author Ingmar Schlecht <ingmars@web.de>
1992 * @author René Fritz <r.fritz@colorcube.de>
1994 public static function wrapJS($string, $linebreak=TRUE) {
1996 // <script wrapped in nl?
1997 $cr = $linebreak?
"\n" : '';
1999 // remove nl from the beginning
2000 $string = preg_replace ('/^\n+/', '', $string);
2001 // re-ident to one tab using the first line as reference
2003 if(preg_match('/^(\t+)/',$string,$match)) {
2004 $string = str_replace($match[1],"\t", $string);
2006 $string = $cr.'<script type="text/javascript">
2012 return trim($string);
2017 * Parses XML input into a PHP array with associative keys
2020 * @param string XML data input
2021 * @param integer Number of element levels to resolve the XML into an array. Any further structure will be set as XML.
2022 * @return mixed The array with the parsed structure unless the XML parser returns with an error in which case the error message string is returned.
2023 * @author bisqwit at iki dot fi dot not dot for dot ads dot invalid / http://dk.php.net/xml_parse_into_struct + kasperYYYY@typo3.com
2025 public static function xml2tree($string,$depth=999) {
2026 $parser = xml_parser_create();
2030 xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING
, 0);
2031 xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE
, 0);
2032 xml_parse_into_struct($parser, $string, $vals, $index);
2034 if (xml_get_error_code($parser)) return 'Line '.xml_get_current_line_number($parser).': '.xml_error_string(xml_get_error_code($parser));
2035 xml_parser_free($parser);
2037 $stack = array( array() );
2041 // FIXME don't use unset() - what does that mean? Use NULL or similar.
2043 foreach($vals as $key => $val) {
2044 $type = $val['type'];
2047 if ($type=='open' ||
$type=='complete') {
2048 $stack[$stacktop++
] = $tagi;
2050 if ($depth==$stacktop) {
2054 $tagi = array('tag' => $val['tag']);
2056 if(isset($val['attributes'])) $tagi['attrs'] = $val['attributes'];
2057 if(isset($val['value'])) $tagi['values'][] = $val['value'];
2060 if ($type=='complete' ||
$type=='close') {
2062 $tagi = $stack[--$stacktop];
2063 $oldtag = $oldtagi['tag'];
2064 unset($oldtagi['tag']);
2066 if ($depth==($stacktop+
1)) {
2067 if ($key-$startPoint > 0) {
2068 $partArray = array_slice(
2073 #$oldtagi=array('XMLvalue'=>t3lib_div::xmlRecompileFromStructValArray($partArray));
2074 $oldtagi['XMLvalue']=t3lib_div
::xmlRecompileFromStructValArray($partArray);
2076 $oldtagi['XMLvalue']=$oldtagi['values'][0];
2080 $tagi['ch'][$oldtag][] = $oldtagi;
2084 if($type=='cdata') {
2085 $tagi['values'][] = $val['value'];
2092 * Turns PHP array into XML. See array2xml()
2094 * @param array The input PHP array with any kind of data; text, binary, integers. Not objects though.
2095 * @param string Alternative document tag. Default is "phparray".
2096 * @param array Options for the compilation. See array2xml() for description.
2097 * @param string Forced charset to prologue
2098 * @return string An XML string made from the input content in the array.
2099 * @see xml2array(),array2xml()
2101 public static function array2xml_cs(array $array,$docTag='phparray',array $options=array(),$charset='') {
2103 // Figure out charset if not given explicitly:
2105 if ($GLOBALS['TYPO3_CONF_VARS']['BE']['forceCharset']) { // First priority: forceCharset! If set, this will be authoritative!
2106 $charset = $GLOBALS['TYPO3_CONF_VARS']['BE']['forceCharset'];
2107 } elseif (is_object($GLOBALS['LANG'])) {
2108 $charset = $GLOBALS['LANG']->charSet
; // If "LANG" is around, that will hold the current charset
2110 $charset = 'iso-8859-1'; // THIS is just a hopeful guess!
2115 return '<?xml version="1.0" encoding="'.htmlspecialchars($charset).'" standalone="yes" ?>'.chr(10).
2116 t3lib_div
::array2xml($array,'',0,$docTag,0, $options);
2120 * Deprecated to call directly (unless you are aware of using XML prologues)! Use "array2xml_cs" instead (which adds an XML-prologue)
2122 * Converts a PHP array into an XML string.
2123 * The XML output is optimized for readability since associative keys are used as tagnames.
2124 * This also means that only alphanumeric characters are allowed in the tag names AND only keys NOT starting with numbers (so watch your usage of keys!). However there are options you can set to avoid this problem.
2125 * Numeric keys are stored with the default tagname "numIndex" but can be overridden to other formats)
2126 * The function handles input values from the PHP array in a binary-safe way; All characters below 32 (except 9,10,13) will trigger the content to be converted to a base64-string
2127 * The PHP variable type of the data IS preserved as long as the types are strings, arrays, integers and booleans. Strings are the default type unless the "type" attribute is set.
2128 * The output XML has been tested with the PHP XML-parser and parses OK under all tested circumstances with 4.x versions. However, with PHP5 there seems to be the need to add an XML prologue a la <?xml version="1.0" encoding="[charset]" standalone="yes" ?> - otherwise UTF-8 is assumed! Unfortunately, many times the output from this function is used without adding that prologue meaning that non-ASCII characters will break the parsing!! This suchs of course! Effectively it means that the prologue should always be prepended setting the right characterset, alternatively the system should always run as utf-8!
2129 * However using MSIE to read the XML output didn't always go well: One reason could be that the character encoding is not observed in the PHP data. The other reason may be if the tag-names are invalid in the eyes of MSIE. Also using the namespace feature will make MSIE break parsing. There might be more reasons...
2132 * @param array The input PHP array with any kind of data; text, binary, integers. Not objects though.
2133 * @param string tag-prefix, eg. a namespace prefix like "T3:"
2134 * @param integer Current recursion level. Don't change, stay at zero!
2135 * @param string Alternative document tag. Default is "phparray".
2136 * @param integer If greater than zero, then the number of spaces corresponding to this number is used for indenting, if less than zero - no indentation, if zero - a single chr(9) (TAB) is used
2137 * @param array Options for the compilation. Key "useNindex" => 0/1 (boolean: whether to use "n0, n1, n2" for num. indexes); Key "useIndexTagForNum" => "[tag for numerical indexes]"; Key "useIndexTagForAssoc" => "[tag for associative indexes"; Key "parentTagMap" => array('parentTag' => 'thisLevelTag')
2138 * @param string Stack data. Don't touch.
2139 * @return string An XML string made from the input content in the array.
2142 public static function array2xml(array $array,$NSprefix='',$level=0,$docTag='phparray',$spaceInd=0,array $options=array(),array $stackData=array()) {
2143 // The list of byte values which will trigger binary-safe storage. If any value has one of these char values in it, it will be encoded in base64
2144 $binaryChars = chr(0).chr(1).chr(2).chr(3).chr(4).chr(5).chr(6).chr(7).chr(8).
2145 chr(11).chr(12).chr(14).chr(15).chr(16).chr(17).chr(18).chr(19).
2146 chr(20).chr(21).chr(22).chr(23).chr(24).chr(25).chr(26).chr(27).chr(28).chr(29).
2148 // Set indenting mode:
2149 $indentChar = $spaceInd ?
' ' : chr(9);
2150 $indentN = $spaceInd>0 ?
$spaceInd : 1;
2151 $nl = ($spaceInd >= 0 ?
chr(10) : '');
2153 // Init output variable:
2156 // Traverse the input array
2157 foreach($array as $k=>$v) {
2161 // Construct the tag name.
2162 if(isset($options['grandParentTagMap'][$stackData['grandParentTagName'].'/'.$stackData['parentTagName']])) { // Use tag based on grand-parent + parent tag name
2163 $attr.=' index="'.htmlspecialchars($tagName).'"';
2164 $tagName = (string)$options['grandParentTagMap'][$stackData['grandParentTagName'].'/'.$stackData['parentTagName']];
2165 }elseif(isset($options['parentTagMap'][$stackData['parentTagName'].':_IS_NUM']) && t3lib_div
::testInt($tagName)) { // Use tag based on parent tag name + if current tag is numeric
2166 $attr.=' index="'.htmlspecialchars($tagName).'"';
2167 $tagName = (string)$options['parentTagMap'][$stackData['parentTagName'].':_IS_NUM'];
2168 }elseif(isset($options['parentTagMap'][$stackData['parentTagName'].':'.$tagName])) { // Use tag based on parent tag name + current tag
2169 $attr.=' index="'.htmlspecialchars($tagName).'"';
2170 $tagName = (string)$options['parentTagMap'][$stackData['parentTagName'].':'.$tagName];
2171 } elseif(isset($options['parentTagMap'][$stackData['parentTagName']])) { // Use tag based on parent tag name:
2172 $attr.=' index="'.htmlspecialchars($tagName).'"';
2173 $tagName = (string)$options['parentTagMap'][$stackData['parentTagName']];
2174 } elseif (!strcmp(intval($tagName),$tagName)) { // If integer...;
2175 if ($options['useNindex']) { // If numeric key, prefix "n"
2176 $tagName = 'n'.$tagName;
2177 } else { // Use special tag for num. keys:
2178 $attr.=' index="'.$tagName.'"';
2179 $tagName = $options['useIndexTagForNum'] ?
$options['useIndexTagForNum'] : 'numIndex';
2181 } elseif($options['useIndexTagForAssoc']) { // Use tag for all associative keys:
2182 $attr.=' index="'.htmlspecialchars($tagName).'"';
2183 $tagName = $options['useIndexTagForAssoc'];
2186 // The tag name is cleaned up so only alphanumeric chars (plus - and _) are in there and not longer than 100 chars either.
2187 $tagName = substr(ereg_replace('[^[:alnum:]_-]','',$tagName),0,100);
2189 // If the value is an array then we will call this function recursively:
2193 if ($options['alt_options'][$stackData['path'].'/'.$tagName]) {
2194 $subOptions = $options['alt_options'][$stackData['path'].'/'.$tagName];
2195 $clearStackPath = $subOptions['clearStackPath'];
2197 $subOptions = $options;
2198 $clearStackPath = FALSE;
2202 t3lib_div
::array2xml(
2210 'parentTagName' => $tagName,
2211 'grandParentTagName' => $stackData['parentTagName'],
2212 'path' => $clearStackPath ?
'' : $stackData['path'].'/'.$tagName,
2215 ($spaceInd >= 0 ?
str_pad('',($level+
1)*$indentN,$indentChar) : '');
2216 if ((int)$options['disableTypeAttrib']!=2) { // Do not set "type = array". Makes prettier XML but means that empty arrays are not restored with xml2array
2217 $attr.=' type="array"';
2219 } else { // Just a value:
2221 // Look for binary chars:
2222 $vLen = strlen($v); // check for length, because PHP 5.2.0 may crash when first argument of strcspn is empty
2223 if ($vLen && strcspn($v,$binaryChars) != $vLen) { // Go for base64 encoding if the initial segment NOT matching any binary char has the same length as the whole string!
2224 // If the value contained binary chars then we base64-encode it an set an attribute to notify this situation:
2225 $content = $nl.chunk_split(base64_encode($v));
2226 $attr.=' base64="1"';
2228 // Otherwise, just htmlspecialchar the stuff:
2229 $content = htmlspecialchars($v);
2230 $dType = gettype($v);
2231 if ($dType == 'string') {
2232 if ($options['useCDATA'] && $content != $v) {
2233 $content = '<![CDATA[' . $v . ']]>';
2235 } elseif (!$options['disableTypeAttrib']) {
2236 $attr.= ' type="'.$dType.'"';
2241 // Add the element to the output string:
2242 $output.=($spaceInd >= 0 ?
str_pad('',($level+
1)*$indentN,$indentChar) : '').'<'.$NSprefix.$tagName.$attr.'>'.$content.'</'.$NSprefix.$tagName.'>'.$nl;
2245 // If we are at the outer-most level, then we finally wrap it all in the document tags and return that as the value:
2248 '<'.$docTag.'>'.$nl.
2257 * Converts an XML string to a PHP array.
2258 * This is the reverse function of array2xml()
2261 * @param string XML content to convert into an array
2262 * @param string The tag-prefix resolve, eg. a namespace like "T3:"
2263 * @param boolean If set, the document tag will be set in the key "_DOCUMENT_TAG" of the output array
2264 * @return mixed If the parsing had errors, a string with the error message is returned. Otherwise an array with the content.
2267 public static function xml2array($string,$NSprefix='',$reportDocTag=FALSE) {
2268 global $TYPO3_CONF_VARS;
2271 $parser = xml_parser_create();
2275 xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING
, 0);
2276 xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE
, 0);
2278 // default output charset is UTF-8, only ASCII, ISO-8859-1 and UTF-8 are supported!!!
2280 preg_match('/^[[:space:]]*<\?xml[^>]*encoding[[:space:]]*=[[:space:]]*"([^"]*)"/',substr($string,0,200),$match);
2281 $theCharset = $match[1] ?
$match[1] : ($TYPO3_CONF_VARS['BE']['forceCharset'] ?
$TYPO3_CONF_VARS['BE']['forceCharset'] : 'iso-8859-1');
2282 xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING
, $theCharset); // us-ascii / utf-8 / iso-8859-1
2285 xml_parse_into_struct($parser, $string, $vals, $index);
2287 // If error, return error message:
2288 if (xml_get_error_code($parser)) {
2289 return 'Line '.xml_get_current_line_number($parser).': '.xml_error_string(xml_get_error_code($parser));
2291 xml_parser_free($parser);
2294 $stack = array(array());
2300 // Traverse the parsed XML structure:
2301 foreach($vals as $key => $val) {
2303 // First, process the tag-name (which is used in both cases, whether "complete" or "close")
2304 $tagName = $val['tag'];
2305 if (!$documentTag) $documentTag = $tagName;
2307 // Test for name space:
2308 $tagName = ($NSprefix && substr($tagName,0,strlen($NSprefix))==$NSprefix) ?
substr($tagName,strlen($NSprefix)) : $tagName;
2310 // Test for numeric tag, encoded on the form "nXXX":
2311 $testNtag = substr($tagName,1); // Closing tag.
2312 $tagName = (substr($tagName,0,1)=='n' && !strcmp(intval($testNtag),$testNtag)) ?
intval($testNtag) : $tagName;
2314 // Test for alternative index value:
2315 if (strlen($val['attributes']['index'])) { $tagName = $val['attributes']['index']; }
2317 // Setting tag-values, manage stack:
2318 switch($val['type']) {
2319 case 'open': // If open tag it means there is an array stored in sub-elements. Therefore increase the stackpointer and reset the accumulation array:
2320 $current[$tagName] = array(); // Setting blank place holder
2321 $stack[$stacktop++
] = $current;
2324 case 'close': // If the tag is "close" then it is an array which is closing and we decrease the stack pointer.
2325 $oldCurrent = $current;
2326 $current = $stack[--$stacktop];
2327 end($current); // Going to the end of array to get placeholder key, key($current), and fill in array next:
2328 $current[key($current)] = $oldCurrent;
2331 case 'complete': // If "complete", then it's a value. If the attribute "base64" is set, then decode the value, otherwise just set it.
2332 if ($val['attributes']['base64']) {
2333 $current[$tagName] = base64_decode($val['value']);
2335 $current[$tagName] = (string)$val['value']; // Had to cast it as a string - otherwise it would be evaluate false if tested with isset()!!
2338 switch((string)$val['attributes']['type']) {
2340 $current[$tagName] = (integer)$current[$tagName];
2343 $current[$tagName] = (double)$current[$tagName];
2346 $current[$tagName] = (bool)$current[$tagName];
2349 $current[$tagName] = array(); // MUST be an empty array since it is processed as a value; Empty arrays would end up here because they would have no tags inside...
2357 if ($reportDocTag) {
2358 $current[$tagName]['_DOCUMENT_TAG'] = $documentTag;
2361 // Finally return the content of the document tag.
2362 return $current[$tagName];
2366 * This implodes an array of XML parts (made with xml_parse_into_struct()) into XML again.
2369 * @param array A array of XML parts, see xml2tree
2370 * @return string Re-compiled XML data.
2372 public static function xmlRecompileFromStructValArray(array $vals) {
2375 foreach($vals as $val) {
2376 $type = $val['type'];
2379 if ($type=='open' ||
$type=='complete') {
2380 $XMLcontent.='<'.$val['tag'];
2381 if(isset($val['attributes'])) {
2382 foreach($val['attributes'] as $k => $v) {
2383 $XMLcontent.=' '.$k.'="'.htmlspecialchars($v).'"';
2386 if ($type=='complete') {
2387 if(isset($val['value'])) {
2388 $XMLcontent.='>'.htmlspecialchars($val['value']).'</'.$val['tag'].'>';
2389 } else $XMLcontent.='/>';
2390 } else $XMLcontent.='>';
2392 if ($type=='open' && isset($val['value'])) {
2393 $XMLcontent.=htmlspecialchars($val['value']);
2397 if ($type=='close') {
2398 $XMLcontent.='</'.$val['tag'].'>';
2401 if($type=='cdata') {
2402 $XMLcontent.=htmlspecialchars($val['value']);
2410 * Extracts the attributes (typically encoding and version) of an XML prologue (header).
2413 * @param string XML data
2414 * @return array Attributes of the xml prologue (header)
2416 public static function xmlGetHeaderAttribs($xmlData) {
2418 if (preg_match('/^\s*<\?xml([^>]*)\?\>/', $xmlData, $match)) {
2419 return t3lib_div
::get_tag_attributes($match[1]);
2424 * Minifies JavaScript
2426 * @param string $script Script to minify
2427 * @param string $error Error message (if any)
2428 * @return string Minified script or source string if error happened
2430 public static function minifyJavaScript($script, &$error = '') {
2431 require_once(PATH_typo3
. 'contrib/jsmin/jsmin.php');
2434 $script = trim(JSMin
::minify(str_replace(chr(13), '', $script)));
2436 catch(JSMinException
$e) {
2437 $error = 'Error while minifying JavaScript: ' . $e->getMessage();
2438 t3lib_div
::devLog($error, 't3lib_div', 2,
2439 array('JavaScript' => $script, 'Stack trace' => $e->getTrace()));
2451 /*************************
2455 *************************/
2458 * Reads the file or url $url and returns the content
2459 * If you are having trouble with proxys when reading URLs you can configure your way out of that with settings like $TYPO3_CONF_VARS['SYS']['curlUse'] etc.
2462 * @param string File/URL to read
2463 * @param integer Whether the HTTP header should be fetched or not. 0=disable, 1=fetch header+content, 2=fetch header only
2464 * @param array HTTP headers to be used in the request
2465 * @param array Error code/message and, if $includeHeader is 1, response meta data (HTTP status and content type)
2466 * @return string The content from the resource given as input. FALSE if an error has occured.
2468 public static function getURL($url, $includeHeader = 0, $requestHeaders = false, &$report = NULL) {
2471 if (isset($report)) {
2472 $report['error'] = 0;
2473 $report['message'] = '';
2476 // use cURL for: http, https, ftp, ftps, sftp and scp
2477 if ($GLOBALS['TYPO3_CONF_VARS']['SYS']['curlUse'] == '1' && preg_match('/^(?:http|ftp)s?|s(?:ftp|cp):/', $url)) {
2478 if (isset($report)) {
2479 $report['lib'] = 'cURL';
2482 // External URL without error checking.
2485 if (isset($report)) {
2486 $report['error'] = -1;
2487 $report['message'] = 'Couldn\'t initialize cURL.';
2492 curl_setopt($ch, CURLOPT_URL
, $url);
2493 curl_setopt($ch, CURLOPT_HEADER
, $includeHeader ?
1 : 0);
2494 curl_setopt($ch, CURLOPT_NOBODY
, $includeHeader == 2 ?
1 : 0);
2495 curl_setopt($ch, CURLOPT_HTTPGET
, $includeHeader == 2 ?
'HEAD' : 'GET');
2496 curl_setopt($ch, CURLOPT_RETURNTRANSFER
, 1);
2497 curl_setopt($ch, CURLOPT_FAILONERROR
, 1);
2499 // may fail (PHP 5.2.0+ and 5.1.5+) when open_basedir or safe_mode are enabled
2500 $followLocation = @curl_setopt
($ch, CURLOPT_FOLLOWLOCATION
, 1);
2502 if (is_array($requestHeaders)) {
2503 curl_setopt($ch, CURLOPT_HTTPHEADER
, $requestHeaders);
2506 // (Proxy support implemented by Arco <arco@appeltaart.mine.nu>)
2507 if ($GLOBALS['TYPO3_CONF_VARS']['SYS']['curlProxyServer']) {
2508 curl_setopt($ch, CURLOPT_PROXY
, $GLOBALS['TYPO3_CONF_VARS']['SYS']['curlProxyServer']);
2510 if ($GLOBALS['TYPO3_CONF_VARS']['SYS']['curlProxyTunnel']) {
2511 curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL
, $GLOBALS['TYPO3_CONF_VARS']['SYS']['curlProxyTunnel']);
2513 if ($GLOBALS['TYPO3_CONF_VARS']['SYS']['curlProxyUserPass']) {
2514 curl_setopt($ch, CURLOPT_PROXYUSERPWD
, $GLOBALS['TYPO3_CONF_VARS']['SYS']['curlProxyUserPass']);
2517 $content = curl_exec($ch);
2518 if (isset($report)) {
2519 if ($content===FALSE) {
2520 $report['error'] = curl_errno($ch);
2521 $report['message'] = curl_error($ch);
2523 $curlInfo = curl_getinfo($ch);
2524 // We hit a redirection but we couldn't follow it
2525 if (!$followLocation && $curlInfo['status'] >= 300 && $curlInfo['status'] < 400) {
2526 $report['error'] = -1;
2527 $report['message'] = 'Couldn\'t follow location redirect (either PHP configuration option safe_mode or open_basedir is in effect).';
2528 } elseif($includeHeader) {
2529 // Set only for $includeHeader to work exactly like PHP variant
2530 $report['http_code'] = $curlInfo['http_code'];
2531 $report['content_type'] = $curlInfo['content_type'];
2537 } elseif ($includeHeader) {
2538 if (isset($report)) {
2539 $report['lib'] = 'socket';
2541 $parsedURL = parse_url($url);
2542 if (!preg_match('/^https?/', $parsedURL['scheme'])) {
2543 if (isset($report)) {
2544 $report['error'] = -1;
2545 $report['message'] = 'Reading headers is not allowed for this protocol.';
2549 $port = intval($parsedURL['port']);
2551 if ($parsedURL['scheme'] == 'http') {
2552 $port = ($port>0 ?
$port : 80);
2555 $port = ($port>0 ?
$port : 443);
2561 $fp = @fsockopen
($scheme.$parsedURL['host'], $port, $errno, $errstr, 2.0);
2562 if (!$fp ||
$errno > 0) {
2563 if (isset($report)) {
2564 $report['error'] = $errno ?
$errno : -1;
2565 $report['message'] = $errno ?
($errstr ?
$errstr : 'Socket error.') : 'Socket initialization error.';
2569 $method = ($includeHeader == 2) ?
'HEAD' : 'GET';
2570 $msg = $method . ' ' . $parsedURL['path'] .
2571 ($parsedURL['query'] ?
'?' . $parsedURL['query'] : '') .
2572 ' HTTP/1.0' . "\r\n" . 'Host: ' .
2573 $parsedURL['host'] . "\r\nConnection: close\r\n";
2574 if (is_array($requestHeaders)) {
2575 $msg .= implode("\r\n", $requestHeaders) . "\r\n";
2580 while (!feof($fp)) {
2581 $line = fgets($fp, 2048);
2582 if (isset($report)) {
2583 if (preg_match('|^HTTP/\d\.\d +(\d+)|', $line, $status)) {
2584 $report['http_code'] = $status[1];
2586 elseif (preg_match('/^Content-Type: *(.*)/i', $line, $type)) {
2587 $report['content_type'] = $type[1];
2591 if (!strlen(trim($line))) {
2592 break; // Stop at the first empty line (= end of header)
2595 if ($includeHeader != 2) {
2596 $content .= stream_get_contents($fp);
2600 } elseif (is_array($requestHeaders)) {
2601 if (isset($report)) {
2602 $report['lib'] = 'file/context';
2604 $parsedURL = parse_url($url);
2605 if (!preg_match('/^https?/', $parsedURL['scheme'])) {
2606 if (isset($report)) {
2607 $report['error'] = -1;
2608 $report['message'] = 'Sending request headers is not allowed for this protocol.';
2612 $ctx = stream_context_create(array(
2614 'header' => implode("\r\n", $requestHeaders)
2618 $content = @file_get_contents
($url, false, $ctx);
2619 if ($content === false && isset($report)) {
2620 // TODO: Remove this once PHP 5.1 support is dropped completely
2621 if (function_exists('error_get_last')) {
2622 $phpError = error_get_last();
2623 $report['error'] = $phpError['type'];
2624 $report['message'] = $phpError['message'];
2626 $report['error'] = -1;
2627 $report['message'] = 'Couldn\'t get URL.';
2631 if (isset($report)) {
2632 $report['lib'] = 'file';
2634 $content = @file_get_contents
($url);
2635 if ($content === false && isset($report)) {
2636 if (function_exists('error_get_last')) {
2637 $phpError = error_get_last();
2638 $report['error'] = $phpError['type'];
2639 $report['message'] = $phpError['message'];
2641 $report['error'] = -1;
2642 $report['message'] = 'Couldn\'t get URL.';
2651 * Writes $content to the file $file
2654 * @param string Filepath to write to
2655 * @param string Content to write
2656 * @return boolean True if the file was successfully opened and written to.
2658 public static function writeFile($file,$content) {
2659 if (!@is_file
($file)) $changePermissions = true;
2661 if ($fd = fopen($file,'wb')) {
2662 $res = fwrite($fd,$content);
2665 if ($res===false) return false;
2667 if ($changePermissions) { // Change the permissions only if the file has just been created
2668 t3lib_div
::fixPermissions($file);
2678 * Setting file system mode & group ownership of file
2680 * @param string Filepath of newly created file
2683 public static function fixPermissions($file) {
2684 if (@is_file
($file) && TYPO3_OS
!='WIN') {
2685 @chmod
($file, octdec($GLOBALS['TYPO3_CONF_VARS']['BE']['fileCreateMask'])); // "@" is there because file is not necessarily OWNED by the user
2686 if($GLOBALS['TYPO3_CONF_VARS']['BE']['createGroup']) { // skip this if createGroup is empty
2687 @chgrp
($file, $GLOBALS['TYPO3_CONF_VARS']['BE']['createGroup']); // "@" is there because file is not necessarily OWNED by the user
2693 * Writes $content to a filename in the typo3temp/ folder (and possibly one or two subfolders...)
2694 * Accepts an additional subdirectory in the file path!
2696 * @param string Absolute filepath to write to inside "typo3temp/". First part of this string must match PATH_site."typo3temp/"
2697 * @param string Content string to write
2698 * @return string Returns false on success, otherwise an error string telling about the problem.
2700 public static function writeFileToTypo3tempDir($filepath,$content) {
2702 // Parse filepath into directory and basename:
2703 $fI = pathinfo($filepath);
2704 $fI['dirname'].= '/';
2707 if (t3lib_div
::validPathStr($filepath) && $fI['basename'] && strlen($fI['basename'])<60) {
2708 if (defined('PATH_site')) {
2709 $dirName = PATH_site
.'typo3temp/'; // Setting main temporary directory name (standard)
2710 if (@is_dir
($dirName)) {
2711 if (t3lib_div
::isFirstPartOfStr($fI['dirname'],$dirName)) {
2713 // Checking if the "subdir" is found:
2714 $subdir = substr($fI['dirname'],strlen($dirName));
2716 if (ereg('^[[:alnum:]_]+\/$',$subdir) ||
ereg('^[[:alnum:]_]+\/[[:alnum:]_]+\/$',$subdir)) {
2718 if (!@is_dir
($dirName)) {
2719 t3lib_div
::mkdir_deep(PATH_site
.'typo3temp/', $subdir);
2721 } else return 'Subdir, "'.$subdir.'", was NOT on the form "[[:alnum:]_]/" or "[[:alnum:]_]/[[:alnum:]_]/"';
2723 // Checking dir-name again (sub-dir might have been created):
2724 if (@is_dir
($dirName)) {
2725 if ($filepath == $dirName.$fI['basename']) {
2726 t3lib_div
::writeFile($filepath, $content);
2727 if (!@is_file
($filepath)) return 'File not written to disk! Write permission error in filesystem?';
2728 } else return 'Calculated filelocation didn\'t match input $filepath!';
2729 } else return '"'.$dirName.'" is not a directory!';
2730 } else return '"'.$fI['dirname'].'" was not within directory PATH_site + "typo3temp/"';
2731 } else return 'PATH_site + "typo3temp/" was not a directory!';
2732 } else return 'PATH_site constant was NOT defined!';
2733 } else return 'Input filepath "'.$filepath.'" was generally invalid!';
2737 * Wrapper function for mkdir, setting folder permissions according to $GLOBALS['TYPO3_CONF_VARS']['BE']['folderCreateMask'] and group ownership according to $GLOBALS['TYPO3_CONF_VARS']['BE']['createGroup']
2740 * @param string Absolute path to folder, see PHP mkdir() function. Removes trailing slash internally.
2741 * @return boolean TRUE if @mkdir went well!
2743 public static function mkdir($theNewFolder) {
2744 $theNewFolder = preg_replace('|/$|','',$theNewFolder);
2745 if (@mkdir
($theNewFolder, octdec($GLOBALS['TYPO3_CONF_VARS']['BE']['folderCreateMask']))){
2746 chmod($theNewFolder, octdec($GLOBALS['TYPO3_CONF_VARS']['BE']['folderCreateMask'])); //added this line, because the mode at 'mkdir' has a strange behaviour sometimes
2748 if($GLOBALS['TYPO3_CONF_VARS']['BE']['createGroup']) { // skip this if createGroup is empty
2749 @chgrp
($theNewFolder, $GLOBALS['TYPO3_CONF_VARS']['BE']['createGroup']);
2758 * Creates a directory - including parent directories if necessary - in the file system
2760 * @param string Base folder. This must exist! Must have trailing slash! Example "/root/typo3site/"
2761 * @param string Deep directory to create, eg. "xx/yy/" which creates "/root/typo3site/xx/yy/" if $destination is "/root/typo3site/"
2762 * @return string If error, returns error string.
2764 public static function mkdir_deep($destination,$deepDir) {
2765 $allParts = t3lib_div
::trimExplode('/',$deepDir,1);
2767 foreach($allParts as $part) {
2769 if (!is_dir($destination.$root)) {
2770 t3lib_div
::mkdir($destination.$root);
2771 if (!@is_dir
($destination.$root)) {
2772 return 'Error: The directory "'.$destination.$root.'" could not be created...';
2779 * Wrapper function for rmdir, allowing recursive deletion of folders and files
2781 * @param string Absolute path to folder, see PHP rmdir() function. Removes trailing slash internally.
2782 * @param boolean Allow deletion of non-empty directories
2783 * @return boolean true if @rmdir went well!
2785 public static function rmdir($path,$removeNonEmpty=false) {
2787 $path = preg_replace('|/$|','',$path); // Remove trailing slash
2789 if (file_exists($path)) {
2792 if (is_dir($path)) {
2793 if ($removeNonEmpty==true && $handle = opendir($path)) {
2794 while ($OK && false !== ($file = readdir($handle))) {
2795 if ($file=='.' ||
$file=='..') continue;
2796 $OK = t3lib_div
::rmdir($path.'/'.$file,$removeNonEmpty);
2800 if ($OK) { $OK = rmdir($path); }
2802 } else { // If $dirname is a file, simply remove it
2803 $OK = unlink($path);
2813 * Returns an array with the names of folders in a specific path
2814 * Will return 'error' (string) if there were an error with reading directory content.
2817 * @param string Path to list directories from
2818 * @return array Returns an array with the directory entries as values. If no path, the return value is nothing.
2820 public static function get_dirs($path) {
2823 if (is_object($d)) {
2824 while($entry=$d->read()) {
2825 if (@is_dir
($path.'/'.$entry) && $entry!= '..' && $entry!= '.') {
2826 $filearray[]=$entry;
2830 } else return 'error';
2836 * Returns an array with the names of files in a specific path
2839 * @param string $path: Is the path to the file
2840 * @param string $extensionList is the comma list of extensions to read only (blank = all)
2841 * @param boolean If set, then the path is prepended the filenames. Otherwise only the filenames are returned in the array
2842 * @param string $order is sorting: 1= sort alphabetically, 'mtime' = sort by modification time.
2843 * @param string A comma seperated list of filenames to exclude, no wildcards
2844 * @return array Array of the files found
2846 public static function getFilesInDir($path,$extensionList='',$prependPath=0,$order='',$excludePattern='') {
2848 // Initialize variabels:
2849 $filearray = array();
2850 $sortarray = array();
2851 $path = ereg_replace('\/$','',$path);
2853 // Find files+directories:
2854 if (@is_dir
($path)) {
2855 $extensionList = strtolower($extensionList);
2857 if (is_object($d)) {
2858 while($entry=$d->read()) {
2859 if (@is_file
($path.'/'.$entry)) {
2860 $fI = pathinfo($entry);
2861 $key = md5($path.'/'.$entry); // Don't change this ever - extensions may depend on the fact that the hash is an md5 of the path! (import/export extension)
2862 if ((!strlen($extensionList) || t3lib_div
::inList($extensionList,strtolower($fI['extension']))) && (!strlen($excludePattern) ||
!preg_match('/^'.$excludePattern.'$/',$entry))) {
2863 $filearray[$key]=($prependPath?
$path.'/':'').$entry;
2864 if ($order=='mtime') {$sortarray[$key]=filemtime($path.'/'.$entry);}
2865 elseif ($order) {$sortarray[$key]=$entry;}
2870 } else return 'error opening path: "'.$path.'"';
2877 foreach ($sortarray as $k => $v) {
2878 $newArr[$k]=$filearray[$k];
2889 * Recursively gather all files and folders of a path.
2892 * @param array $fileArr: Empty input array (will have files added to it)
2893 * @param string $path: The path to read recursively from (absolute) (include trailing slash!)
2894 * @param string $extList: Comma list of file extensions: Only files with extensions in this list (if applicable) will be selected.
2895 * @param boolean $regDirs: If set, directories are also included in output.
2896 * @param integer $recursivityLevels: The number of levels to dig down...
2897 * @param string $excludePattern: regex pattern of files/directories to exclude
2898 * @return array An array with the found files/directories.
2900 public static function getAllFilesAndFoldersInPath(array $fileArr,$path,$extList='',$regDirs=0,$recursivityLevels=99,$excludePattern='') {
2901 if ($regDirs) $fileArr[] = $path;
2902 $fileArr = array_merge($fileArr, t3lib_div
::getFilesInDir($path,$extList,1,1,$excludePattern));
2904 $dirs = t3lib_div
::get_dirs($path);
2905 if (is_array($dirs) && $recursivityLevels>0) {
2906 foreach ($dirs as $subdirs) {
2907 if ((string)$subdirs!='' && (!strlen($excludePattern) ||
!preg_match('/^'.$excludePattern.'$/',$subdirs))) {
2908 $fileArr = t3lib_div
::getAllFilesAndFoldersInPath($fileArr,$path.$subdirs.'/',$extList,$regDirs,$recursivityLevels-1,$excludePattern);
2916 * Removes the absolute part of all files/folders in fileArr
2919 * @param array $fileArr: The file array to remove the prefix from
2920 * @param string $prefixToRemove: The prefix path to remove (if found as first part of string!)
2921 * @return array The input $fileArr processed.
2923 public static function removePrefixPathFromList(array $fileArr,$prefixToRemove) {
2924 foreach ($fileArr as $k => &$absFileRef) {
2925 if (t3lib_div
::isFirstPartOfStr($absFileRef, $prefixToRemove)) {
2926 $absFileRef = substr($absFileRef, strlen($prefixToRemove));
2928 return 'ERROR: One or more of the files was NOT prefixed with the prefix-path!';
2935 * Fixes a path for windows-backslashes and reduces double-slashes to single slashes
2938 * @param string File path to process
2941 public static function fixWindowsFilePath($theFile) {
2942 return str_replace('//','/', str_replace('\\','/', $theFile));
2946 * Resolves "../" sections in the input path string.
2947 * For example "fileadmin/directory/../other_directory/" will be resolved to "fileadmin/other_directory/"
2950 * @param string File path in which "/../" is resolved
2953 public static function resolveBackPath($pathStr) {
2954 $parts = explode('/',$pathStr);
2957 foreach($parts as $pV) {
2962 } else $output[]=$pV;
2968 return implode('/',$output);
2972 * Prefixes a URL used with 'header-location' with 'http://...' depending on whether it has it already.
2973 * - If already having a scheme, nothing is prepended
2974 * - If having REQUEST_URI slash '/', then prefixing 'http://[host]' (relative to host)
2975 * - Otherwise prefixed with TYPO3_REQUEST_DIR (relative to current dir / TYPO3_REQUEST_DIR)
2978 * @param string URL / path to prepend full URL addressing to.
2981 public static function locationHeaderUrl($path) {
2982 $uI = parse_url($path);
2983 if (substr($path,0,1)=='/') { // relative to HOST
2984 $path = t3lib_div
::getIndpEnv('TYPO3_REQUEST_HOST').$path;
2985 } elseif (!$uI['scheme']) { // No scheme either
2986 $path = t3lib_div
::getIndpEnv('TYPO3_REQUEST_DIR').$path;
3006 /*************************
3008 * DEBUG helper FUNCTIONS
3010 *************************/
3013 * Returns a string with a list of ascii-values for the first $characters characters in $string
3016 * @param string String to show ASCII value for
3017 * @param integer Number of characters to show
3018 * @return string The string with ASCII values in separated by a space char.
3021 public static function debug_ordvalue($string,$characters=100) {
3022 if(strlen($string) < $characters) $characters = strlen($string);
3023 for ($i=0; $i<$characters; $i++
) {
3024 $valuestring.=' '.ord(substr($string,$i,1));
3026 return trim($valuestring);
3030 * Returns HTML-code, which is a visual representation of a multidimensional array
3031 * use t3lib_div::print_array() in order to print an array
3032 * Returns false if $array_in is not an array
3035 * @param mixed Array to view
3036 * @return string HTML output
3038 public static function view_array($array_in) {
3039 if (is_array($array_in)) {
3041 <table border="1" cellpadding="1" cellspacing="0" bgcolor="white">';
3042 if (count($array_in) == 0) {
3043 $result.= '<tr><td><font face="Verdana,Arial" size="1"><b>EMPTY!</b></font></td></tr>';
3045 foreach ($array_in as $key => $val) {
3047 <td valign="top"><font face="Verdana,Arial" size="1">'.htmlspecialchars((string)$key).'</font></td>
3049 if (is_array($val)) {
3050 $result.=t3lib_div
::view_array($val);
3051 } elseif (is_object($val)) {
3052 $string = get_class($val);
3053 if (method_exists($val, '__toString')) {
3054 $string .= ': '.(string)$val;
3056 $result .= '<font face="Verdana,Arial" size="1" color="red">'.nl2br(htmlspecialchars($string)).'<br /></font>';
3058 if (gettype($val) == 'object') {
3059 $string = 'Unknown object';
3061 $string = (string)$val;
3063 $result.= '<font face="Verdana,Arial" size="1" color="red">'.nl2br(htmlspecialchars($string)).'<br /></font>';
3069 $result.= '</table>';
3071 $result = '<table border="1" cellpadding="1" cellspacing="0" bgcolor="white">
3073 <td><font face="Verdana,Arial" size="1" color="red">'.nl2br(htmlspecialchars((string)$array_in)).'<br /></font></td>
3075 </table>'; // Output it as a string.
3084 * @param mixed Array to print visually (in a table).
3089 public static function print_array($array_in) {
3090 echo t3lib_div
::view_array($array_in);
3094 * Makes debug output
3095 * Prints $var in bold between two vertical lines
3096 * If not $var the word 'debug' is printed
3097 * If $var is an array, the array is printed by t3lib_div::print_array()
3100 * @param mixed Variable to print
3101 * @param mixed If the parameter is a string it will be used as header. Otherwise number of break tags to apply after (positive integer) or before (negative integer) the output.
3104 public static function debug($var='',$brOrHeader=0) {
3105 // buffer the output of debug if no buffering started before
3106 if (ob_get_level()==0) {
3110 if ($brOrHeader && !t3lib_div
::testInt($brOrHeader)) {
3111 echo '<table class="typo3-debug" border="0" cellpadding="0" cellspacing="0" bgcolor="white" style="border:0px; margin-top:3px; margin-bottom:3px;"><tr><td style="background-color:#bbbbbb; font-family: verdana,arial; font-weight: bold; font-size: 10px;">'.htmlspecialchars((string)$brOrHeader).'</td></tr><tr><td>';
3112 } elseif ($brOrHeader<0) {
3113 for($a=0;$a<abs(intval($brOrHeader));$a++
){echo '<br />';}
3116 if (is_array($var)) {
3117 t3lib_div
::print_array($var);
3118 } elseif (is_object($var)) {
3119 echo '<b>|Object:<pre>';
3122 } elseif ((string)$var!='') {
3123 echo '<b>|'.htmlspecialchars((string)$var).'|</b>';
3125 echo '<b>| debug |</b>';
3128 if ($brOrHeader && !t3lib_div
::testInt($brOrHeader)) {
3129 echo '</td></tr></table>';
3130 } elseif ($brOrHeader>0) {
3131 for($a=0;$a<intval($brOrHeader);$a++
){echo '<br />';}
3136 * Displays the "path" of the function call stack in a string, using debug_backtrace
3140 public static function debug_trail() {
3141 $trail = debug_backtrace();
3142 $trail = array_reverse($trail);
3146 foreach($trail as $dat) {
3147 $path[] = $dat['class'].$dat['type'].$dat['function'].'#'.$dat['line'];
3150 return implode(' // ',$path);
3154 * Displays an array as rows in a table. Useful to debug output like an array of database records.
3156 * @param mixed Array of arrays with similar keys
3157 * @param string Table header
3158 * @param boolean If TRUE, will return content instead of echo'ing out.
3159 * @return void Outputs to browser.
3161 public static function debugRows($rows,$header='',$returnHTML=FALSE) {
3162 if (is_array($rows)) {
3164 $firstEl = current($rows);
3165 if (is_array($firstEl)) {
3166 $headerColumns = array_keys($firstEl);
3170 $tRows[] = '<tr><td colspan="'.count($headerColumns).'" style="background-color:#bbbbbb; font-family: verdana,arial; font-weight: bold; font-size: 10px;"><strong>'.htmlspecialchars($header).'</strong></td></tr>';
3172 foreach($headerColumns as $key) {
3174 <td><font face="Verdana,Arial" size="1"><strong>'.htmlspecialchars($key).'</strong></font></td>';
3177 <tr>'.implode('',$tCells).'
3181 foreach($rows as $singleRow) {
3183 foreach($headerColumns as $key) {
3185 <td><font face="Verdana,Arial" size="1">'.(is_array($singleRow[$key]) ? t3lib_div
::debugRows($singleRow[$key],'',TRUE) : htmlspecialchars($singleRow[$key])).'</font></td>';
3188 <tr>'.implode('',$tCells).'
3193 <table border="1" cellpadding="1" cellspacing="0" bgcolor="white">'.implode('',$tRows).'
3195 if ($returnHTML) return $table; else echo $table;
3196 } else debug('Empty array of rows',$header);
3198 debug('No array of rows',$header);
3229 /*************************
3231 * SYSTEM INFORMATION
3233 *************************/
3236 * Returns the HOST+DIR-PATH of the current script (The URL, but without 'http://' and without script-filename)
3241 public static function getThisUrl() {
3242 $p=parse_url(t3lib_div
::getIndpEnv('TYPO3_REQUEST_SCRIPT')); // Url of this script