2 /***************************************************************
5 * (c) 1999-2007 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>
238 /*************************
243 * Input GET/POST variables in PHP may have their quotes escaped with "\" or not depending on configuration.
244 * TYPO3 has always converted quotes to BE escaped if the configuration told that they would not be so.
245 * But the clean solution is that quotes are never escaped and that is what the functions below offers.
246 * Eventually TYPO3 should provide this in the global space as well.
247 * In the transitional phase (or forever..?) we need to encourage EVERY to read and write GET/POST vars through the API functions below.
249 *************************/
252 * Returns the 'GLOBAL' value of incoming data from POST or GET, with priority to POST (that is equalent to 'GP' order)
253 * Strips slashes from all output, both strings and arrays.
254 * This function substitutes t3lib_div::GPvar()
255 * 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!
258 * @param string GET/POST var to return
259 * @return mixed POST var named $var and if not set, the GET var of the same name.
263 if(empty($var)) return;
264 $value = isset($_POST[$var]) ?
$_POST[$var] : $_GET[$var];
266 if (is_array($value)) { t3lib_div
::stripSlashesOnArray($value); } else { $value = stripslashes($value); }
272 * Returns the global GET array (or value from) normalized to contain un-escaped values.
273 * ALWAYS use this API function to acquire the GET variables!
276 * @param string Optional pointer to value in GET array (basically name of GET var)
277 * @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!*
278 * @see _POST(), _GP(), _GETset()
280 function _GET($var=NULL) {
281 $value = ($var === NULL) ?
$_GET : (empty($var) ?
NULL : $_GET[$var]);
282 if (isset($value)) { // Removes slashes since TYPO3 has added them regardless of magic_quotes setting.
283 if (is_array($value)) { t3lib_div
::stripSlashesOnArray($value); } else { $value = stripslashes($value); }
289 * Returns the global POST array (or value from) normalized to contain un-escaped values.
290 * ALWAYS use this API function to acquire the POST variables!
293 * @param string Optional pointer to value in POST array (basically name of POST var)
294 * @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!*
297 function _POST($var=NULL) {
298 $value = ($var === NULL) ?
$_POST : (empty($var) ?
NULL : $_POST[$var]);
299 if (isset($value)) { // Removes slashes since TYPO3 has added them regardless of magic_quotes setting.
300 if (is_array($value)) { t3lib_div
::stripSlashesOnArray($value); } else { $value = stripslashes($value); }
306 * Writes input value to $_GET
309 * @param array Array to write to $_GET. Values should NOT be escaped at input time (but will be escaped before writing according to TYPO3 standards).
310 * @param string Alternative key; If set, this will not set the WHOLE GET array, but only the key in it specified by this value!
313 function _GETset($inputGet,$key='') {
314 // ADDS slashes since TYPO3 standard currently is that slashes MUST be applied (regardless of magic_quotes setting).
315 if (strcmp($key,'')) {
316 if (is_array($inputGet)) { t3lib_div
::addSlashesOnArray($inputGet); } else { $inputGet = addslashes($inputGet); }
317 $GLOBALS['HTTP_GET_VARS'][$key] = $_GET[$key] = $inputGet;
318 } elseif (is_array($inputGet)){
319 t3lib_div
::addSlashesOnArray($inputGet);
320 $GLOBALS['HTTP_GET_VARS'] = $_GET = $inputGet;
326 * Returns the 'GLOBAL' value of incoming data from POST or GET, with priority to POST (that is equalent to 'GP' order)
327 * Strips slashes of string-outputs, but not arrays UNLESS $strip is set. If $strip is set all output will have escaped characters unescaped.
330 * @param string GET/POST var to return
331 * @param boolean If set, values are stripped of return values that are *arrays!* - string/integer values returned are always strip-slashed()
332 * @return mixed POST var named $var and if not set, the GET var of the same name.
333 * @deprecated Use t3lib_div::_GP instead (ALWAYS delivers a value with un-escaped values!)
336 function GPvar($var,$strip=0) {
337 if(empty($var)) return;
338 $value = isset($_POST[$var]) ?
$_POST[$var] : $_GET[$var];
339 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.
340 if ($strip && isset($value) && is_array($value)) { t3lib_div
::stripSlashesOnArray($value); }
345 * Returns the GET/POST global arrays merged with POST taking precedence.
348 * @param string Key (variable name) from GET or POST vars
349 * @return array Returns the GET vars merged recursively onto the POST vars.
353 function GParrayMerged($var) {
354 $postA = is_array($_POST[$var]) ?
$_POST[$var] : array();
355 $getA = is_array($_GET[$var]) ?
$_GET[$var] : array();
356 $mergedA = t3lib_div
::array_merge_recursive_overrule($getA,$postA);
357 t3lib_div
::stripSlashesOnArray($mergedA);
370 /*************************
374 *************************/
378 * Compressing a GIF file if not already LZW compressed
379 * 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)
381 * The function takes a file-reference, $theFile, and saves it again through GD or ImageMagick in order to compress the file
383 * 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!)
384 * If $type is set to either 'IM' or 'GD' the compression is done with ImageMagick and GD respectively
388 * $theFile is expected to be a valid GIF-file!
389 * The function returns a code for the operation.
392 * @param string Filepath
393 * @param string See description of function
394 * @return string Returns "GD" if GD was used, otherwise "IM" if ImageMagick was used. If nothing done at all, it returns empty string.
397 function gif_compress($theFile, $type) {
398 $gfxConf = $GLOBALS['TYPO3_CONF_VARS']['GFX'];
400 if ($gfxConf['gif_compress'] && strtolower(substr($theFile,-4,4))=='.gif') { // GIF...
401 if (($type=='IM' ||
!$type) && $gfxConf['im'] && $gfxConf['im_path_lzw']) { // IM
402 $cmd = t3lib_div
::imageMagickCommand('convert', '"'.$theFile.'" "'.$theFile.'"', $gfxConf['im_path_lzw']);
406 } elseif (($type=='GD' ||
!$type) && $gfxConf['gdlib'] && !$gfxConf['gdlib_png']) { // GD
407 $tempImage = imageCreateFromGif($theFile);
408 imageGif($tempImage, $theFile);
409 imageDestroy($tempImage);
417 * Converts a png file to gif
418 * This converts a png file to gif IF the FLAG $GLOBALS['TYPO3_CONF_VARS']['FE']['png_to_gif'] is set true.
421 * @param string $theFile the filename with path
422 * @return string new filename
425 function png_to_gif_by_imagemagick($theFile) {
426 if ($GLOBALS['TYPO3_CONF_VARS']['FE']['png_to_gif']
427 && $GLOBALS['TYPO3_CONF_VARS']['GFX']['im']
428 && $GLOBALS['TYPO3_CONF_VARS']['GFX']['im_path_lzw']
429 && strtolower(substr($theFile,-4,4))=='.png'
430 && @is_file
($theFile)) { // IM
431 $newFile = substr($theFile,0,-4).'.gif';
432 $cmd = t3lib_div
::imageMagickCommand('convert', '"'.$theFile.'" "'.$newFile.'"', $GLOBALS['TYPO3_CONF_VARS']['GFX']['im_path_lzw']);
435 // 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!!
441 * Returns filename of the png/gif version of the input file (which can be png or gif).
442 * If input file type does not match the wanted output type a conversion is made and temp-filename returned.
445 * @param string Filepath of image file
446 * @param boolean If set, then input file is converted to PNG, otherwise to GIF
447 * @return string If the new image file exists, it's filepath is returned
450 function read_png_gif($theFile,$output_png=0) {
451 if ($GLOBALS['TYPO3_CONF_VARS']['GFX']['im'] && @is_file
($theFile)) {
452 $ext = strtolower(substr($theFile,-4,4));
454 ((string)$ext=='.png' && $output_png) ||
455 ((string)$ext=='.gif' && !$output_png)
459 $newFile = PATH_site
.'typo3temp/readPG_'.md5($theFile.'|'.filemtime($theFile)).($output_png?
'.png':'.gif');
460 exec($GLOBALS['TYPO3_CONF_VARS']['GFX']['im_path'].'convert "'.$theFile.'" "'.$newFile.'"');
461 if (@is_file
($newFile)) return $newFile;
480 /*************************
484 *************************/
488 * Returns a new string of max. $chars length.
489 * If the string is longer, it will be truncated and appended with '...'.
492 * @param string string to truncate
493 * @param integer must be an integer with an absolute value of at least 4. if negative the string is cropped from the right end.
494 * @param string String to append to the output if it is truncated, default is '...'
495 * @return string new string
496 * @deprecated Works ONLY for single-byte charsets! USE t3lib_div::fixed_lgd_cs() instead
497 * @see fixed_lgd_pre()
499 function fixed_lgd($string,$origChars,$preStr='...') {
500 $chars = abs($origChars);
502 if(strlen($string)>$chars) {
503 return $origChars < 0 ?
504 $preStr.trim(substr($string, -($chars-3))) :
505 trim(substr($string, 0, $chars-3)).$preStr;
513 * Returns a new string of max. $chars length.
514 * If the string is longer, it will be truncated and prepended with '...'.
515 * This works like fixed_lgd, but is truncated in the start of the string instead of the end
518 * @param string string to truncate
519 * @param integer must be an integer of at least 4
520 * @return string new string
521 * @deprecated Use either fixed_lgd() or fixed_lgd_cs() (with negative input value for $chars)
524 function fixed_lgd_pre($string,$chars) {
525 return strrev(t3lib_div
::fixed_lgd(strrev($string),$chars));
529 * Truncates a string with appended/prepended "..." and takes backend character set into consideration
530 * Use only from backend!
533 * @param string string to truncate
534 * @param integer must be an integer with an absolute value of at least 4. if negative the string is cropped from the right end.
535 * @return string New string
538 function fixed_lgd_cs($string,$chars) {
539 if (is_object($GLOBALS['LANG'])) {
540 return $GLOBALS['LANG']->csConvObj
->crop($GLOBALS['LANG']->charSet
,$string,$chars,'...');
542 return t3lib_div
::fixed_lgd($string, $chars);
547 * Breaks up the text for emails
550 * @param string The string to break up
551 * @param string The string to implode the broken lines with (default/typically \n)
552 * @param integer The line length
553 * @deprecated Use PHP function wordwrap()
556 function breakTextForEmail($str,$implChar="\n",$charWidth=76) {
557 $lines = explode(chr(10),$str);
559 while(list(,$lStr)=each($lines)) {
560 $outArr[] = t3lib_div
::breakLinesForEmail($lStr,$implChar,$charWidth);
562 return implode(chr(10),$outArr);
566 * Breaks up a single line of text for emails
569 * @param string The string to break up
570 * @param string The string to implode the broken lines with (default/typically \n)
571 * @param integer The line length
573 * @see breakTextForEmail()
575 function breakLinesForEmail($str,$implChar="\n",$charWidth=76) {
579 while(strlen($str)>$p) {
580 $substr=substr($str,$p,$l);
581 if (strlen($substr)==$l) {
582 $count = count(explode(' ',trim(strrev($substr))));
583 if ($count>1) { // OK...
584 $parts = explode(' ',strrev($substr),2);
585 $theLine = strrev($parts[1]);
587 $afterParts = explode(' ',substr($str,$l+
$p),2);
588 $theLine = $substr.$afterParts[0];
590 if (!strlen($theLine)) {break; } // Error, because this would keep us in an endless loop.
595 $lines[]=trim($theLine);
596 $p+
=strlen($theLine);
597 if (!trim(substr($str,$p,$l))) break; // added...
599 return implode($implChar,$lines);
603 * Match IP number with list of numbers with wildcard
604 * Dispatcher method for switching into specialised IPv4 and IPv6 methods.
607 * @param string $baseIP is the current remote IP address for instance, typ. REMOTE_ADDR
608 * @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.
609 * @return boolean True if an IP-mask from $list matches $baseIP
611 function cmpIP($baseIP, $list) {
612 if ($list==='*') return TRUE;
613 if (strstr($baseIP, ':') && t3lib_div
::validIPv6($baseIP)) {
614 return t3lib_div
::cmpIPv6($baseIP, $list);
616 return t3lib_div
::cmpIPv4($baseIP, $list);
621 * Match IPv4 number with list of numbers with wildcard
623 * @param string $baseIP is the current remote IP address for instance, typ. REMOTE_ADDR
624 * @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)
625 * @return boolean True if an IP-mask from $list matches $baseIP
627 function cmpIPv4($baseIP, $list) {
628 $IPpartsReq = explode('.',$baseIP);
629 if (count($IPpartsReq)==4) {
630 $values = t3lib_div
::trimExplode(',',$list,1);
632 foreach($values as $test) {
633 list($test,$mask) = explode('/',$test);
637 $lnet = ip2long($test);
638 $lip = ip2long($baseIP);
639 $binnet = str_pad( decbin($lnet),32,'0','STR_PAD_LEFT');
640 $firstpart = substr($binnet,0,$mask);
641 $binip = str_pad( decbin($lip),32,'0','STR_PAD_LEFT');
642 $firstip = substr($binip,0,$mask);
643 $yes = (strcmp($firstpart,$firstip)==0);
646 $IPparts = explode('.',$test);
649 while(list($index,$val)=each($IPparts)) {
651 if (strcmp($val,'*') && strcmp($IPpartsReq[$index],$val)) {
656 if ($yes) return true;
663 * Match IPv6 address with a list of IPv6 prefixes
665 * @param string $baseIP is the current remote IP address for instance
666 * @param string $list is a comma-list of IPv6 prefixes, could also contain IPv4 addresses
667 * @return boolean True if an baseIP matches any prefix
669 function cmpIPv6($baseIP, $list) {
670 $success = false; // Policy default: Deny connection
671 $baseIP = t3lib_div
::normalizeIPv6($baseIP);
673 $values = t3lib_div
::trimExplode(',',$list,1);
674 foreach ($values as $test) {
675 list($test,$mask) = explode('/',$test);
676 if (t3lib_div
::validIPv6($test)) {
677 $test = t3lib_div
::normalizeIPv6($test);
679 switch ($mask) { // test on /48 /64
681 $testBin = substr(t3lib_div
::IPv6Hex2Bin($test), 0, 48);
682 $baseIPBin = substr(t3lib_div
::IPv6Hex2Bin($baseIP), 0, 48);
683 $success = strcmp($testBin, $baseIPBin)==0 ?
true : false;
686 $testBin = substr(t3lib_div
::IPv6Hex2Bin($test), 0, 64);
687 $baseIPBin = substr(t3lib_div
::IPv6Hex2Bin($baseIP), 0, 64);
688 $success = strcmp($testBin, $baseIPBin)==0 ?
true : false;
694 if (t3lib_div
::validIPv6($test)) { // test on full ip address 128 bits
695 $testBin = t3lib_div
::IPv6Hex2Bin($test);
696 $baseIPBin = t3lib_div
::IPv6Hex2Bin($baseIP);
697 $success = strcmp($testBin, $baseIPBin)==0 ?
true : false;
701 if ($success) return true;
707 * [Describe function...]
709 * @param [type] $hex: ...
712 function IPv6Hex2Bin ($hex) {
714 $hex = str_replace(':', '', $hex); // Replace colon to nothing
715 for ($i=0; $i<strlen($hex); $i=$i+
2) {
716 $bin.= chr(hexdec(substr($hex, $i, 2)));
722 * Normalize an IPv6 address to full length
724 * @param string Given IPv6 address
725 * @return string Normalized address
727 function normalizeIPv6($address) {
728 $normalizedAddress = '';
729 $stageOneAddress = '';
731 $chunks = explode('::', $address); // Count 2 if if address has hidden zero blocks
732 if (count($chunks)==2) {
733 $chunksLeft = explode(':', $chunks[0]);
734 $chunksRight = explode(':', $chunks[1]);
735 $left = count($chunksLeft);
736 $right = count($chunksRight);
738 // Special case: leading zero-only blocks count to 1, should be 0
739 if ($left==1 && strlen($chunksLeft[0])==0) $left=0;
741 $hiddenBlocks = 8 - ($left +
$right);
743 while ($h<$hiddenBlocks) {
744 $hiddenPart .= '0000:';
749 $stageOneAddress = $hiddenPart . $chunks[1];
751 $stageOneAddress = $chunks[0] . ':' . $hiddenPart . $chunks[1];
753 } else $stageOneAddress = $address;
755 // normalize the blocks:
756 $blocks = explode(':', $stageOneAddress);
758 foreach ($blocks as $block) {
761 $hiddenZeros = 4 - strlen($block);
762 while ($i < $hiddenZeros) {
766 $normalizedAddress .= $tmpBlock . $block;
767 if ($divCounter < 7) {
768 $normalizedAddress .= ':';
772 return $normalizedAddress;
776 * Validate a given IP address to the IPv6 address format.
778 * Example for possible format: 43FB::BB3F:A0A0:0 | ::1
780 * @param string IP address to be tested
781 * @return boolean True if $ip is of IPv6 format.
783 function validIPv6($ip) {
784 $uppercaseIP = strtoupper($ip);
787 $regex.= '(([\dA-F]{1,4}:){7}[\dA-F]{1,4})|';
788 $regex.= '(([\dA-F]{1,4}){1}::([\dA-F]{1,4}:){1,5}[\dA-F]{1,4})|';
789 $regex.= '(([\dA-F]{1,4}:){2}:([\dA-F]{1,4}:){1,4}[\dA-F]{1,4})|';
790 $regex.= '(([\dA-F]{1,4}:){3}:([\dA-F]{1,4}:){1,3}[\dA-F]{1,4})|';
791 $regex.= '(([\dA-F]{1,4}:){4}:([\dA-F]{1,4}:){1,2}[\dA-F]{1,4})|';
792 $regex.= '(([\dA-F]{1,4}:){5}:([\dA-F]{1,4}:){0,1}[\dA-F]{1,4})|';
793 $regex.= '(::([\dA-F]{1,4}:){0,6}[\dA-F]{1,4})';
796 return preg_match($regex, $uppercaseIP) ?
true : false;
800 * Match fully qualified domain name with list of strings with wildcard
802 * @param string The current remote IP address for instance, typ. REMOTE_ADDR
803 * @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)
804 * @return boolean True if a domain name mask from $list matches $baseIP
806 function cmpFQDN($baseIP, $list) {
807 if (count(explode('.',$baseIP))==4) {
808 $resolvedHostName = explode('.', gethostbyaddr($baseIP));
809 $values = t3lib_div
::trimExplode(',',$list,1);
811 foreach($values as $test) {
812 $hostNameParts = explode('.',$test);
815 foreach($hostNameParts as $index => $val) {
817 if (strcmp($val,'*') && strcmp($resolvedHostName[$index],$val)) {
821 if ($yes) return true;
828 * Check for item in list
829 * Check if an item exists in a comma-separated list of items.
832 * @param string comma-separated list of items (string)
833 * @param string item to check for
834 * @return boolean true if $item is in $list
836 function inList($list,$item) {
837 return strstr(','.$list.',', ','.$item.',') ?
true : false;
841 * Removes an item from a comma-separated list of items.
844 * @param string element to remove
845 * @param string comma-separated list of items (string)
846 * @return string new comma-separated list of items
848 function rmFromList($element,$list) {
849 $items = explode(',',$list);
850 while(list($k,$v)=each($items)) {
851 if ($v==$element) {unset($items[$k]);}
853 return implode(',',$items);
857 * Expand a comma-separated list of integers with ranges (eg 1,3-5,7 becomes 1,3,4,5,7).
858 * Ranges are limited to 1000 values per range.
860 * @param string comma-separated list of integers with ranges (string)
861 * @return string new comma-separated list of items
862 * @author Martin Kutschker <martin.kutschker@activesolution.at>
864 function expandList($list) {
865 $items = explode(',',$list);
867 while(list(,$item)=each($items)) {
868 $range = explode('-',$item);
869 if (isset($range[1])) {
870 $runAwayBrake = 1000;
871 for ($n=$range[0]; $n<=$range[1]; $n++
) {
875 if ($runAwayBrake<=0) break;
882 return implode(',',$list);
886 * Forces the integer $theInt into the boundaries of $min and $max. If the $theInt is 'false' then the $zeroValue is applied.
889 * @param integer Input value
890 * @param integer Lower limit
891 * @param integer Higher limit
892 * @param integer Default value if input is false.
893 * @return integer The input value forced into the boundaries of $min and $max
895 function intInRange($theInt,$min,$max=2000000000,$zeroValue=0) {
896 // Returns $theInt as an integer in the integerspace from $min to $max
897 $theInt = intval($theInt);
898 if ($zeroValue && !$theInt) {$theInt=$zeroValue;} // If the input value is zero after being converted to integer, zeroValue may set another default value for it.
899 if ($theInt<$min){$theInt=$min;}
900 if ($theInt>$max){$theInt=$max;}
905 * Returns the $integer if greater than zero, otherwise returns zero.
908 * @param integer Integer string to process
911 function intval_positive($theInt) {
912 $theInt = intval($theInt);
913 if ($theInt<0){$theInt=0;}
918 * Returns an integer from a three part version number, eg '4.12.3' -> 4012003
921 * @param string Version number on format x.x.x
922 * @return integer Integer version of version number (where each part can count to 999)
924 function int_from_ver($verNumberStr) {
925 $verParts = explode('.',$verNumberStr);
926 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
));
930 * Returns true if the current TYPO3 version (or compatibility version) is compatible to the input version
931 * Notice that this function compares branches, not versions (4.0.1 would be > 4.0.0 although they use the same compat_version)
933 * @param string Minimum branch number required (format x.y / e.g. "4.0" NOT "4.0.0"!)
934 * @return boolean Returns true if this setup is compatible with the provided version number
935 * @todo Still needs a function to convert versions to branches
937 function compat_version($verNumberStr) {
938 global $TYPO3_CONF_VARS;
939 $currVersionStr = $TYPO3_CONF_VARS['SYS']['compat_version'] ?
$TYPO3_CONF_VARS['SYS']['compat_version'] : TYPO3_branch
;
941 if (t3lib_div
::int_from_ver($currVersionStr) < t3lib_div
::int_from_ver($verNumberStr)) {
949 * Makes a positive integer hash out of the first 7 chars from the md5 hash of the input
952 * @param string String to md5-hash
953 * @return integer Returns 28bit integer-hash
955 function md5int($str) {
956 return hexdec(substr(md5($str),0,7));
960 * Returns the first 10 positions of the MD5-hash (changed from 6 to 10 recently)
964 * @param string Input string to be md5-hashed
965 * @param integer The string-length of the output
966 * @return string Substring of the resulting md5-hash, being $len chars long (from beginning)
968 function shortMD5($input, $len=10) {
969 return substr(md5($input),0,$len);
973 * Takes comma-separated lists and arrays and removes all duplicates
974 * If a value in the list is trim(empty), the value is ignored.
977 * @param string Accept multiple parameters wich can be comma-separated lists of values and arrays.
978 * @param mixed $secondParameter: Dummy field, which if set will show a warning!
979 * @return string Returns the list without any duplicates of values, space around values are trimmed
981 function uniqueList($in_list, $secondParameter=NULL) {
982 if (is_array($in_list)) die('t3lib_div::uniqueList() does NOT support array arguments anymore! Only string comma lists!');
983 if (isset($secondParameter)) die('t3lib_div::uniqueList() does NOT support more than a single argument value anymore. You have specified more than one.');
985 return implode(',',array_unique(t3lib_div
::trimExplode(',',$in_list,1)));
989 * Splits a reference to a file in 5 parts
992 * @param string Filename/filepath to be analysed
993 * @return array Contains keys [path], [file], [filebody], [fileext], [realFileext]
995 function split_fileref($fileref) {
997 if ( ereg('(.*/)(.*)$',$fileref,$reg) ) {
998 $info['path'] = $reg[1];
999 $info['file'] = $reg[2];
1002 $info['file'] = $fileref;
1005 if ( ereg('(.*)\.([^\.]*$)',$info['file'],$reg) ) {
1006 $info['filebody'] = $reg[1];
1007 $info['fileext'] = strtolower($reg[2]);
1008 $info['realFileext'] = $reg[2];
1010 $info['filebody'] = $info['file'];
1011 $info['fileext'] = '';
1018 * Returns the directory part of a path without trailing slash
1019 * If there is no dir-part, then an empty string is returned.
1022 * '/dir1/dir2/script.php' => '/dir1/dir2'
1023 * '/dir1/' => '/dir1'
1024 * 'dir1/script.php' => 'dir1'
1025 * 'd/script.php' => 'd'
1026 * '/script.php' => ''
1030 * @param string Directory name / path
1031 * @return string Processed input value. See function description.
1033 function dirname($path) {
1034 $p=t3lib_div
::revExplode('/',$path,2);
1035 return count($p)==2?
$p[0]:'';
1039 * Modifies a HTML Hex color by adding/subtracting $R,$G and $B integers
1042 * @param string A hexadecimal color code, #xxxxxx
1043 * @param integer Offset value 0-255
1044 * @param integer Offset value 0-255
1045 * @param integer Offset value 0-255
1046 * @return string A hexadecimal color code, #xxxxxx, modified according to input vars
1047 * @see modifyHTMLColorAll()
1049 function modifyHTMLColor($color,$R,$G,$B) {
1050 // This takes a hex-color (# included!) and adds $R, $G and $B to the HTML-color (format: #xxxxxx) and returns the new color
1051 $nR = t3lib_div
::intInRange(hexdec(substr($color,1,2))+
$R,0,255);
1052 $nG = t3lib_div
::intInRange(hexdec(substr($color,3,2))+
$G,0,255);
1053 $nB = t3lib_div
::intInRange(hexdec(substr($color,5,2))+
$B,0,255);
1055 substr('0'.dechex($nR),-2).
1056 substr('0'.dechex($nG),-2).
1057 substr('0'.dechex($nB),-2);
1061 * Modifies a HTML Hex color by adding/subtracting $all integer from all R/G/B channels
1064 * @param string A hexadecimal color code, #xxxxxx
1065 * @param integer Offset value 0-255 for all three channels.
1066 * @return string A hexadecimal color code, #xxxxxx, modified according to input vars
1067 * @see modifyHTMLColor()
1069 function modifyHTMLColorAll($color,$all) {
1070 return t3lib_div
::modifyHTMLColor($color,$all,$all,$all);
1074 * Removes comma (if present) in the end of string
1077 * @param string String from which the comma in the end (if any) will be removed.
1080 function rm_endcomma($string) {
1081 return ereg_replace(',$','',$string);
1085 * strtoupper which converts danish (and other characters) characters as well
1088 * @param string String to process
1090 * @deprecated Use t3lib_cs::conv_case() instead or for HTML output, wrap your content in <span class="uppercase">...</span>)
1093 function danish_strtoupper($string) {
1094 $value = strtoupper($string);
1095 return strtr($value, 'áéúíâêûôîæøåäöü', 'ÁÉÚÍÄËÜÖÏÆØÅÄÖÜ');
1099 * Change umlaut characters to plain ASCII with normally two character target
1100 * Only known characters will be converted, so don't expect a result for any character.
1104 * @param string String to convert.
1105 * @deprecated Works only for western europe single-byte charsets! Use t3lib_cs::specCharsToASCII() instead!
1108 function convUmlauts($str) {
1109 $pat = array ( '/ä/', '/Ä/', '/ö/', '/Ö/', '/ü/', '/Ü/', '/ß/', '/å/', '/Å/', '/ø/', '/Ø/', '/æ/', '/Æ/' );
1110 $repl = array ( 'ae', 'Ae', 'oe', 'Oe', 'ue', 'Ue', 'ss', 'aa', 'AA', 'oe', 'OE', 'ae', 'AE' );
1111 return preg_replace($pat,$repl,$str);
1115 * Tests if the input is an integer.
1118 * @param mixed Any input variable to test.
1119 * @return boolean Returns true if string is an integer
1121 function testInt($var) {
1122 return !strcmp($var,intval($var));
1126 * Returns true if the first part of $str matches the string $partStr
1129 * @param string Full string to check
1130 * @param string Reference string which must be found as the "first part" of the full string
1131 * @return boolean True if $partStr was found to be equal to the first part of $str
1133 function isFirstPartOfStr($str,$partStr) {
1134 // Returns true, if the first part of a $str equals $partStr and $partStr is not ''
1135 $psLen = strlen($partStr);
1137 return substr($str,0,$psLen)==(string)$partStr;
1138 } else return false;
1142 * Formats the input integer $sizeInBytes as bytes/kilobytes/megabytes (-/K/M)
1145 * @param integer Number of bytes to format.
1146 * @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)
1147 * @return string Formatted representation of the byte number, for output.
1149 function formatSize($sizeInBytes,$labels='') {
1152 if (strlen($labels) == 0) {
1153 $labels = ' | K| M| G';
1155 $labels = str_replace('"','',$labels);
1157 $labelArr = explode('|',$labels);
1160 if ($sizeInBytes>900) {
1161 if ($sizeInBytes>900000000) { // GB
1162 $val = $sizeInBytes/(1024*1024*1024);
1163 return number_format($val, (($val<20)?
1:0), '.', '').$labelArr[3];
1165 elseif ($sizeInBytes>900000) { // MB
1166 $val = $sizeInBytes/(1024*1024);
1167 return number_format($val, (($val<20)?
1:0), '.', '').$labelArr[2];
1169 $val = $sizeInBytes/(1024);
1170 return number_format($val, (($val<20)?
1:0), '.', '').$labelArr[1];
1173 return $sizeInBytes.$labelArr[0];
1178 * Returns microtime input to milliseconds
1181 * @param string Microtime
1182 * @return integer Microtime input string converted to an integer (milliseconds)
1184 function convertMicrotime($microtime) {
1185 $parts = explode(' ',$microtime);
1186 return round(($parts[0]+
$parts[1])*1000);
1190 * This splits a string by the chars in $operators (typical /+-*) and returns an array with them in
1193 * @param string Input string, eg "123 + 456 / 789 - 4"
1194 * @param string Operators to split by, typically "/+-*"
1195 * @return array Array with operators and operands separated.
1196 * @see tslib_cObj::calc(), tslib_gifBuilder::calcOffset()
1198 function splitCalc($string,$operators) {
1202 $valueLen=strcspn($string,$operators);
1203 $value=substr($string,0,$valueLen);
1204 $res[] = Array($sign,trim($value));
1205 $sign=substr($string,$valueLen,1);
1206 $string=substr($string,$valueLen+
1);
1213 * Calculates the input by +,-,*,/,%,^ with priority to + and -
1216 * @param string Input string, eg "123 + 456 / 789 - 4"
1217 * @return integer Calculated value. Or error string.
1218 * @see calcParenthesis()
1220 function calcPriority($string) {
1221 $string=ereg_replace('[[:space:]]*','',$string); // removing all whitespace
1222 $string='+'.$string; // Ensuring an operator for the first entrance
1224 $regex = '(['.$qm.'])(['.$qm.']?[0-9\.]*)';
1225 // split the expression here:
1227 preg_match_all('/'.$regex.'/',$string,$reg);
1233 $buffer=doubleval(current($reg[2]));
1234 next($reg[2]); // Advance pointer
1235 while(list($k,$v)=each($reg[2])) {
1237 $sign = $reg[1][$k];
1238 if ($sign=='+' ||
$sign=='-') {
1239 $number = $Msign=='-' ?
$number-=$buffer : $number+
=$buffer;
1243 if ($sign=='/') {if ($v) $buffer/=$v; else $err='dividing by zero';}
1244 if ($sign=='%') {if ($v) $buffer%
=$v; else $err='dividing by zero';}
1245 if ($sign=='*') {$buffer*=$v;}
1246 if ($sign=='^') {$buffer=pow($buffer,$v);}
1249 $number = $Msign=='-' ?
$number-=$buffer : $number+
=$buffer;
1250 return $err ?
'ERROR: '.$err : $number;
1254 * Calculates the input with parenthesis levels
1257 * @param string Input string, eg "(123 + 456) / 789 - 4"
1258 * @return integer Calculated value. Or error string.
1259 * @see calcPriority(), tslib_cObj::stdWrap()
1261 function calcParenthesis($string) {
1264 $valueLenO=strcspn($string,'(');
1265 $valueLenC=strcspn($string,')');
1266 if ($valueLenC==strlen($string) ||
$valueLenC < $valueLenO) {
1267 $value = t3lib_div
::calcPriority(substr($string,0,$valueLenC));
1268 $string = $value.substr($string,$valueLenC+
1);
1271 $string = substr($string,0,$valueLenO).t3lib_div
::calcParenthesis(substr($string,$valueLenO+
1));
1275 if ($securC<=0) break;
1276 } while($valueLenO<strlen($string));
1281 * Inverse version of htmlspecialchars()
1284 * @param string Value where >, <, " and & should be converted to regular chars.
1285 * @return string Converted result.
1287 function htmlspecialchars_decode($value) {
1288 $value = str_replace('>','>',$value);
1289 $value = str_replace('<','<',$value);
1290 $value = str_replace('"','"',$value);
1291 $value = str_replace('&','&',$value);
1296 * Re-converts HTML entities if they have been converted by htmlspecialchars()
1299 * @param string String which contains eg. "&amp;" which should stay "&". Or "&#1234;" to "Ӓ". Or "&#x1b;" to ""
1300 * @return string Converted result.
1302 function deHSCentities($str) {
1303 return ereg_replace('&([#[:alnum:]]*;)','&\1',$str);
1307 * This function is used to escape any ' -characters when transferring text to JavaScript!
1310 * @param string String to escape
1311 * @param boolean If set, also backslashes are escaped.
1312 * @param string The character to escape, default is ' (single-quote)
1313 * @return string Processed input string
1315 function slashJS($string,$extended=0,$char="'") {
1316 if ($extended) {$string = str_replace ("\\", "\\\\", $string);}
1317 return str_replace ($char, "\\".$char, $string);
1321 * Version of rawurlencode() where all spaces (%20) are re-converted to space-characters.
1322 * Usefull when passing text to JavaScript where you simply url-encode it to get around problems with syntax-errors, linebreaks etc.
1325 * @param string String to raw-url-encode with spaces preserved
1326 * @return string Rawurlencoded result of input string, but with all %20 (space chars) converted to real spaces.
1328 function rawUrlEncodeJS($str) {
1329 return str_replace('%20',' ',rawurlencode($str));
1333 * rawurlencode which preserves "/" chars
1334 * Usefull when filepaths should keep the "/" chars, but have all other special chars encoded.
1337 * @param string Input string
1338 * @return string Output string
1340 function rawUrlEncodeFP($str) {
1341 return str_replace('%2F','/',rawurlencode($str));
1345 * Checking syntax of input email address
1348 * @param string Input string to evaluate
1349 * @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.
1351 function validEmail($email) {
1352 $email = trim ($email);
1353 if (strstr($email,' ')) return FALSE;
1354 return ereg('^[A-Za-z0-9\._-]+[@][A-Za-z0-9\._-]+[\.].[A-Za-z0-9]+$',$email) ?
TRUE : FALSE;
1358 * Formats a string for output between <textarea>-tags
1359 * All content outputted in a textarea form should be passed through this function
1360 * 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!
1363 * @param string Input string to be formatted.
1364 * @return string Formatted for <textarea>-tags
1366 function formatForTextarea($content) {
1367 return chr(10).htmlspecialchars($content);
1381 /*************************
1385 *************************/
1388 * Check if an item exists in an array
1389 * Please note that the order of parameters is reverse compared to the php4-function in_array()!!!
1392 * @param array one-dimensional array of items
1393 * @param string item to check for
1394 * @return boolean true if $item is in the one-dimensional array $in_array
1397 function inArray($in_array,$item) {
1398 if (is_array($in_array)) {
1399 while (list(,$val)=each($in_array)) {
1400 if (!is_array($val) && !strcmp($val,$item)) return true;
1406 * Explodes a $string delimited by $delim and passes each item in the array through intval().
1407 * Corresponds to explode(), but with conversion to integers for all values.
1410 * @param string Delimiter string to explode with
1411 * @param string The string to explode
1412 * @return array Exploded values, all converted to integers
1414 function intExplode($delim, $string) {
1415 $temp = explode($delim,$string);
1416 while(list($key,$val)=each($temp)) {
1417 $temp[$key]=intval($val);
1424 * Reverse explode which explodes the string counting from behind.
1425 * Thus t3lib_div::revExplode(':','my:words:here',2) will return array('my:words','here')
1428 * @param string Delimiter string to explode with
1429 * @param string The string to explode
1430 * @param integer Number of array entries
1431 * @return array Exploded values
1433 function revExplode($delim, $string, $count=0) {
1434 $temp = explode($delim,strrev($string),$count);
1435 while(list($key,$val)=each($temp)) {
1436 $temp[$key]=strrev($val);
1438 $temp=array_reverse($temp);
1444 * Explodes a string and trims all values for whitespace in the ends.
1445 * If $onlyNonEmptyValues is set, then all blank ('') values are removed.
1448 * @param string Delimiter string to explode with
1449 * @param string The string to explode
1450 * @param boolean If set, all empty values (='') will NOT be set in output
1451 * @return array Exploded values
1453 function trimExplode($delim, $string, $onlyNonEmptyValues=0) {
1454 $array = explode($delim, $string);
1455 // for two perfomance reasons the loop is duplicated
1456 // a) avoid check for $onlyNonEmptyValues in foreach loop
1457 // b) avoid unnecessary code when $onlyNonEmptyValues is not set
1458 if ($onlyNonEmptyValues) {
1459 $new_array = array();
1460 foreach($array as $index => $value) {
1461 $value = trim($value);
1463 $new_array[] = $value;
1468 foreach($array as $key => &$value) {
1469 $value = trim($value);
1478 * Remove duplicate values from an array
1481 * @param array Array of values to make unique
1484 * @deprecated Use the PHP function array_unique instead
1486 function uniqueArray($valueArray) {
1487 return array_unique($valueArray);
1491 * Removes the value $cmpValue from the $array if found there. Returns the modified array
1494 * @param array Array containing the values
1495 * @param string Value to search for and if found remove array entry where found.
1496 * @return array Output array with entries removed if search string is found
1498 function removeArrayEntryByValue($array,$cmpValue) {
1499 if (is_array($array)) {
1501 while(list($k,$v)=each($array)) {
1503 $array[$k] = t3lib_div
::removeArrayEntryByValue($v,$cmpValue);
1505 if (!strcmp($v,$cmpValue)) {
1516 * Implodes a multidim-array into GET-parameters (eg. ¶m[key][key2]=value2¶m[key][key3]=value3)
1519 * @param string Name prefix for entries. Set to blank if you wish none.
1520 * @param array The (multidim) array to implode
1521 * @param string (keep blank)
1522 * @param boolean If set, parameters which were blank strings would be removed.
1523 * @param boolean If set, the param name itself (for example "param[key][key2]") would be rawurlencoded as well.
1524 * @return string Imploded result, fx. ¶m[key][key2]=value2¶m[key][key3]=value3
1525 * @see explodeUrl2Array()
1527 function implodeArrayForUrl($name,$theArray,$str='',$skipBlank=0,$rawurlencodeParamName=0) {
1528 if (is_array($theArray)) {
1529 foreach($theArray as $Akey => $AVal) {
1530 $thisKeyName = $name ?
$name.'['.$Akey.']' : $Akey;
1531 if (is_array($AVal)) {
1532 $str = t3lib_div
::implodeArrayForUrl($thisKeyName,$AVal,$str,$skipBlank,$rawurlencodeParamName);
1534 if (!$skipBlank ||
strcmp($AVal,'')) {
1535 $str.='&'.($rawurlencodeParamName ?
rawurlencode($thisKeyName) : $thisKeyName).
1536 '='.rawurlencode($AVal);
1545 * Explodes a string with GETvars (eg. "&id=1&type=2&ext[mykey]=3") into an array
1547 * @param string GETvars string
1548 * @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())
1549 * @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!
1550 * @see implodeArrayForUrl()
1552 function explodeUrl2Array($string,$multidim=FALSE) {
1555 parse_str($string,$output);
1557 $p = explode('&',$string);
1560 list($pK,$pV) = explode('=',$v,2);
1561 $output[rawurldecode($pK)] = rawurldecode($pV);
1569 * Returns an array with selected keys from incoming data.
1570 * (Better read source code if you want to find out...)
1573 * @param string List of variable/key names
1574 * @param array Array from where to get values based on the keys in $varList
1575 * @param boolean If set, then t3lib_div::_GP() is used to fetch the value if not found (isset) in the $getArray
1576 * @return array Output array with selected variables.
1578 function compileSelectedGetVarsFromArray($varList,$getArray,$GPvarAlt=1) {
1579 $keys = t3lib_div
::trimExplode(',',$varList,1);
1581 foreach($keys as $v) {
1582 if (isset($getArray[$v])) {
1583 $outArr[$v]=$getArray[$v];
1584 } elseif ($GPvarAlt) {
1585 $outArr[$v]=t3lib_div
::_GP($v);
1593 * This function traverses a multidimentional array and adds slashes to the values.
1594 * NOTE that the input array is and argument by reference.!!
1595 * Twin-function to stripSlashesOnArray
1598 * @param array Multidimensional input array, (REFERENCE!)
1601 function addSlashesOnArray(&$theArray) {
1602 if (is_array($theArray)) {
1604 while(list($Akey,$AVal)=each($theArray)) {
1605 if (is_array($AVal)) {
1606 t3lib_div
::addSlashesOnArray($theArray[$Akey]);
1608 $theArray[$Akey] = addslashes($AVal);
1617 * This function traverses a multidimentional array and strips slashes to the values.
1618 * NOTE that the input array is and argument by reference.!!
1619 * Twin-function to addSlashesOnArray
1622 * @param array Multidimensional input array, (REFERENCE!)
1625 function stripSlashesOnArray(&$theArray) {
1626 if (is_array($theArray)) {
1628 while(list($Akey,$AVal)=each($theArray)) {
1629 if (is_array($AVal)) {
1630 t3lib_div
::stripSlashesOnArray($theArray[$Akey]);
1632 $theArray[$Akey] = stripslashes($AVal);
1640 * Either slashes ($cmd=add) or strips ($cmd=strip) array $arr depending on $cmd
1643 * @param array Multidimensional input array
1644 * @param string "add" or "strip", depending on usage you wish.
1647 function slashArray($arr,$cmd) {
1648 if ($cmd=='strip') t3lib_div
::stripSlashesOnArray($arr);
1649 if ($cmd=='add') t3lib_div
::addSlashesOnArray($arr);
1654 * 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)
1655 * In case of identical keys, ie. keeping the values of the second.
1658 * @param array First array
1659 * @param array Second array, overruling the first array
1660 * @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.
1661 * @param boolean If set, values from $arr1 will overrule if they are empty or zero. Default: true
1662 * @return array Resulting array where $arr1 values has overruled $arr0 values
1664 function array_merge_recursive_overrule($arr0,$arr1,$notAddKeys=0,$includeEmtpyValues=true) {
1666 while(list($key,$val) = each($arr1)) {
1667 if(is_array($arr0[$key])) {
1668 if (is_array($arr1[$key])) {
1669 $arr0[$key] = t3lib_div
::array_merge_recursive_overrule($arr0[$key],$arr1[$key],$notAddKeys,$includeEmtpyValues);
1673 if (isset($arr0[$key])) {
1674 if ($includeEmtpyValues ||
$val) {
1679 if ($includeEmtpyValues ||
$val) {
1690 * 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.
1693 * @param array First array
1694 * @param array Second array
1695 * @return array Merged result.
1697 function array_merge($arr1,$arr2) {
1702 * Takes a row and returns a CSV string of the values with $delim (default is ,) and $quote (default is ") as separator chars.
1705 * @param array Input array of values
1706 * @param string Delimited, default is comman
1707 * @param string Quote-character to wrap around the values.
1708 * @return string A single line of CSV
1710 function csvValues($row,$delim=',',$quote='"') {
1713 foreach ($row as $value) {
1714 $out[] = str_replace($quote, $quote.$quote, $value);
1716 $str = $quote.implode($quote.$delim.$quote,$out).$quote;
1721 * Creates recursively a JSON literal from a mulidimensional associative array.
1722 * Uses Services_JSON (http://mike.teczno.com/JSON/doc/)
1724 * @param array $jsonArray: The array to be transformed to JSON
1725 * @return string JSON string
1727 function array2json($jsonArray) {
1728 if (!$GLOBALS['JSON']) {
1729 require_once(PATH_typo3
.'contrib/json.php');
1730 $GLOBALS['JSON'] = t3lib_div
::makeInstance('Services_JSON');
1732 return $GLOBALS['JSON']->encode($jsonArray);
1736 * Removes dots "." from end of a key identifier of TypoScript styled array.
1737 * array('key.' => array('property.' => 'value')) --> array('key' => array('property' => 'value'))
1739 * @param array $ts: TypoScript configuration array
1740 * @return array TypoScript configuration array without dots at the end of all keys
1742 function removeDotsFromTS($ts) {
1744 if (is_array($ts)) {
1745 foreach ($ts as $key => $value) {
1746 if (is_array($value)) {
1747 $key = rtrim($key, '.');
1748 $out[$key] = t3lib_div
::removeDotsFromTS($value);
1750 $out[$key] = $value;
1772 /*************************
1774 * HTML/XML PROCESSING
1776 *************************/
1779 * Returns an array with all attributes of the input HTML tag as key/value pairs. Attributes are only lowercase a-z
1780 * $tag is either a whole tag (eg '<TAG OPTION ATTRIB=VALUE>') or the parameterlist (ex ' OPTION ATTRIB=VALUE>')
1781 * If a attribute is empty (I call it 'an option'), then the value for the key is empty. You can check if it existed with isset()
1784 * @param string HTML-tag string (or attributes only)
1785 * @return array Array with the attribute values.
1787 function get_tag_attributes($tag) {
1788 $components = t3lib_div
::split_tag_attributes($tag);
1789 $name = ''; // attribute name is stored here
1791 if (is_array($components)) {
1792 while (list($key,$val) = each ($components)) {
1793 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
1796 $attributes[$name] = $val;
1800 if ($key = strtolower(ereg_replace('[^a-zA-Z0-9]','',$val))) {
1801 $attributes[$key] = '';
1810 if (is_array($attributes)) reset($attributes);
1816 * Returns an array with the 'components' from an attribute list from an HTML tag. The result is normally analyzed by get_tag_attributes
1817 * Removes tag-name if found
1820 * @param string HTML-tag string (or attributes only)
1821 * @return array Array with the attribute values.
1824 function split_tag_attributes($tag) {
1825 $tag_tmp = trim(eregi_replace ('^<[^[:space:]]*','',trim($tag)));
1826 // Removes any > in the end of the string
1827 $tag_tmp = trim(eregi_replace ('>$','',$tag_tmp));
1829 while (strcmp($tag_tmp,'')) { // Compared with empty string instead , 030102
1830 $firstChar=substr($tag_tmp,0,1);
1831 if (!strcmp($firstChar,'"') ||
!strcmp($firstChar,"'")) {
1832 $reg=explode($firstChar,$tag_tmp,3);
1834 $tag_tmp=trim($reg[2]);
1835 } elseif (!strcmp($firstChar,'=')) {
1837 $tag_tmp = trim(substr($tag_tmp,1)); // Removes = chars.
1839 // There are '' around the value. We look for the next ' ' or '>'
1840 $reg = split('[[:space:]=]',$tag_tmp,2);
1841 $value[] = trim($reg[0]);
1842 $tag_tmp = trim(substr($tag_tmp,strlen($reg[0]),1).$reg[1]);
1845 if (is_array($value)) reset($value);
1850 * Implodes attributes in the array $arr for an attribute list in eg. and HTML tag (with quotes)
1853 * @param array Array with attribute key/value pairs, eg. "bgcolor"=>"red", "border"=>0
1854 * @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!
1855 * @param boolean If true, don't check if values are blank. Default is to omit attributes with blank values.
1856 * @return string Imploded attributes, eg. 'bgcolor="red" border="0"'
1858 function implodeAttributes($arr,$xhtmlSafe=FALSE,$dontOmitBlankAttribs=FALSE) {
1859 if (is_array($arr)) {
1862 foreach($arr as $p => $v) {
1863 if (!isset($newArr[strtolower($p)])) $newArr[strtolower($p)] = htmlspecialchars($v);
1868 foreach($arr as $p => $v) {
1869 if (strcmp($v,'') ||
$dontOmitBlankAttribs) {$list[]=$p.'="'.$v.'"';}
1871 return implode(' ',$list);
1876 * Implodes attributes in the array $arr for an attribute list in eg. and HTML tag (with quotes)
1878 * @param array See implodeAttributes()
1879 * @param boolean See implodeAttributes()
1880 * @param boolean See implodeAttributes()
1881 * @return string See implodeAttributes()
1882 * @deprecated Name was changed into implodeAttributes
1883 * @see implodeAttributes()
1885 function implodeParams($arr,$xhtmlSafe=FALSE,$dontOmitBlankAttribs=FALSE) {
1886 return t3lib_div
::implodeAttributes($arr,$xhtmlSafe,$dontOmitBlankAttribs);
1890 * Wraps JavaScript code XHTML ready with <script>-tags
1891 * Automatic re-identing of the JS code is done by using the first line as ident reference.
1892 * This is nice for identing JS code with PHP code on the same level.
1894 * @param string JavaScript code
1895 * @param boolean Wrap script element in linebreaks? Default is TRUE.
1896 * @return string The wrapped JS code, ready to put into a XHTML page
1897 * @author Ingmar Schlecht <ingmars@web.de>
1898 * @author René Fritz <r.fritz@colorcube.de>
1900 function wrapJS($string, $linebreak=TRUE) {
1902 // <script wrapped in nl?
1903 $cr = $linebreak?
"\n" : '';
1905 // remove nl from the beginning
1906 $string = preg_replace ('/^\n+/', '', $string);
1907 // re-ident to one tab using the first line as reference
1909 if(preg_match('/^(\t+)/',$string,$match)) {
1910 $string = str_replace($match[1],"\t", $string);
1912 $string = $cr.'<script type="text/javascript">
1918 return trim($string);
1923 * Parses XML input into a PHP array with associative keys
1926 * @param string XML data input
1927 * @param integer Number of element levels to resolve the XML into an array. Any further structure will be set as XML.
1928 * @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.
1929 * @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
1931 function xml2tree($string,$depth=999) {
1932 $parser = xml_parser_create();
1936 xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING
, 0);
1937 xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE
, 0);
1938 xml_parse_into_struct($parser, $string, $vals, $index);
1940 if (xml_get_error_code($parser)) return 'Line '.xml_get_current_line_number($parser).': '.xml_error_string(xml_get_error_code($parser));
1941 xml_parser_free($parser);
1943 $stack = array( array() );
1947 // FIXME don't use unset() - what does that mean? Use NULL or similar.
1949 foreach($vals as $key => $val) {
1950 $type = $val['type'];
1953 if ($type=='open' ||
$type=='complete') {
1954 $stack[$stacktop++
] = $tagi;
1956 if ($depth==$stacktop) {
1960 $tagi = array('tag' => $val['tag']);
1962 if(isset($val['attributes'])) $tagi['attrs'] = $val['attributes'];
1963 if(isset($val['value'])) $tagi['values'][] = $val['value'];
1966 if ($type=='complete' ||
$type=='close') {
1968 $tagi = $stack[--$stacktop];
1969 $oldtag = $oldtagi['tag'];
1970 unset($oldtagi['tag']);
1972 if ($depth==($stacktop+
1)) {
1973 if ($key-$startPoint > 0) {
1974 $partArray = array_slice(
1979 #$oldtagi=array('XMLvalue'=>t3lib_div::xmlRecompileFromStructValArray($partArray));
1980 $oldtagi['XMLvalue']=t3lib_div
::xmlRecompileFromStructValArray($partArray);
1982 $oldtagi['XMLvalue']=$oldtagi['values'][0];
1986 $tagi['ch'][$oldtag][] = $oldtagi;
1990 if($type=='cdata') {
1991 $tagi['values'][] = $val['value'];
1998 * Turns PHP array into XML. See array2xml()
2000 * @param array The input PHP array with any kind of data; text, binary, integers. Not objects though.
2001 * @param string Alternative document tag. Default is "phparray".
2002 * @param array Options for the compilation. See array2xml() for description.
2003 * @param string Forced charset to prologue
2004 * @return string An XML string made from the input content in the array.
2005 * @see xml2array(),array2xml()
2007 function array2xml_cs($array,$docTag='phparray',$options=array(),$charset='') {
2009 // Figure out charset if not given explicitly:
2011 if ($GLOBALS['TYPO3_CONF_VARS']['BE']['forceCharset']) { // First priority: forceCharset! If set, this will be authoritative!
2012 $charset = $GLOBALS['TYPO3_CONF_VARS']['BE']['forceCharset'];
2013 } elseif (is_object($GLOBALS['LANG'])) {
2014 $charset = $GLOBALS['LANG']->charSet
; // If "LANG" is around, that will hold the current charset
2016 $charset = 'iso-8859-1'; // THIS is just a hopeful guess!
2021 return '<?xml version="1.0" encoding="'.htmlspecialchars($charset).'" standalone="yes" ?>'.chr(10).
2022 t3lib_div
::array2xml($array,'',0,$docTag,0, $options);
2026 * Deprecated to call directly (unless you are aware of using XML prologues)! Use "array2xml_cs" instead (which adds an XML-prologue)
2028 * Converts a PHP array into an XML string.
2029 * The XML output is optimized for readability since associative keys are used as tagnames.
2030 * 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.
2031 * Numeric keys are stored with the default tagname "numIndex" but can be overridden to other formats)
2032 * 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
2033 * 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.
2034 * 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!
2035 * 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...
2038 * @param array The input PHP array with any kind of data; text, binary, integers. Not objects though.
2039 * @param string tag-prefix, eg. a namespace prefix like "T3:"
2040 * @param integer Current recursion level. Don't change, stay at zero!
2041 * @param string Alternative document tag. Default is "phparray".
2042 * @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
2043 * @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')
2044 * @param string Stack data. Don't touch.
2045 * @return string An XML string made from the input content in the array.
2048 function array2xml($array,$NSprefix='',$level=0,$docTag='phparray',$spaceInd=0, $options=array(),$stackData=array()) {
2049 // 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
2050 $binaryChars = chr(0).chr(1).chr(2).chr(3).chr(4).chr(5).chr(6).chr(7).chr(8).
2051 chr(11).chr(12).chr(14).chr(15).chr(16).chr(17).chr(18).chr(19).
2052 chr(20).chr(21).chr(22).chr(23).chr(24).chr(25).chr(26).chr(27).chr(28).chr(29).
2054 // Set indenting mode:
2055 $indentChar = $spaceInd ?
' ' : chr(9);
2056 $indentN = $spaceInd>0 ?
$spaceInd : 1;
2057 $nl = ($spaceInd >= 0 ?
chr(10) : '');
2059 // Init output variable:
2062 // Traverse the input array
2063 if (is_array($array)) {
2064 foreach($array as $k=>$v) {
2068 // Construct the tag name.
2069 if(isset($options['grandParentTagMap'][$stackData['grandParentTagName'].'/'.$stackData['parentTagName']])) { // Use tag based on grand-parent + parent tag name
2070 $attr.=' index="'.htmlspecialchars($tagName).'"';
2071 $tagName = (string)$options['grandParentTagMap'][$stackData['grandParentTagName'].'/'.$stackData['parentTagName']];
2072 }elseif(isset($options['parentTagMap'][$stackData['parentTagName'].':_IS_NUM']) && t3lib_div
::testInt($tagName)) { // Use tag based on parent tag name + if current tag is numeric
2073 $attr.=' index="'.htmlspecialchars($tagName).'"';
2074 $tagName = (string)$options['parentTagMap'][$stackData['parentTagName'].':_IS_NUM'];
2075 }elseif(isset($options['parentTagMap'][$stackData['parentTagName'].':'.$tagName])) { // Use tag based on parent tag name + current tag
2076 $attr.=' index="'.htmlspecialchars($tagName).'"';
2077 $tagName = (string)$options['parentTagMap'][$stackData['parentTagName'].':'.$tagName];
2078 } elseif(isset($options['parentTagMap'][$stackData['parentTagName']])) { // Use tag based on parent tag name:
2079 $attr.=' index="'.htmlspecialchars($tagName).'"';
2080 $tagName = (string)$options['parentTagMap'][$stackData['parentTagName']];
2081 } elseif (!strcmp(intval($tagName),$tagName)) { // If integer...;
2082 if ($options['useNindex']) { // If numeric key, prefix "n"
2083 $tagName = 'n'.$tagName;
2084 } else { // Use special tag for num. keys:
2085 $attr.=' index="'.$tagName.'"';
2086 $tagName = $options['useIndexTagForNum'] ?
$options['useIndexTagForNum'] : 'numIndex';
2088 } elseif($options['useIndexTagForAssoc']) { // Use tag for all associative keys:
2089 $attr.=' index="'.htmlspecialchars($tagName).'"';
2090 $tagName = $options['useIndexTagForAssoc'];
2093 // The tag name is cleaned up so only alphanumeric chars (plus - and _) are in there and not longer than 100 chars either.
2094 $tagName = substr(ereg_replace('[^[:alnum:]_-]','',$tagName),0,100);
2096 // If the value is an array then we will call this function recursively:
2100 if ($options['alt_options'][$stackData['path'].'/'.$tagName]) {
2101 $subOptions = $options['alt_options'][$stackData['path'].'/'.$tagName];
2102 $clearStackPath = $subOptions['clearStackPath'];
2104 $subOptions = $options;
2105 $clearStackPath = FALSE;
2109 t3lib_div
::array2xml(
2117 'parentTagName' => $tagName,
2118 'grandParentTagName' => $stackData['parentTagName'],
2119 'path' => $clearStackPath ?
'' : $stackData['path'].'/'.$tagName,
2122 ($spaceInd >= 0 ?
str_pad('',($level+
1)*$indentN,$indentChar) : '');
2123 if ((int)$options['disableTypeAttrib']!=2) { // Do not set "type = array". Makes prettier XML but means that empty arrays are not restored with xml2array
2124 $attr.=' type="array"';
2126 } else { // Just a value:
2128 // Look for binary chars:
2129 $vLen = strlen($v); // check for length, because PHP 5.2.0 may crash when first argument of strcspn is empty
2130 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!
2131 // If the value contained binary chars then we base64-encode it an set an attribute to notify this situation:
2132 $content = $nl.chunk_split(base64_encode($v));
2133 $attr.=' base64="1"';
2135 // Otherwise, just htmlspecialchar the stuff:
2136 $content = htmlspecialchars($v);
2137 $dType = gettype($v);
2138 if ($dType == 'string') {
2139 if ($options['useCDATA'] && $content != $v) {
2140 $content = '<![CDATA[' . $v . ']]>';
2142 } elseif (!$options['disableTypeAttrib']) {
2143 $attr.= ' type="'.$dType.'"';
2148 // Add the element to the output string:
2149 $output.=($spaceInd >= 0 ?
str_pad('',($level+
1)*$indentN,$indentChar) : '').'<'.$NSprefix.$tagName.$attr.'>'.$content.'</'.$NSprefix.$tagName.'>'.$nl;
2153 // If we are at the outer-most level, then we finally wrap it all in the document tags and return that as the value:
2156 '<'.$docTag.'>'.$nl.
2165 * Converts an XML string to a PHP array.
2166 * This is the reverse function of array2xml()
2169 * @param string XML content to convert into an array
2170 * @param string The tag-prefix resolve, eg. a namespace like "T3:"
2171 * @param boolean If set, the document tag will be set in the key "_DOCUMENT_TAG" of the output array
2172 * @return mixed If the parsing had errors, a string with the error message is returned. Otherwise an array with the content.
2175 function xml2array($string,$NSprefix='',$reportDocTag=FALSE) {
2176 global $TYPO3_CONF_VARS;
2179 $parser = xml_parser_create();
2183 xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING
, 0);
2184 xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE
, 0);
2186 // PHP 5.0.0 & 5.0.1: default output charset is ISO-8859-1, only ASCII, ISO-8859-1 and UTF-8 are supported!!!
2187 // PHP 5.0.2+: default output charset is UTF-8 , only ASCII, ISO-8859-1 and UTF-8 are supported!!!
2189 preg_match('/^[[:space:]]*<\?xml[^>]*encoding[[:space:]]*=[[:space:]]*"([^"]*)"/',substr($string,0,200),$match);
2190 $theCharset = $match[1] ?
$match[1] : ($TYPO3_CONF_VARS['BE']['forceCharset'] ?
$TYPO3_CONF_VARS['BE']['forceCharset'] : 'iso-8859-1');
2191 xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING
, $theCharset); // us-ascii / utf-8 / iso-8859-1
2194 xml_parse_into_struct($parser, $string, $vals, $index);
2196 // If error, return error message:
2197 if (xml_get_error_code($parser)) {
2198 return 'Line '.xml_get_current_line_number($parser).': '.xml_error_string(xml_get_error_code($parser));
2200 xml_parser_free($parser);
2203 $stack = array(array());
2209 // Traverse the parsed XML structure:
2210 foreach($vals as $key => $val) {
2212 // First, process the tag-name (which is used in both cases, whether "complete" or "close")
2213 $tagName = $val['tag'];
2214 if (!$documentTag) $documentTag = $tagName;
2216 // Test for name space:
2217 $tagName = ($NSprefix && substr($tagName,0,strlen($NSprefix))==$NSprefix) ?
substr($tagName,strlen($NSprefix)) : $tagName;
2219 // Test for numeric tag, encoded on the form "nXXX":
2220 $testNtag = substr($tagName,1); // Closing tag.
2221 $tagName = (substr($tagName,0,1)=='n' && !strcmp(intval($testNtag),$testNtag)) ?
intval($testNtag) : $tagName;
2223 // Test for alternative index value:
2224 if (strlen($val['attributes']['index'])) { $tagName = $val['attributes']['index']; }
2226 // Setting tag-values, manage stack:
2227 switch($val['type']) {
2228 case 'open': // If open tag it means there is an array stored in sub-elements. Therefore increase the stackpointer and reset the accumulation array:
2229 $current[$tagName] = array(); // Setting blank place holder
2230 $stack[$stacktop++
] = $current;
2233 case 'close': // If the tag is "close" then it is an array which is closing and we decrease the stack pointer.
2234 $oldCurrent = $current;
2235 $current = $stack[--$stacktop];
2236 end($current); // Going to the end of array to get placeholder key, key($current), and fill in array next:
2237 $current[key($current)] = $oldCurrent;
2240 case 'complete': // If "complete", then it's a value. If the attribute "base64" is set, then decode the value, otherwise just set it.
2241 if ($val['attributes']['base64']) {
2242 $current[$tagName] = base64_decode($val['value']);
2244 $current[$tagName] = (string)$val['value']; // Had to cast it as a string - otherwise it would be evaluate false if tested with isset()!!
2247 switch((string)$val['attributes']['type']) {
2249 $current[$tagName] = (integer)$current[$tagName];
2252 $current[$tagName] = (double)$current[$tagName];
2255 $current[$tagName] = (bool)$current[$tagName];
2258 $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...
2266 if ($reportDocTag) {
2267 $current[$tagName]['_DOCUMENT_TAG'] = $documentTag;
2270 // Finally return the content of the document tag.
2271 return $current[$tagName];
2275 * This implodes an array of XML parts (made with xml_parse_into_struct()) into XML again.
2278 * @param array A array of XML parts, see xml2tree
2279 * @return string Re-compiled XML data.
2281 function xmlRecompileFromStructValArray($vals) {
2284 foreach($vals as $val) {
2285 $type = $val['type'];
2288 if ($type=='open' ||
$type=='complete') {
2289 $XMLcontent.='<'.$val['tag'];
2290 if(isset($val['attributes'])) {
2291 foreach($val['attributes'] as $k => $v) {
2292 $XMLcontent.=' '.$k.'="'.htmlspecialchars($v).'"';
2295 if ($type=='complete') {
2296 if(isset($val['value'])) {
2297 $XMLcontent.='>'.htmlspecialchars($val['value']).'</'.$val['tag'].'>';
2298 } else $XMLcontent.='/>';
2299 } else $XMLcontent.='>';
2301 if ($type=='open' && isset($val['value'])) {
2302 $XMLcontent.=htmlspecialchars($val['value']);
2306 if ($type=='close') {
2307 $XMLcontent.='</'.$val['tag'].'>';
2310 if($type=='cdata') {
2311 $XMLcontent.=htmlspecialchars($val['value']);
2319 * Extract the encoding scheme as found in the first line of an XML document (typically)
2322 * @param string XML data
2323 * @return string Encoding scheme (lowercase), if found.
2325 function xmlGetHeaderAttribs($xmlData) {
2326 $xmlHeader = substr(trim($xmlData),0,200);
2328 if (eregi('^<\?xml([^>]*)\?\>',$xmlHeader,$reg)) {
2329 return t3lib_div
::get_tag_attributes($reg[1]);
2343 /*************************
2347 *************************/
2350 * Reads the file or url $url and returns the content
2351 * 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.
2354 * @param string Filepath/URL to read
2355 * @param integer Whether the HTTP header should be fetched or not. 0=disable, 1=fetch header+content, 2=fetch header only
2356 * @param array HTTP headers to be used in the request
2357 * @return string The content from the resource given as input.
2359 function getURL($url, $includeHeader = 0, $requestHeaders = false) {
2362 // (Proxy support implemented by Arco <arco@appeltaart.mine.nu>)
2363 if ($GLOBALS['TYPO3_CONF_VARS']['SYS']['curlUse'] == '1' && preg_match('/^https?:\/\//', $url)) {
2364 // External URL without error checking.
2370 curl_setopt($ch, CURLOPT_URL
, $url);
2371 curl_setopt($ch, CURLOPT_HEADER
, $includeHeader ?
1 : 0);
2372 curl_setopt($ch, CURLOPT_NOBODY
, $includeHeader == 2 ?
1 : 0);
2373 curl_setopt($ch, CURLOPT_FOLLOWLOCATION
, 1);
2374 curl_setopt($ch, CURLOPT_RETURNTRANSFER
, 1);
2375 curl_setopt($ch, CURLOPT_FAILONERROR
, 1);
2376 if (is_array($requestHeaders)) {
2377 curl_setopt($ch, CURLOPT_HTTPHEADER
, $requestHeaders);
2380 if ($GLOBALS['TYPO3_CONF_VARS']['SYS']['curlProxyServer']) {
2381 curl_setopt($ch, CURLOPT_PROXY
, $GLOBALS['TYPO3_CONF_VARS']['SYS']['curlProxyServer']);
2383 // Not sure if this is needed
2384 if ($GLOBALS['TYPO3_CONF_VARS']['SYS']['curlProxyTunnel']) {
2385 curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL
, $GLOBALS['TYPO3_CONF_VARS']['SYS']['curlProxyTunnel']);
2387 if ($GLOBALS['TYPO3_CONF_VARS']['SYS']['curlProxyUserPass']) {
2388 curl_setopt($ch, CURLOPT_PROXYUSERPWD
, $GLOBALS['TYPO3_CONF_VARS']['SYS']['curlProxyUserPass']);
2391 $content = curl_exec($ch);
2394 } elseif ($includeHeader) {
2395 $parsedURL = parse_url($url);
2396 if (!t3lib_div
::inList('ftp,ftps,http,https,gopher,telnet', $parsedURL['scheme'])) {
2400 $fp = @fsockopen
($parsedURL['host'], ($parsedURL['port'] > 0 ?
$parsedURL['port'] : 80), $errno, $errstr, 2.0);
2405 $msg = 'GET ' . $parsedURL['path'] .
2406 ($parsedURL['query'] ?
'?' . $parsedURL['query'] : '') .
2407 ' HTTP/1.0' . "\r\n" . 'Host: ' .
2408 $parsedURL['host'] . "\r\n\r\n";
2410 while (!feof($fp)) {
2411 $line = fgets($fp, 2048);
2413 if ($includeHeader == 2 && !strlen(trim($line))) {
2414 break; // Stop at the first empty line (= end of header)
2419 } elseif (is_array($requestHeaders)) {
2420 $ctx = stream_context_create(array(
2422 'header' => implode("\r\n", $requestHeaders)
2426 $content = @file_get_contents
($url, false, $ctx);
2429 $content = @file_get_contents
($url);
2436 * Writes $content to the file $file
2439 * @param string Filepath to write to
2440 * @param string Content to write
2441 * @return boolean True if the file was successfully opened and written to.
2443 function writeFile($file,$content) {
2444 if (!@is_file
($file)) $changePermissions = true;
2446 if ($fd = fopen($file,'wb')) {
2447 $res = fwrite($fd,$content);
2450 if ($res===false) return false;
2452 if ($changePermissions) { // Change the permissions only if the file has just been created
2453 t3lib_div
::fixPermissions($file);
2463 * Setting file system mode & group ownership of file
2465 * @param string Filepath of newly created file
2468 function fixPermissions($file) {
2469 if (@is_file
($file) && TYPO3_OS
!='WIN') {
2470 @chmod
($file, octdec($GLOBALS['TYPO3_CONF_VARS']['BE']['fileCreateMask'])); // "@" is there because file is not necessarily OWNED by the user
2471 if($GLOBALS['TYPO3_CONF_VARS']['BE']['createGroup']) { // skip this if createGroup is empty
2472 @chgrp
($file, $GLOBALS['TYPO3_CONF_VARS']['BE']['createGroup']); // "@" is there because file is not necessarily OWNED by the user
2478 * Writes $content to a filename in the typo3temp/ folder (and possibly one or two subfolders...)
2479 * Accepts an additional subdirectory in the file path!
2481 * @param string Absolute filepath to write to inside "typo3temp/". First part of this string must match PATH_site."typo3temp/"
2482 * @param string Content string to write
2483 * @return string Returns false on success, otherwise an error string telling about the problem.
2485 function writeFileToTypo3tempDir($filepath,$content) {
2487 // Parse filepath into directory and basename:
2488 $fI = pathinfo($filepath);
2489 $fI['dirname'].= '/';
2492 if (t3lib_div
::validPathStr($filepath) && $fI['basename'] && strlen($fI['basename'])<60) {
2493 if (defined('PATH_site')) {
2494 $dirName = PATH_site
.'typo3temp/'; // Setting main temporary directory name (standard)
2495 if (@is_dir
($dirName)) {
2496 if (t3lib_div
::isFirstPartOfStr($fI['dirname'],$dirName)) {
2498 // Checking if the "subdir" is found:
2499 $subdir = substr($fI['dirname'],strlen($dirName));
2501 if (ereg('^[[:alnum:]_]+\/$',$subdir) ||
ereg('^[[:alnum:]_]+\/[[:alnum:]_]+\/$',$subdir)) {
2503 if (!@is_dir
($dirName)) {
2504 t3lib_div
::mkdir_deep(PATH_site
.'typo3temp/', $subdir);
2506 } else return 'Subdir, "'.$subdir.'", was NOT on the form "[[:alnum:]_]/" or "[[:alnum:]_]/[[:alnum:]_]/"';
2508 // Checking dir-name again (sub-dir might have been created):
2509 if (@is_dir
($dirName)) {
2510 if ($filepath == $dirName.$fI['basename']) {
2511 t3lib_div
::writeFile($filepath, $content);
2512 if (!@is_file
($filepath)) return 'File not written to disk! Write permission error in filesystem?';
2513 } else return 'Calculated filelocation didn\'t match input $filepath!';
2514 } else return '"'.$dirName.'" is not a directory!';
2515 } else return '"'.$fI['dirname'].'" was not within directory PATH_site + "typo3temp/"';
2516 } else return 'PATH_site + "typo3temp/" was not a directory!';
2517 } else return 'PATH_site constant was NOT defined!';
2518 } else return 'Input filepath "'.$filepath.'" was generally invalid!';
2522 * 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']
2525 * @param string Absolute path to folder, see PHP mkdir() function. Removes trailing slash internally.
2526 * @return boolean TRUE if @mkdir went well!
2528 function mkdir($theNewFolder) {
2529 $theNewFolder = preg_replace('|/$|','',$theNewFolder);
2530 if (mkdir($theNewFolder, octdec($GLOBALS['TYPO3_CONF_VARS']['BE']['folderCreateMask']))){
2531 chmod($theNewFolder, octdec($GLOBALS['TYPO3_CONF_VARS']['BE']['folderCreateMask'])); //added this line, because the mode at 'mkdir' has a strange behaviour sometimes
2533 if($GLOBALS['TYPO3_CONF_VARS']['BE']['createGroup']) { // skip this if createGroup is empty
2534 chgrp($theNewFolder, $GLOBALS['TYPO3_CONF_VARS']['BE']['createGroup']);
2541 * Creates a directory - including parent directories if necessary - in the file system
2543 * @param string Base folder. This must exist! Must have trailing slash! Example "/root/typo3site/"
2544 * @param string Deep directory to create, eg. "xx/yy/" which creates "/root/typo3site/xx/yy/" if $destination is "/root/typo3site/"
2545 * @return string If error, returns error string.
2547 function mkdir_deep($destination,$deepDir) {
2548 $allParts = t3lib_div
::trimExplode('/',$deepDir,1);
2550 foreach($allParts as $part) {
2552 if (!is_dir($destination.$root)) {
2553 t3lib_div
::mkdir($destination.$root);
2554 if (!@is_dir
($destination.$root)) {
2555 return 'Error: The directory "'.$destination.$root.'" could not be created...';
2562 * Wrapper function for rmdir, allowing recursive deletion of folders and files
2564 * @param string Absolute path to folder, see PHP rmdir() function. Removes trailing slash internally.
2565 * @param boolean Allow deletion of non-empty directories
2566 * @return boolean true if @rmdir went well!
2568 function rmdir($path,$removeNonEmpty=false) {
2570 $path = preg_replace('|/$|','',$path); // Remove trailing slash
2572 if (file_exists($path)) {
2575 if (is_dir($path)) {
2576 if ($removeNonEmpty==true && $handle = opendir($path)) {
2577 while ($OK && false !== ($file = readdir($handle))) {
2578 if ($file=='.' ||
$file=='..') continue;
2579 $OK = t3lib_div
::rmdir($path.'/'.$file,$removeNonEmpty);
2583 if ($OK) { $OK = rmdir($path); }
2585 } else { // If $dirname is a file, simply remove it
2586 $OK = unlink($path);
2596 * Returns an array with the names of folders in a specific path
2597 * Will return 'error' (string) if there were an error with reading directory content.
2600 * @param string Path to list directories from
2601 * @return array Returns an array with the directory entries as values. If no path, the return value is nothing.
2603 function get_dirs($path) {
2606 if (is_object($d)) {
2607 while($entry=$d->read()) {
2608 if (@is_dir
($path.'/'.$entry) && $entry!= '..' && $entry!= '.') {
2609 $filearray[]=$entry;
2613 } else return 'error';
2619 * Returns an array with the names of files in a specific path
2622 * @param string $path: Is the path to the file
2623 * @param string $extensionList is the comma list of extensions to read only (blank = all)
2624 * @param boolean If set, then the path is prepended the filenames. Otherwise only the filenames are returned in the array
2625 * @param string $order is sorting: 1= sort alphabetically, 'mtime' = sort by modification time.
2626 * @param string A comma seperated list of filenames to exclude, no wildcards
2627 * @return array Array of the files found
2629 function getFilesInDir($path,$extensionList='',$prependPath=0,$order='',$excludePattern='') {
2631 // Initialize variabels:
2632 $filearray = array();
2633 $sortarray = array();
2634 $path = ereg_replace('\/$','',$path);
2636 // Find files+directories:
2637 if (@is_dir
($path)) {
2638 $extensionList = strtolower($extensionList);
2640 if (is_object($d)) {
2641 while($entry=$d->read()) {
2642 if (@is_file
($path.'/'.$entry)) {
2643 $fI = pathinfo($entry);
2644 $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)
2645 if ((!strlen($extensionList) || t3lib_div
::inList($extensionList,strtolower($fI['extension']))) && (!strlen($excludePattern) ||
!preg_match('/^'.$excludePattern.'$/',$entry))) {
2646 $filearray[$key]=($prependPath?
$path.'/':'').$entry;
2647 if ($order=='mtime') {$sortarray[$key]=filemtime($path.'/'.$entry);}
2648 elseif ($order) {$sortarray[$key]=$entry;}
2653 } else return 'error opening path: "'.$path.'"';
2661 while(list($k,$v)=each($sortarray)) {
2662 $newArr[$k]=$filearray[$k];
2673 * Recursively gather all files and folders of a path.
2676 * @param array $fileArr: Empty input array (will have files added to it)
2677 * @param string $path: The path to read recursively from (absolute) (include trailing slash!)
2678 * @param string $extList: Comma list of file extensions: Only files with extensions in this list (if applicable) will be selected.
2679 * @param boolean $regDirs: If set, directories are also included in output.
2680 * @param integer $recursivityLevels: The number of levels to dig down...
2681 * @param string $excludePattern: regex pattern of files/directories to exclude
2682 * @return array An array with the found files/directories.
2684 function getAllFilesAndFoldersInPath($fileArr,$path,$extList='',$regDirs=0,$recursivityLevels=99,$excludePattern='') {
2685 if ($regDirs) $fileArr[] = $path;
2686 $fileArr = array_merge($fileArr, t3lib_div
::getFilesInDir($path,$extList,1,1,$excludePattern));
2688 $dirs = t3lib_div
::get_dirs($path);
2689 if (is_array($dirs) && $recursivityLevels>0) {
2690 foreach ($dirs as $subdirs) {
2691 if ((string)$subdirs!='' && (!strlen($excludePattern) ||
!preg_match('/^'.$excludePattern.'$/',$subdirs))) {
2692 $fileArr = t3lib_div
::getAllFilesAndFoldersInPath($fileArr,$path.$subdirs.'/',$extList,$regDirs,$recursivityLevels-1,$excludePattern);
2700 * Removes the absolute part of all files/folders in fileArr
2703 * @param array $fileArr: The file array to remove the prefix from
2704 * @param string $prefixToRemove: The prefix path to remove (if found as first part of string!)
2705 * @return array The input $fileArr processed.
2707 function removePrefixPathFromList($fileArr,$prefixToRemove) {
2708 foreach($fileArr as $k => $absFileRef) {
2709 if(t3lib_div
::isFirstPartOfStr($absFileRef,$prefixToRemove)) {
2710 $fileArr[$k] = substr($absFileRef,strlen($prefixToRemove));
2711 } else return 'ERROR: One or more of the files was NOT prefixed with the prefix-path!';
2717 * Fixes a path for windows-backslashes and reduces double-slashes to single slashes
2720 * @param string File path to process
2723 function fixWindowsFilePath($theFile) {
2724 return str_replace('//','/', str_replace('\\','/', $theFile));
2728 * Resolves "../" sections in the input path string.
2729 * For example "fileadmin/directory/../other_directory/" will be resolved to "fileadmin/other_directory/"
2732 * @param string File path in which "/../" is resolved
2735 function resolveBackPath($pathStr) {
2736 $parts = explode('/',$pathStr);
2739 foreach($parts as $pV) {
2744 } else $output[]=$pV;
2750 return implode('/',$output);
2754 * Prefixes a URL used with 'header-location' with 'http://...' depending on whether it has it already.
2755 * - If already having a scheme, nothing is prepended
2756 * - If having REQUEST_URI slash '/', then prefixing 'http://[host]' (relative to host)
2757 * - Otherwise prefixed with TYPO3_REQUEST_DIR (relative to current dir / TYPO3_REQUEST_DIR)
2760 * @param string URL / path to prepend full URL addressing to.
2763 function locationHeaderUrl($path) {
2764 $uI = parse_url($path);
2765 if (substr($path,0,1)=='/') { // relative to HOST
2766 $path = t3lib_div
::getIndpEnv('TYPO3_REQUEST_HOST').$path;
2767 } elseif (!$uI['scheme']) { // No scheme either
2768 $path = t3lib_div
::getIndpEnv('TYPO3_REQUEST_DIR').$path;
2788 /*************************
2790 * DEBUG helper FUNCTIONS
2792 *************************/
2795 * Returns a string with a list of ascii-values for the first $characters characters in $string
2798 * @param string String to show ASCII value for
2799 * @param integer Number of characters to show
2800 * @return string The string with ASCII values in separated by a space char.
2803 function debug_ordvalue($string,$characters=100) {
2804 if(strlen($string) < $characters) $characters = strlen($string);
2805 for ($i=0; $i<$characters; $i++
) {
2806 $valuestring.=' '.ord(substr($string,$i,1));
2808 return trim($valuestring);
2812 * Returns HTML-code, which is a visual representation of a multidimensional array
2813 * use t3lib_div::print_array() in order to print an array
2814 * Returns false if $array_in is not an array
2817 * @param array Array to view
2818 * @return string HTML output
2820 function view_array($array_in) {
2821 if (is_array($array_in)) {
2822 $result='<table border="1" cellpadding="1" cellspacing="0" bgcolor="white">';
2823 if (!count($array_in)) {$result.= '<tr><td><font face="Verdana,Arial" size="1"><b>'.htmlspecialchars("EMPTY!").'</b></font></td></tr>';}
2824 while (list($key,$val)=each($array_in)) {
2825 $result.= '<tr><td valign="top"><font face="Verdana,Arial" size="1">'.htmlspecialchars((string)$key).'</font></td><td>';
2826 if (is_array($array_in[$key])) {
2827 $result.=t3lib_div
::view_array($array_in[$key]);
2829 $result.= '<font face="Verdana,Arial" size="1" color="red">'.nl2br(htmlspecialchars((string)$val)).'<br /></font>';
2830 $result.= '</td></tr>';
2832 $result.= '</table>';
2834 $result = '<table border="1" cellpadding="1" cellspacing="0" bgcolor="white">
2836 <td><font face="Verdana,Arial" size="1" color="red">'.nl2br(htmlspecialchars((string)$array_in)).'<br /></font></td>
2838 </table>'; // Output it as a string.
2847 * @param array Array to print visually (in a table).
2852 function print_array($array_in) {
2853 echo t3lib_div
::view_array($array_in);
2857 * Makes debug output
2858 * Prints $var in bold between two vertical lines
2859 * If not $var the word 'debug' is printed
2860 * If $var is an array, the array is printed by t3lib_div::print_array()
2863 * @param mixed Variable to print
2864 * @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.
2867 function debug($var="",$brOrHeader=0) {
2868 if ($brOrHeader && !t3lib_div
::testInt($brOrHeader)) {
2869 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>';
2870 } elseif ($brOrHeader<0) {
2871 for($a=0;$a<abs(intval($brOrHeader));$a++
){echo '<br />';}
2874 if (is_array($var)) {
2875 t3lib_div
::print_array($var);
2876 } elseif (is_object($var)) {
2877 echo '<b>|Object:<pre>';
2880 } elseif ((string)$var!='') {
2881 echo '<b>|'.htmlspecialchars((string)$var).'|</b>';
2883 echo '<b>| debug |</b>';
2886 if ($brOrHeader && !t3lib_div
::testInt($brOrHeader)) {
2887 echo '</td></tr></table>';
2888 } elseif ($brOrHeader>0) {
2889 for($a=0;$a<intval($brOrHeader);$a++
){echo '<br />';}
2894 * Displays the "path" of the function call stack in a string, using debug_backtrace
2898 function debug_trail() {
2899 $trail = debug_backtrace();
2900 $trail = array_reverse($trail);
2904 foreach($trail as $dat) {
2905 $path[] = $dat['class'].$dat['type'].$dat['function'];
2908 return implode(' // ',$path);
2912 * Displays an array as rows in a table. Useful to debug output like an array of database records.
2914 * @param array Array of arrays with similar keys
2915 * @param string Table header
2916 * @param boolean If TRUE, will return content instead of echo'ing out.
2917 * @return void Outputs to browser.
2919 function debugRows($rows,$header='',$returnHTML=FALSE) {
2920 if (is_array($rows)) {
2922 $firstEl = current($rows);
2923 if (is_array($firstEl)) {
2924 $headerColumns = array_keys($firstEl);
2928 $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>';
2930 foreach($headerColumns as $key) {
2932 <td><font face="Verdana,Arial" size="1"><strong>'.htmlspecialchars($key).'</strong></font></td>';
2935 <tr>'.implode('',$tCells).'
2939 foreach($rows as $singleRow) {
2941 foreach($headerColumns as $key) {
2943 <td><font face="Verdana,Arial" size="1">'.(is_array($singleRow[$key]) ? t3lib_div
::debugRows($singleRow[$key],'',TRUE) : htmlspecialchars($singleRow[$key])).'</font></td>';
2946 <tr>'.implode('',$tCells).'
2951 <table border="1" cellpadding="1" cellspacing="0" bgcolor="white">'.implode('',$tRows).'
2953 if ($returnHTML) return $table; else echo $table;
2954 } else debug('Empty array of rows',$header);
2955 } else debug('No array of rows',$header);
2985 /*************************
2987 * SYSTEM INFORMATION
2989 *************************/
2992 * Returns the HOST+DIR-PATH of the current script (The URL, but without 'http://' and without script-filename)
2997 function getThisUrl() {
2998 $p=parse_url(t3lib_div
::getIndpEnv('TYPO3_REQUEST_SCRIPT')); // Url of this script
2999 $dir=t3lib_div
::dirname($p['path']).'/'; // Strip file
3000 $url = str_replace('//','/',$p['host'].($p['port']?
':'.$p['port']:'').$dir);
3005 * Returns the link-url to the current script.
3006 * In $getParams you can set associative keys corresponding to the GET-vars you wish to add to the URL. If you set them empty, they will remove existing GET-vars from the current URL.
3007 * REMEMBER to always use htmlspecialchars() for content in href-properties to get ampersands converted to entities (XHTML requirement and XSS precaution)
3010 * @param array Array of GET parameters to include
3013 function linkThisScript($getParams=array()) {
3014 $parts = t3lib_div
::getIndpEnv('SCRIPT_NAME');
3015 $params = t3lib_div
::_GET();
3017 foreach($getParams as $k => $v) {
3018 if (strcmp($v,'')) {
3020 } else unset($params[$k]);
3023 $pString = t3lib_div
::implodeArrayForUrl('',$params);
3025 return $pString ?
$parts.'?'.ereg_replace('^&','',$pString) : $parts;
3029 * Takes a full URL, $url, possibly with a querystring and overlays the $getParams arrays values onto the quirystring, packs it all together and returns the URL again.
3030 * So basically it adds the parameters in $getParams to an existing URL, $url
3033 * @param string URL string
3034 * @param array Array of key/value pairs for get parameters to add/overrule with. Can be multidimensional.
3035 * @return string Output URL with added getParams.
3037 function linkThisUrl($url,$getParams=array()) {
3038 $parts = parse_url($url);
3040 if ($parts['query']) {
3041 parse_str($parts['query'],$getP);
3043 $getP = t3lib_div
::array_merge_recursive_overrule($getP,$getParams);
3044 $uP = explode('?',$url);
3046 $params = t3lib_div
::implodeArrayForUrl('',$getP);
3047 $outurl = $uP[0].($params ?
'?'.substr($params, 1) : '');
3053 * Abstraction method which returns System Environment Variables regardless of server OS, CGI/MODULE version etc. Basically this is SERVER variables for most of them.
3054 * This should be used instead of getEnv() and $_SERVER/ENV_VARS to get reliable values for all situations.
3057 * @param string Name of the "environment variable"/"server variable" you wish to use. Valid values are SCRIPT_NAME, SCRIPT_FILENAME, REQUEST_URI, PATH_INFO, REMOTE_ADDR, REMOTE_HOST, HTTP_REFERER, HTTP_HOST, HTTP_USER_AGENT, HTTP_ACCEPT_LANGUAGE, QUERY_STRING, TYPO3_DOCUMENT_ROOT, TYPO3_HOST_ONLY, TYPO3_HOST_ONLY, TYPO3_REQUEST_HOST, TYPO3_REQUEST_URL, TYPO3_REQUEST_SCRIPT, TYPO3_REQUEST_DIR, TYPO3_SITE_URL, _ARRAY
3058 * @return string Value based on the input key, independent of server/os environment.
3060 function getIndpEnv($getEnvName) {
3063 output from parse_url():
3064 URL: http://username:password@192.168.1.4:8080/typo3/32/temp/phpcheck/index.php/arg1/arg2/arg3/?arg1,arg2,arg3&p1=parameter1&p2[key]=value#link1
3066 [user] => 'username'
3067 [pass] => 'password'
3068 [host] => '192.168.1.4'
3070 [path] => '/typo3/32/temp/phpcheck/index.php/arg1/arg2/arg3/'
3071 [query] => 'arg1,arg2,arg3&p1=parameter1&p2[key]=value'
3072 [fragment] => 'link1'
3074 Further definition: [path_script] = '/typo3/32/temp/phpcheck/index.php'
3075 [path_dir] = '/typo3/32/temp/phpcheck/'
3076 [path_info] = '/arg1/arg2/arg3/'
3077 [path] = [path_script/path_dir][path_info]
3083 REQUEST_URI = [path]?[query] = /typo3/32/temp/phpcheck/index.php/arg1/arg2/arg3/?arg1,arg2,arg3&p1=parameter1&p2[key]=value
3084 HTTP_HOST = [host][:[port]] = 192.168.1.4:8080
3085 SCRIPT_NAME = [path_script]++ = /typo3/32/temp/phpcheck/index.php // NOTICE THAT SCRIPT_NAME will return the php-script name ALSO. [path_script] may not do that (eg. '/somedir/' may result in SCRIPT_NAME '/somedir/index.php')!
3086 PATH_INFO = [path_info] = /arg1/arg2/arg3/
3087 QUERY_STRING = [query] = arg1,arg2,arg3&p1=parameter1&p2[key]=value
3088 HTTP_REFERER = [scheme]://[host][:[port]][path] = http://192.168.1.4:8080/typo3/32/temp/phpcheck/index.php/arg1/arg2/arg3/?arg1,arg2,arg3&p1=parameter1&p2[key]=value
3089 (Notice: NO username/password + NO fragment)
3092 REMOTE_ADDR = (client IP)
3093 REMOTE_HOST = (client host)
3094 HTTP_USER_AGENT = (client user agent)
3095 HTTP_ACCEPT_LANGUAGE = (client accept language)
3098 SCRIPT_FILENAME = Absolute filename of script (Differs between windows/unix). On windows 'C:\\blabla\\blabl\\' will be converted to 'C:/blabla/blabl/'
3101 TYPO3_HOST_ONLY = [host] = 192.168.1.4
3102 TYPO3_PORT = [port] = 8080 (blank if 80, taken from host value)
3103 TYPO3_REQUEST_HOST = [scheme]://[host][:[port]]
3104 TYPO3_REQUEST_URL = [scheme]://[host][:[port]][path]?[query] (scheme will by default be "http" until we can detect something different)
3105 TYPO3_REQUEST_SCRIPT = [scheme]://[host][:[port]][path_script]
3106 TYPO3_REQUEST_DIR = [scheme]://[host][:[port]][path_dir]
3107 TYPO3_SITE_URL = [scheme]://[host][:[port]][path_dir] of the TYPO3 website frontend
3108 TYPO3_SITE_SCRIPT = [script / Speaking URL] of the TYPO3 website
3109 TYPO3_DOCUMENT_ROOT = Absolute path of root of documents: TYPO3_DOCUMENT_ROOT.SCRIPT_NAME = SCRIPT_FILENAME (typically)
3110 TYPO3_SSL = Returns TRUE if this session uses SSL (HTTPS)
3112 Notice: [fragment] is apparently NEVER available to the script!
3115 Testing suggestions:
3116 - Output all the values.
3117 - In the script, make a link to the script it self, maybe add some parameters and click the link a few times so HTTP_REFERER is seen
3118 - ALSO TRY the script from the ROOT of a site (like 'http://www.mytest.com/' and not 'http://www.mytest.com/test/' !!)
3122 # if ($getEnvName=='HTTP_REFERER') return '';
3126 switch ((string)$getEnvName) {
3128 $retVal = (php_sapi_name()=='cgi'||
php_sapi_name()=='cgi-fcgi')&&($_SERVER['ORIG_PATH_INFO']?
$_SERVER['ORIG_PATH_INFO']:$_SERVER['PATH_INFO']) ?
($_SERVER['ORIG_PATH_INFO']?
$_SERVER['ORIG_PATH_INFO']:$_SERVER['PATH_INFO']) : ($_SERVER['ORIG_SCRIPT_NAME']?
$_SERVER['ORIG_SCRIPT_NAME']:$_SERVER['SCRIPT_NAME']);
3130 case 'SCRIPT_FILENAME':
3131 $retVal = str_replace('//','/', str_replace('\\','/', (php_sapi_name()=='cgi'||
php_sapi_name()=='isapi' ||
php_sapi_name()=='cgi-fcgi')&&($_SERVER['ORIG_PATH_TRANSLATED']?
$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED'])?
($_SERVER['ORIG_PATH_TRANSLATED']?
$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED']):($_SERVER['ORIG_SCRIPT_FILENAME']?
$_SERVER['ORIG_SCRIPT_FILENAME']:$_SERVER['SCRIPT_FILENAME'])));
3134 // Typical application of REQUEST_URI is return urls, forms submitting to itself etc. Example: returnUrl='.rawurlencode(t3lib_div::getIndpEnv('REQUEST_URI'))
3135 if ($GLOBALS['TYPO3_CONF_VARS']['SYS']['requestURIvar']) { // This is for URL rewriters that store the original URI in a server variable (eg ISAPI_Rewriter for IIS: HTTP_X_REWRITE_URL)
3136 list($v,$n) = explode('|',$GLOBALS['TYPO3_CONF_VARS']['SYS']['requestURIvar']);
3137 $retVal = $GLOBALS[$v][$n];
3138 } elseif (!$_SERVER['REQUEST_URI']) { // This is for ISS/CGI which does not have the REQUEST_URI available.
3139 $retVal = '/'.ereg_replace('^/','',t3lib_div
::getIndpEnv('SCRIPT_NAME')).
3140 ($_SERVER['QUERY_STRING']?
'?'.$_SERVER['QUERY_STRING']:'');
3141 } else $retVal = $_SERVER['REQUEST_URI'];
3144 // $_SERVER['PATH_INFO']!=$_SERVER['SCRIPT_NAME'] is necessary because some servers (Windows/CGI) are seen to set PATH_INFO equal to script_name
3145 // Further, there must be at least one '/' in the path - else the PATH_INFO value does not make sense.
3146 // IF 'PATH_INFO' never works for our purpose in TYPO3 with CGI-servers, then 'php_sapi_name()=='cgi'' might be a better check. Right now strcmp($_SERVER['PATH_INFO'],t3lib_div::getIndpEnv('SCRIPT_NAME')) will always return false for CGI-versions, but that is only as long as SCRIPT_NAME is set equal to PATH_INFO because of php_sapi_name()=='cgi' (see above)
3147 // if (strcmp($_SERVER['PATH_INFO'],t3lib_div::getIndpEnv('SCRIPT_NAME')) && count(explode('/',$_SERVER['PATH_INFO']))>1) {
3148 if (php_sapi_name()!='cgi'&&php_sapi_name()!='cgi-fcgi') {
3149 $retVal = $_SERVER['PATH_INFO'];
3152 // These are let through without modification
3155 case 'HTTP_REFERER':
3157 case 'HTTP_USER_AGENT':
3158 case 'HTTP_ACCEPT_ENCODING':
3159 case 'HTTP_ACCEPT_LANGUAGE':
3160 case 'QUERY_STRING':
3161 $retVal = $_SERVER[$getEnvName];
3163 case 'TYPO3_DOCUMENT_ROOT':
3164 // Some CGI-versions (LA13CGI) and mod-rewrite rules on MODULE versions will deliver a 'wrong' DOCUMENT_ROOT (according to our description). Further various aliases/mod_rewrite rules can disturb this as well.
3165 // Therefore the DOCUMENT_ROOT is now always calculated as the SCRIPT_FILENAME minus the end part shared with SCRIPT_NAME.
3166 $SFN = t3lib_div
::getIndpEnv('SCRIPT_FILENAME');
3167 $SN_A = explode('/',strrev(t3lib_div
::getIndpEnv('SCRIPT_NAME')));
3168 $SFN_A = explode('/',strrev($SFN));
3170 while(list($kk,$vv)=each($SN_A)) {
3171 if (!strcmp($SFN_A[$kk],$vv)) {
3175 $commonEnd=strrev(implode('/',$acc));
3176 if (strcmp($commonEnd,'')) { $DR = substr($SFN,0,-(strlen($commonEnd)+
1)); }
3179 case 'TYPO3_HOST_ONLY':
3180 $p = explode(':',$_SERVER['HTTP_HOST']);
3184 $p = explode(':',$_SERVER['HTTP_HOST']);
3187 case 'TYPO3_REQUEST_HOST':
3188 $retVal = (t3lib_div
::getIndpEnv('TYPO3_SSL') ?
'https://' : 'http://').
3189 $_SERVER['HTTP_HOST'];
3191 case 'TYPO3_REQUEST_URL':
3192 $retVal = t3lib_div
::getIndpEnv('TYPO3_REQUEST_HOST').t3lib_div
::getIndpEnv('REQUEST_URI');
3194 case 'TYPO3_REQUEST_SCRIPT':
3195 $retVal = t3lib_div
::getIndpEnv('TYPO3_REQUEST_HOST').t3lib_div
::getIndpEnv('SCRIPT_NAME');
3197 case 'TYPO3_REQUEST_DIR':
3198 $retVal = t3lib_div
::getIndpEnv('TYPO3_REQUEST_HOST').t3lib_div
::dirname(t3lib_div
::getIndpEnv('SCRIPT_NAME')).'/';
3200 case 'TYPO3_SITE_URL':
3201 if (defined('PATH_thisScript') && defined('PATH_site')) {
3202 $lPath = substr(dirname(PATH_thisScript
),strlen(PATH_site
)).'/';
3203 $url = t3lib_div
::getIndpEnv('TYPO3_REQUEST_DIR');
3204 $siteUrl = substr($url,0,-strlen($lPath));
3205 if (substr($siteUrl,-1)!='/') $siteUrl.='/';
3209 case 'TYPO3_SITE_SCRIPT':
3210 $retVal = substr(t3lib_div
::getIndpEnv('TYPO3_REQUEST_URL'),strlen(t3lib_div
::getIndpEnv('TYPO3_SITE_URL')));