Deprecated List

Member $ICON_TYPES
since TYPO3 4.4, use t3lib_SpriteManager::addTcaTypeIcon instead

Member $LANG_GENERAL_LABELS
since TYPO3 3.6

Member adoSchema::Destroy ()

adoSchema now cleans up automatically.

adoSchema now cleans up automatically.

Member adoSchema::ParseSchemaFile ($filename, $returnSchema=FALSE)

Replaced by adoSchema::ParseSchema() and adoSchema::ParseSchemaString()

Replaced by adoSchema::ParseSchema() and adoSchema::ParseSchemaString()

Member fw ($str)
since TYPO3 3.6

Member gzip_encode::freebsd_loadavg ()
since TYPO3 4.3, this function will be removed in TYPO3 4.5, we're using the "ob_gzhandler" for compression now.

Member gzip_encode::get_complevel ()
since TYPO3 4.3, this function will be removed in TYPO3 4.5, we're using the "ob_gzhandler" for compression now.

Member gzip_encode::gzip_accepted ()
since TYPO3 4.3, this function will be removed in TYPO3 4.5, we're using the "ob_gzhandler" for compression now.

Member gzip_encode::gzip_encode ($level=3, $debug=false, $outputCompressedSizes=false)
since TYPO3 4.3, this function will be removed in TYPO3 4.5, we're using the "ob_gzhandler" for compression now.

Member gzip_encode::linux_loadavg ()
since TYPO3 4.3, this function will be removed in TYPO3 4.5, we're using the "ob_gzhandler" for compression now.

page Main Page

Member RemoveXSS::RemoveXSS ($val, $replaceString= '< x >')
since TYPO3 4.3, use static call RemoveXSS::process() instead

Member SC_index::getHiddenFields ($unused= '')
since TYPO3 4.3, all the functionality was put in $this->startForm() and $this->addFields_hidden

Member SC_mod_web_ts_index::getCountCacheTables ($humanReadable)
since TYPO3 4.2.0

Namespace Services_JSON
since TYPO3 4.3, will be removed in TYPO3 4.5 (applies to the whole package at typo3/contrib/json/)

Member t3lib_basicFileFunctions::formatSize ($sizeInBytes)
since at least TYPO3 4.2 - Use t3lib_div::formatSize() instead

Member t3lib_BEfunc::DBcompileInsert ($table, $fields_values)
since TYPO3 3.6, this function will be removed in TYPO3 4.5, use $GLOBALS['TYPO3_DB']->exec_INSERTquery() directly!

Member t3lib_BEfunc::DBcompileUpdate ($table, $where, $fields_values)
since TYPO3 3.6, this function will be removed in TYPO3 4.5, use $GLOBALS['TYPO3_DB']->exec_UPDATEquery() directly!

Member t3lib_BEfunc::getSetUpdateSignal ($set= '')
since TYPO3 4.2, this function will be removed in TYPO3 4.5, use the setUpdateSignal function instead, as it allows you to add more parameters

Member t3lib_BEfunc::listQuery ($field, $value)
since TYPO3 3.6, this function will be removed in TYPO3 4.5, use $GLOBALS['TYPO3_DB']->listQuery() directly!

Member t3lib_BEfunc::mm_query ($select, $local_table, $mm_table, $foreign_table, $whereClause= '', $groupBy= '', $orderBy= '', $limit= '')
since TYPO3 3.6, this function will be removed in TYPO3 4.5, use $GLOBALS['TYPO3_DB']->exec_SELECT_mm_query() instead since that will return the result pointer while this returns the query. Using this function may make your application less fitted for DBAL later.

Member t3lib_BEfunc::searchQuery ($searchWords, $fields, $table= '')
since TYPO3 3.6, this function will be removed in TYPO3 4.5, use $GLOBALS['TYPO3_DB']->searchQuery() directly!

Member t3lib_BEfunc::titleAttrib ($content= '', $hsc=0)
since TYPO3 3.6, this function will be removed in TYPO3 4.5 - The idea made sense with older browsers, but now all browsers should support the "title" attribute - so just hardcode the title attribute instead!

Member t3lib_beUserAuth::trackBeUser ($flag)
since TYPO3 3.6, this function will be removed in TYPO3 4.5.

Member t3lib_DB::sql ($db, $query)
since TYPO3 3.6, will be removed in TYPO3 4.5

Member t3lib_div::array2json (array $jsonArray)
since TYPO3 4.3, use PHP native function json_encode() instead, will be removed in TYPO3 4.5

Member t3lib_div::breakTextForEmail ($str, $implChar=LF, $charWidth=76)
since TYPO3 4.1 - Use PHP function wordwrap()

Member t3lib_div::convUmlauts ($str)
since TYPO3 4.1 - Works only for western europe single-byte charsets! Use t3lib_cs::specCharsToASCII() instead!

Member t3lib_div::danish_strtoupper ($string)
since TYPO3 3.5 - Use t3lib_cs::conv_case() instead or for HTML output, wrap your content in ...)

Member t3lib_div::fixed_lgd ($string, $origChars, $preStr='...')
since TYPO3 4.1 - Works ONLY for single-byte charsets! Use t3lib_div::fixed_lgd_cs() instead

Member t3lib_div::fixed_lgd_pre ($string, $chars)
since TYPO3 4.1 - Use t3lib_div::fixed_lgd_cs() instead (with negative input value for $chars)

Member t3lib_div::GParrayMerged ($var)
since TYPO3 3.7 - Use t3lib_div::_GPmerged instead

Member t3lib_div::GPvar ($var, $strip=0)
since TYPO3 3.6 - Use t3lib_div::_GP instead (ALWAYS delivers a value with un-escaped values!)

Member t3lib_div::implodeParams (array $arr, $xhtmlSafe=FALSE, $dontOmitBlankAttribs=FALSE)
since TYPO3 3.7 - Name was changed into implodeAttributes

Member t3lib_div::makeInstanceClassName ($className)
since TYPO3 4.3 - Use t3lib_div::makeInstance('myClass', $arg1, $arg2, ..., $argN)

Member t3lib_div::uniqueArray (array $valueArray)
since TYPO3 3.5 - Use the PHP function array_unique instead

Member t3lib_htmlmail::convertName ($name)
since TYPO3 4.0, remove in TYPO3 4.3

Member t3lib_htmlmail::quoted_printable ($string)
since TYPO3 4.0, remove in TYPO 4.3

Member t3lib_install::getFieldDefinitions_sqlContent ($fileContent)
since TYPO3 4.2, this function will be removed in TYPO3 4.5, use ->getFieldDefinitions_fileContent() instead!

Member t3lib_matchCondition::__construct ()
since TYPO3 4.3, will be removed in TYPO3 4.5 - The functionality was moved to t3lib_matchCondition_frontend

Member t3lib_matchCondition::browserInfo_version ($tmp)
since TYPO3 4.3 - use t3lib_utility_Client::getVersion() instead

Member t3lib_spritemanager_SpriteGenerator::setGenerateGifCopy ($value)
IE6 support will be dropped within 4.6 - then gifcopies are superflous

Member t3lib_stdGraphic::imagecreate ($w, $h)
since TYPO3 4.4, this function will be removed in TYPO3 4.6.

Member t3lib_stdGraphic::imageCreateFromGif ($sourceImg)
since TYPO3 4.0, this function will be removed in TYPO3 4.5.

Member t3lib_stdGraphic::imageGif ($destImg, $theImage)
since TYPO3 4.0, this function will be removed in TYPO3 4.5.

Member t3lib_stdGraphic::reduceColors (&$im, $limit, $cols)
since TYPO3 4.4, this function will be removed in TYPO3 4.6.

Member t3lib_TCEforms::noTitle ($str, $wrapParts=array())
since TYPO3 4.1, this function will be removed in TYPO3 4.5.

Member t3lib_TCEforms_inline::getJSON ($jsonArray)
Since TYPO3 4.2: Moved to t3lib_div::array2json, will be removed in TYPO3 4.4

Member t3lib_TCEforms_inline::getNewRecordLink ($objectPrefix, $conf=array())
since TYPO3 4.2.0-beta1, this function will be removed in TYPO3 4.5.

Member t3lib_TCEforms_inline::initForAJAX ($method, &$arguments)
since TYPO3 4.2.0-alpha3, this function will be removed in TYPO3 4.5.

Member t3lib_timeTrack::convertMicrotime ($microtime)
since TYPO3 4.3, this function will be removed in TYPO3 4.5, use getMilliseconds() instead that expects microtime as float instead of a string

Member t3lib_timeTrack::mtime ()
since TYPO3 4.3, this function will be removed in TYPO3 4.5, use getDifferenceToStarttime() instead

Member t3lib_TStemplate::checkFile ($name, $menuArr)
since TYPO3 3.6, this function will be removed in TYPO3 4.5.

Member t3lib_TStemplate::procesIncludes ()
since TYPO3 4.4 - Method name misspelled. Use "processIncludes" instead! This function will be removed in TYPO3 4.6.

Member t3lib_userAuth::redirect ()
since TYPO3 3.6, this function will be removed in TYPO3 4.5.

Member tslib_cObj::bytes ($sizeInBytes, $labels)
since TYPO3 3.6 - Use t3lib_div::formatSize() instead

Member tslib_cObj::checkEmail ($email)
since TYPO3 3.6 - Use t3lib_div::validEmail() instead

Member tslib_cObj::whereSelectFromList ($field, $value)
since TYPO3 3.6 - Use $GLOBALS['TYPO3_DB']->listQuery() directly!

Member tslib_fe::connectToMySQL ()
since TYPO3 3.8, this function will be removed in TYPO3 4.5, use connectToDB() instead!

Member tslib_fe::fileNameASCIIPrefix ($inTitle, $titleChars, $mergeChar='.')
since TYPO3, 4.3, will be removed in TYPO3 4.5, please use the "simulatestatic" sysext directly

Member tslib_fe::getSimulFileName ()
since TYPO3 4.3, will be removed in TYPO3 4.5, please use the "simulatestatic" sysext directly

Member tslib_fe::idPartsAnalyze ($str)
since TYPO3 4.3, will be removed in TYPO3 4.5, please use the "simulatestatic" sysext directly

Member tslib_fe::make_seed ()
since TYPO3 4.3, this function will be removed in TYPO3 4.5, the random number generator is seeded automatically since PHP 4.2.0

Member tslib_fe::makeSimulFileName ($inTitle, $page, $type, $addParams= '', $no_cache=false)
since TYPO3 4.3, will be removed in TYPO3 4.5, please use the "simulatestatic" sysext directly

Member tslib_fe::setSimulReplacementChar ()
since TYPO3 4.3, will be removed in TYPO3 4.5, please use the "simulatestatic" sysext directly

Member tslib_fe::simulateStaticDocuments_pEnc_onlyP_proc ($linkVars)
since TYPO3 4.3, will be removed in TYPO3 4.5, please use the "simulatestatic" sysext directly

Member tslib_menu::includeMakeMenu ($conf, $altSortField)
since TYPO3 3.6, this function will be removed in TYPO3 4.5, use HMENU of type "userfunction" instead of "userdefined" private

Member tslib_pibase::pi_list_query ($table, $count=0, $addWhere='', $mm_cat='', $groupBy='', $orderBy='', $query='', $returnQueryArray=FALSE)
since TYPO3 3.6, this function will be removed in TYPO3 4.5, use pi_exec_query() instead!

Member tslib_pibase::pi_setClassStyle ($class, $data, $selector='')

since TYPO3 3.6, this function will be removed in TYPO3 4.5, I think this function should not be used (and probably isn't used anywhere). It was a part of a concept which was left behind quite quickly.

Member tx_cms_layout::infoGif ($infoArr)
since TYPO3 4.4, this function will be removed in TYPO3 4.6

Member tx_indexedsearch_indexer::fe_headerNoCache (&$params, $ref)
since TYPO3 4.3, this function will be removed in TYPO3 4.5, the method was extracted to hooks/class.tx_indexedsearch_tslib_fe_hook.php

Member tx_indexedsearch_indexer::makeCHash ($paramArray)
since TYPO3 4.3, this function will be removed in TYPO3 4.5, use directly t3lib_div::calculateCHash()

Member tx_indexedsearch_indexer::procesWordsInArrays ($contentArr)
since TYPO3 4.0, this function will be removed in TYPO3 4.5.

Member tx_simulatestatic::makeSimulatedFileNameCompat (array &$parameters, tslib_fe &$parentObject)
since TYPO3 4.3, will be deleted in TYPO3 4.5

Namespace TYPO3

since TYPO3 4.3, this function will be removed in TYPO3 4.5, we're using the "ob_gzhandler" for compression now.

since TYPO3 4.4: Use XCLASS t3lib/class.t3lib_rteapi.php instead. Will be removed in TYPO3 4.6.

since TYPO3 4.3, this class will be removed in TYPO3 4.5, it has been integrated to extension DBAL.

since TYPO3 4.3, will be removed in TYPO3 4.5

since TYPO3 3.6 &tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=342&cHash=fdf55adb3b

Member ux_t3lib_DB::quoteSelectFields ($select_fields)
since TYPO3 4.0

Member ux_t3lib_DB::sql ($db, $query)
since TYPO3 4.1

Member ux_t3lib_DB::sql_pconnect ($TYPO3_db_host, $TYPO3_db_username, $TYPO3_db_password)
since TYPO3 4.1

Member ux_t3lib_DB::sql_query ($query)
since TYPO3 4.1

Member ux_t3lib_DB::sql_select_db ($TYPO3_db)
since TYPO3 4.1

Member wslib::CLI_main ()
since TYPO3 4.5 - This was meant for an obsolete CLI script. You shouldn't be calling this.