Cheetah
Functions | Variables
utils.inc.php File Reference

Go to the source code of this file.

Functions

 title2uri ($sValue)
 
 uri2title ($sValue)
 
 getLocaleDate ($sTimestamp='', $iCode=CH_WSB_LOCALE_DATE_SHORT)
 
 getLocaleFormat ($iCode=CH_WSB_LOCALE_DATE_SHORT, $iType=CH_WSB_LOCALE_PHP)
 
 ch_time_utc ($iUnixTimestamp)
 
 isBlocked ($iFirstProfile, $iSecondProfile)
 
 is_friends ($id1, $id2)
 
 WordWrapStr ($sString, $iWidth=25, $sWrapCharacter='­')
 
 strmaxwordlen ($input, $len=100)
 
 strmaxtextlen ($sInput, $iMaxLen=60)
 
 html2txt ($content, $tags="")
 
 html_encode ($text)
 
 process_db_input ($sText, $iStripTags=0)
 
 process_pass_data ($text, $strip_tags=0)
 
 htmlspecialchars_adv ($string)
 
 process_text_output ($text, $maxwordlen=100)
 
 process_textarea_output ($text, $maxwordlen=100)
 
 process_text_withlinks_output ($text, $maxwordlen=100)
 
 process_line_output ($text, $maxwordlen=100)
 
 process_html_output ($text, $maxwordlen=100)
 
 ConstructHiddenValues ($Values)
 
 RedirectCode ($ActionURL, $Params=null, $Method="get", $Title='Redirect')
 
 Redirect ($ActionURL, $Params=null, $Method="get", $Title='Redirect')
 
 isRWAccessible ($sFileName)
 
 sendMail ( $sRecipientEmail, $sMailSubject, $sMailBody, $iRecipientID=0, $aPlus=array(), $sEmailFlag='html', $isDisableAlert=false, $bForceSend=false)
 
 get_templates_array ($isAllParams=false)
 
 templates_select_txt ()
 
 extFileExists ($sFileSrc)
 
 getVisitorIP ($isProxyCheck=true)
 
 genFlag ($country)
 
 genFlagUrl ($country)
 
 echoDbg ($what, $desc='')
 
 echoDbgLog ($mWhat, $sDesc='', $sFileName='debug.log')
 
 clear_xss ($val)
 
 _format_when ($iSec, $bShort=false)
 
 _format_time ($iSec, $aParams=array())
 
 defineTimeInterval ($iTime, $bAutoDateConvert=true, $bShort=false)
 
 execSqlFile ($sFileName)
 
 replace_full_uris ($text)
 
 replace_full_uri ($matches)
 
 uriGenerate ($s, $sTable, $sField, $iMaxLen=255)
 
 uriFilter ($s)
 
 uriCheckUniq ($s, $sTable, $sField)
 
 get_mb_replace ($sPattern, $sReplace, $s)
 
 get_mb_len ($s)
 
 get_mb_substr ($s, $iStart, $iLen)
 
 ch_block_ip ($mixedIP, $iExpirationInSec=86400, $sComment='')
 
 ch_is_ip_dns_blacklisted ($sCurIP='', $sType='')
 
 ch_is_ip_whitelisted ($sCurIP='')
 
 ch_is_ip_blocked ($sCurIP='')
 
 ch_is_spam ($val)
 
 getmicrotime ()
 
 genSiteStatCache ()
 
 genSiteStatFile ($aVal)
 
 getSiteStatArray ()
 
 getClearedParam ($sExceptParam, $sString)
 
 ch_import ($sClassName, $aModule=array())
 
 ch_instance ($sClassName, $aParams=array(), $aModule=array())
 
 ch_js_string ($mixedInput, $iQuoteType=CH_ESCAPE_STR_AUTO)
 
 ch_html_attribute ($mixedInput)
 
 ch_php_string_apos ($mixedInput)
 
 ch_php_string_quot ($mixedInput)
 
 ch_file_get_contents ($sFileUrl, $aParams=array(), $sMethod='get', $aHeaders=array(), &$sHttpCode=null)
 
 writeLog ($sNewLineText='test')
 
 getLink ($sString, $sUrl)
 
 getLinkSet ($sLinkString, $sUrlPrefix, $sDivider=';,', $bUriConvert=false)
 
 getRelatedWords (&$aInfo)
 
 getSiteInfo ($sSourceUrl, $aProcessAdditionalTags=array())
 
 ch_parse_html_tag ($sContent, $sTag, $sAttrNameName, $sAttrNameValue, $sAttrContentName, $sCharset=false)
 
 ch_parse_time_duration ($sContent)
 
 simple_cmp ($a, $b)
 
 format_bytes ($bytes, $shorter=false)
 
 return_bytes ($val)
 
 genRndPwd ($iLength=8, $bSpecialCharacters=true)
 
 genRndSalt ()
 
 encryptUserPwd ($sPwd, $sSalt)
 
 stripslashes_adv ($s)
 
 ch_get ($sName)
 
 ch_encode_url_params ($a, $aExcludeKeys=array(), $aOnlyKeys=false)
 
 ch_append_url_params ($sUrl, $mixedParams)
 
 ch_rrmdir ($directory)
 
 ch_clear_folder ($sPath, $aExts=array())
 
 ch_ltrim_str ($sString, $sPrefix, $sReplace='')
 
 ch_member_ip_store ($iMemberId, $sIP=false)
 
 ch_member_ip_get_last ($iMemberId)
 
 ch_show_service_unavailable_error_and_exit ($sMsg=false, $iRetryAfter=86400)
 
 ch_mkdir_r ($sDirName, $rights=0777)
 
 ch_proto ($sUrl=CH_WSB_URL_ROOT)
 
 ch_linkify ($text, $sAttrs='', $bHtmlSpecialChars=false)
 
 ch_linkify_html ($sHtmlOrig, $sAttrs='')
 
 ch_gen_method_name ($s, $sWordsDelimiter='_')
 
 getPostFieldIfSet ($sField)
 
 getGetFieldIfSet ($sField)
 
 wrapVideoFrame ($sData)
 
 getFfmpegPath ()
 
 getFfprobePath ()
 
 getVideoData ($sFile)
 
 getAudioData ($sFile)
 

Variables

const CH_WSB_LINK_CLASS 'ch-link'
 
const CH_WSB_LOCALE_TIME 2
 
const CH_WSB_LOCALE_DATE_SHORT 4
 
const CH_WSB_LOCALE_DATE 5
 
const CH_WSB_LOCALE_PHP 1
 
const CH_WSB_LOCALE_DB 2
 
const CH_TAGS_NO_ACTION 0
 
const CH_TAGS_STRIP 1
 
const CH_TAGS_SPECIAL_CHARS 8
 
const CH_TAGS_VALIDATE 16
 
const CH_TAGS_STRIP_AND_NL2BR 32
 
const CH_SLASHES_AUTO 0
 
const CH_SLASHES_ADD 1
 
const CH_SLASHES_STRIP 2
 
const CH_SLASHES_NO_ACTION 3
 
const CH_ESCAPE_STR_AUTO 0
 turn apostropes and quote signs into html special chars, for use in More...
 
const CH_ESCAPE_STR_APOS 1
 escape apostrophes only, for js strings enclosed in apostrophes, for use in More...
 
const CH_ESCAPE_STR_QUOTE 2
 escape quotes only, for js strings enclosed in quotes, for use in More...
 
const CH_URL_RE "@\b((https?://)|(www\.))(([0-9a-zA-Z_!~*'().&=+$%-]+:)?[0-9a-zA-Z_!~*'().&=+$%-]+\@)?(([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-zA-Z_!~*'()-]+\.)*([0-9a-zA-Z][0-9a-zA-Z-]{0,61})?[0-9a-zA-Z]\.[a-zA-Z]{2,6})(:[0-9]{1,4})?((/[0-9a-zA-Z_!~*'().;?:\@&=+$,%#-]+)*/?)@"
 regular expression to match URL More...
 

Function Documentation

◆ _format_time()

_format_time (   $iSec,
  $aParams = array() 
)

Definition at line 813 of file utils.inc.php.

◆ _format_when()

_format_when (   $iSec,
  $bShort = false 
)

Definition at line 778 of file utils.inc.php.

◆ ch_append_url_params()

ch_append_url_params (   $sUrl,
  $mixedParams 
)

Definition at line 1697 of file utils.inc.php.

◆ ch_block_ip()

ch_block_ip (   $mixedIP,
  $iExpirationInSec = 86400,
  $sComment = '' 
)

Block user IP

Parameters
$sIPmixed
$iExpirationInSecinteger
$sCommentstring
Returns
void

Definition at line 977 of file utils.inc.php.

◆ ch_clear_folder()

ch_clear_folder (   $sPath,
  $aExts = array() 
)

Definition at line 1750 of file utils.inc.php.

◆ ch_encode_url_params()

ch_encode_url_params (   $a,
  $aExcludeKeys = array(),
  $aOnlyKeys = false 
)

Definition at line 1675 of file utils.inc.php.

◆ ch_file_get_contents()

ch_file_get_contents (   $sFileUrl,
  $aParams = array(),
  $sMethod = 'get',
  $aHeaders = array(),
$sHttpCode = null 
)

Gets file contents by URL.

Parameters
string$sFileUrl- file URL to be read.
array$aParams- an array of parameters to be pathed with URL.
Returns
string the file's contents.

Definition at line 1357 of file utils.inc.php.

◆ ch_gen_method_name()

ch_gen_method_name (   $s,
  $sWordsDelimiter = '_' 
)

Transform string to method name string, for example it changes 'some_method' string to 'SomeMethod' string

Parameters
stringwhere words are separated with underscore
Returns
string where every word begins with capital letter

Definition at line 1942 of file utils.inc.php.

◆ ch_get()

ch_get (   $sName)

Definition at line 1664 of file utils.inc.php.

◆ ch_html_attribute()

ch_html_attribute (   $mixedInput)

Return input string/array ready to pass to html attribute with filtered symbols like ', " etc

Parameters
mixed$mixedInput- string/array which should be filtered
Returns
converted string / array

Definition at line 1324 of file utils.inc.php.

◆ ch_import()

ch_import (   $sClassName,
  $aModule = array() 
)

import class file, it detect class path by its prefix or module array

Parameters
$sClassName- full class name or class postfix in a case of module class
$aModule- module array or true to get module array from global variable

Definition at line 1218 of file utils.inc.php.

◆ ch_instance()

ch_instance (   $sClassName,
  $aParams = array(),
  $aModule = array() 
)

Gets an instance of class pathing necessary parameters if it's necessary.

Parameters
string$sClassNameclass name.
array$aParamsan array of parameters to be pathed to the constructor of the class.
array$aModulean array with module description. Is used when the requested class is located in some module.
Returns
unknown

Definition at line 1264 of file utils.inc.php.

◆ ch_is_ip_blocked()

ch_is_ip_blocked (   $sCurIP = '')

Definition at line 1042 of file utils.inc.php.

◆ ch_is_ip_dns_blacklisted()

ch_is_ip_dns_blacklisted (   $sCurIP = '',
  $sType = '' 
)

Definition at line 995 of file utils.inc.php.

◆ ch_is_ip_whitelisted()

ch_is_ip_whitelisted (   $sCurIP = '')

Definition at line 1021 of file utils.inc.php.

◆ ch_is_spam()

ch_is_spam (   $val)

spam checking function

Parameters
$val
Returns
true if spam detected

Definition at line 1080 of file utils.inc.php.

◆ ch_js_string()

ch_js_string (   $mixedInput,
  $iQuoteType = CH_ESCAPE_STR_AUTO 
)

Escapes string/array ready to pass to js script with filtered symbols like ', " etc

Parameters
$mixedInput- string/array which should be filtered
$iQuoteType- string escaping method: CH_ESCAPE_STR_AUTO(default), CH_ESCAPE_STR_APOS or CH_ESCAPE_STR_QUOTE
Returns
converted string / array

Definition at line 1294 of file utils.inc.php.

◆ ch_linkify()

ch_linkify (   $text,
  $sAttrs = '',
  $bHtmlSpecialChars = false 
)

Wrap in A tag links in TEXT string

Parameters
$sHtmlOrig- text string without tags
$sAttrs- attributes string to add to the added A tag
Returns
string where all links are wrapped in A tag

Definition at line 1860 of file utils.inc.php.

◆ ch_linkify_html()

ch_linkify_html (   $sHtmlOrig,
  $sAttrs = '' 
)

Wrap in A tag links in HTML string, which aren't wrapped in A tag yet

Parameters
$sHtmlOrig- HTML string
$sAttrs- attributes string to add to the added A tag
Returns
modified HTML string, in case of errror original string is returned

Definition at line 1901 of file utils.inc.php.

◆ ch_ltrim_str()

ch_ltrim_str (   $sString,
  $sPrefix,
  $sReplace = '' 
)

Definition at line 1787 of file utils.inc.php.

◆ ch_member_ip_get_last()

ch_member_ip_get_last (   $iMemberId)

Definition at line 1810 of file utils.inc.php.

◆ ch_member_ip_store()

ch_member_ip_store (   $iMemberId,
  $sIP = false 
)

Definition at line 1799 of file utils.inc.php.

◆ ch_mkdir_r()

ch_mkdir_r (   $sDirName,
  $rights = 0777 
)

Definition at line 1828 of file utils.inc.php.

◆ ch_parse_html_tag()

ch_parse_html_tag (   $sContent,
  $sTag,
  $sAttrNameName,
  $sAttrNameValue,
  $sAttrContentName,
  $sCharset = false 
)

Definition at line 1499 of file utils.inc.php.

◆ ch_parse_time_duration()

ch_parse_time_duration (   $sContent)

Parse time duration according to ISO 8601

Returns
number of seconds

Definition at line 1522 of file utils.inc.php.

◆ ch_php_string_apos()

ch_php_string_apos (   $mixedInput)

Escapes string/array ready to pass to php script with filtered symbols like ', " etc

Parameters
mixed$mixedInput- string/array which should be filtered
Returns
converted string / array

Definition at line 1340 of file utils.inc.php.

◆ ch_php_string_quot()

ch_php_string_quot (   $mixedInput)

Definition at line 1345 of file utils.inc.php.

◆ ch_proto()

ch_proto (   $sUrl = CH_WSB_URL_ROOT)

Returns current site protocol http:// or https://

Definition at line 1848 of file utils.inc.php.

◆ ch_rrmdir()

ch_rrmdir (   $directory)

Definition at line 1713 of file utils.inc.php.

◆ ch_show_service_unavailable_error_and_exit()

ch_show_service_unavailable_error_and_exit (   $sMsg = false,
  $iRetryAfter = 86400 
)

Show HTTP 503 service unavailable error and exit

Definition at line 1820 of file utils.inc.php.

◆ ch_time_utc()

ch_time_utc (   $iUnixTimestamp)

Get UTC/GMT time string in ISO8601 date format from provided unix timestamp

Parameters
$iUnixTimestamp- unix timestamp
Returns
ISO8601 formatted date/time string

Definition at line 116 of file utils.inc.php.

◆ clear_xss()

clear_xss (   $val)

Definition at line 700 of file utils.inc.php.

◆ ConstructHiddenValues()

ConstructHiddenValues (   $Values)

Used to construct sturctured arrays in GET or POST data. Supports multidimensional arrays.

Parameters
array$ValuesSpecifies values and values names, that should be submitted. Can be multidimensional.
Returns
string HTML code, which contains <input type="hidden"...> tags with names and values, specified in $Values array.

Recursive function, processes multidimensional arrays

Parameters
string$NameFull name of array, including all subarrays' names
array$ValueArray of values, can be multidimensional
Returns
string Properly consctructed <input type="hidden"...> tags

Definition at line 345 of file utils.inc.php.

◆ defineTimeInterval()

defineTimeInterval (   $iTime,
  $bAutoDateConvert = true,
  $bShort = false 
)

Convert timestamp to "ago" date format

Parameters
$iTimedate/time stamp in seconds
$bAutoDateConvertautomatically convert dates to full date format instead of "ago" format for old dates (older than 14 days)
$bShortuse short format for relative time
Returns
formatted date string

Definition at line 831 of file utils.inc.php.

◆ echoDbg()

echoDbg (   $what,
  $desc = '' 
)

Definition at line 676 of file utils.inc.php.

◆ echoDbgLog()

echoDbgLog (   $mWhat,
  $sDesc = '',
  $sFileName = 'debug.log' 
)

Definition at line 686 of file utils.inc.php.

◆ encryptUserPwd()

encryptUserPwd (   $sPwd,
  $sSalt 
)

Definition at line 1643 of file utils.inc.php.

◆ execSqlFile()

execSqlFile (   $sFileName)

Definition at line 843 of file utils.inc.php.

◆ extFileExists()

extFileExists (   $sFileSrc)

Definition at line 638 of file utils.inc.php.

◆ format_bytes()

format_bytes (   $bytes,
  $shorter = false 
)
Parameters
int$bytes
bool$shorter
Returns
string

Definition at line 1554 of file utils.inc.php.

◆ genFlag()

genFlag (   $country)

Definition at line 665 of file utils.inc.php.

◆ genFlagUrl()

genFlagUrl (   $country)

Definition at line 670 of file utils.inc.php.

◆ genRndPwd()

genRndPwd (   $iLength = 8,
  $bSpecialCharacters = true 
)

Definition at line 1618 of file utils.inc.php.

◆ genRndSalt()

genRndSalt ( )

Definition at line 1637 of file utils.inc.php.

◆ genSiteStatCache()

genSiteStatCache ( )

@description : function will create cache file with all SQL queries ;

Returns
:

Definition at line 1146 of file utils.inc.php.

◆ genSiteStatFile()

genSiteStatFile (   $aVal)

Definition at line 1173 of file utils.inc.php.

◆ get_mb_len()

get_mb_len (   $s)

Definition at line 959 of file utils.inc.php.

◆ get_mb_replace()

get_mb_replace (   $sPattern,
  $sReplace,
  $s 
)

Definition at line 954 of file utils.inc.php.

◆ get_mb_substr()

get_mb_substr (   $s,
  $iStart,
  $iLen 
)

Definition at line 964 of file utils.inc.php.

◆ get_templates_array()

get_templates_array (   $isAllParams = false)

Definition at line 573 of file utils.inc.php.

◆ getAudioData()

getAudioData (   $sFile)

Definition at line 2026 of file utils.inc.php.

◆ getClearedParam()

getClearedParam (   $sExceptParam,
  $sString 
)

Function will cute the parameter from received string; remove received parameter from 'GET' query ;

Parameters
:$aExceptNames(string) - name of unnecessary parameter;
Returns
: cleared string;

Definition at line 1207 of file utils.inc.php.

◆ getFfmpegPath()

getFfmpegPath ( )

Definition at line 1988 of file utils.inc.php.

◆ getFfprobePath()

getFfprobePath ( )

Definition at line 1998 of file utils.inc.php.

◆ getGetFieldIfSet()

getGetFieldIfSet (   $sField)

Returns a field from $_GET array if it exists To avoid having to do "if(isset($_GET['field']) && $_GET['field'])" multiple times

Parameters
$sField
Returns
string

Definition at line 1966 of file utils.inc.php.

◆ getLink()

getLink (   $sString,
  $sUrl 
)

Definition at line 1433 of file utils.inc.php.

◆ getLinkSet()

getLinkSet (   $sLinkString,
  $sUrlPrefix,
  $sDivider = ';,
,
  $bUriConvert = false 
)

Definition at line 1438 of file utils.inc.php.

◆ getLocaleDate()

getLocaleDate (   $sTimestamp = '',
  $iCode = CH_WSB_LOCALE_DATE_SHORT 
)

Convert date(timestamp) in accordance with requested format code.

Parameters
string$sTimestamp- timestamp
integer$iCode- format code 1(4) - short date format.
See also
sys_options -> short_date_format_php 2 - time format.
sys_options -> time_format_php 3(5) - long date format.
sys_options -> date_format_php 6 - RFC 2822 date format.

Definition at line 70 of file utils.inc.php.

◆ getLocaleFormat()

getLocaleFormat (   $iCode = CH_WSB_LOCALE_DATE_SHORT,
  $iType = CH_WSB_LOCALE_PHP 
)

Get data format in accordance with requested format code and format type.

Parameters
integer$iCode- format code 1(4) - short date format.
See also
sys_options -> short_date_format_php 2 - time format.
sys_options -> time_format_php 3(5) - long date format.
sys_options -> date_format_php 6 - RFC 2822 date format.
Parameters
integer$iType- format type 1 - for PHP code. 2 - for database.

Definition at line 89 of file utils.inc.php.

◆ getmicrotime()

getmicrotime ( )

Definition at line 1135 of file utils.inc.php.

◆ getPostFieldIfSet()

getPostFieldIfSet (   $sField)

Returns a field from $_POST array if it exists To avoid having to do "if(isset($_POST['field']) && $_POST['field'])" multiple times

Parameters
$sField
Returns
string

Definition at line 1954 of file utils.inc.php.

◆ getRelatedWords()

getRelatedWords ( $aInfo)

Definition at line 1451 of file utils.inc.php.

◆ getSiteInfo()

getSiteInfo (   $sSourceUrl,
  $aProcessAdditionalTags = array() 
)

Definition at line 1460 of file utils.inc.php.

◆ getSiteStatArray()

getSiteStatArray ( )

Definition at line 1184 of file utils.inc.php.

◆ getVideoData()

getVideoData (   $sFile)

Definition at line 2008 of file utils.inc.php.

◆ getVisitorIP()

getVisitorIP (   $isProxyCheck = true)

Definition at line 643 of file utils.inc.php.

◆ html2txt()

html2txt (   $content,
  $tags = "" 
)

Definition at line 219 of file utils.inc.php.

◆ html_encode()

html_encode (   $text)

Definition at line 228 of file utils.inc.php.

◆ htmlspecialchars_adv()

htmlspecialchars_adv (   $string)

Definition at line 302 of file utils.inc.php.

◆ is_friends()

is_friends (   $id1,
  $id2 
)

Definition at line 140 of file utils.inc.php.

◆ isBlocked()

isBlocked (   $iFirstProfile,
  $iSecondProfile 
)

Function will check on blocked status;

Parameters
:$iFirstProfile(integer) - first profile's id;
:$iSecondProfile(integer) - second profile's id;
Returns
: (boolean) - true if pair will blocked;

Definition at line 128 of file utils.inc.php.

◆ isRWAccessible()

isRWAccessible (   $sFileName)

Definition at line 440 of file utils.inc.php.

◆ process_db_input()

process_db_input (   $sText,
  $iStripTags = 0 
)

functions for input data into database

Parameters
array | string$sText
int$iStripTagstags parameter: CH_TAGS_STRIP - strip tags CH_TAGS_SPECIAL_CHARS - translate to special html chars (not good to use this, it is better to do such thing during output to browser) CH_TAGS_VALIDATE - validate HTML CH_TAGS_NO_ACTION - do not perform any action with tags
Returns
string

Definition at line 256 of file utils.inc.php.

◆ process_html_output()

process_html_output (   $text,
  $maxwordlen = 100 
)

Definition at line 333 of file utils.inc.php.

◆ process_line_output()

process_line_output (   $text,
  $maxwordlen = 100 
)

Definition at line 328 of file utils.inc.php.

◆ process_pass_data()

process_pass_data (   $text,
  $strip_tags = 0 
)

function for processing pass data

This function cleans the GET/POST/COOKIE data if magic_quotes_gpc() is on for data which should be outputed immediately after submit

Definition at line 290 of file utils.inc.php.

◆ process_text_output()

process_text_output (   $text,
  $maxwordlen = 100 
)

Definition at line 313 of file utils.inc.php.

◆ process_text_withlinks_output()

process_text_withlinks_output (   $text,
  $maxwordlen = 100 
)

Definition at line 323 of file utils.inc.php.

◆ process_textarea_output()

process_textarea_output (   $text,
  $maxwordlen = 100 
)

Definition at line 318 of file utils.inc.php.

◆ Redirect()

Redirect (   $ActionURL,
  $Params = null,
  $Method = "get",
  $Title = 'Redirect' 
)

Redirects browser to another URL, passing parameters through POST or GET Actually just prints code, returned by RedirectCode (see RedirectCode)

Definition at line 432 of file utils.inc.php.

◆ RedirectCode()

RedirectCode (   $ActionURL,
  $Params = null,
  $Method = "get",
  $Title = 'Redirect' 
)

Returns HTML/javascript code, which redirects to another URL with passing specified data (through specified method)

Parameters
string$ActionURLdestination URL
array$ParamsParameters to be passed (through GET or POST)
string$MethodSubmit mode. Only two values are valid: 'get' and 'post'
Returns
mixed Correspondent HTML/javascript code or false, if input data is wrong

Definition at line 394 of file utils.inc.php.

◆ replace_full_uri()

replace_full_uri (   $matches)

Definition at line 887 of file utils.inc.php.

◆ replace_full_uris()

replace_full_uris (   $text)

Definition at line 880 of file utils.inc.php.

◆ return_bytes()

return_bytes (   $val)

Definition at line 1591 of file utils.inc.php.

◆ sendMail()

sendMail (   $sRecipientEmail,
  $sMailSubject,
  $sMailBody,
  $iRecipientID = 0,
  $aPlus = array(),
  $sEmailFlag = 'html',
  $isDisableAlert = false,
  $bForceSend = false 
)

Send email function

Parameters
string$sRecipientEmail- Email where email should be send
string$sMailSubject- subject of the message
string$sMailBody- Body of the message
integer$iRecipientID- ID of recipient profile
array$aPlus- Array of additional information
Returns
boolean - true if message was sent
  • false if not

Definition at line 461 of file utils.inc.php.

◆ simple_cmp()

simple_cmp (   $a,
  $b 
)

Definition at line 1540 of file utils.inc.php.

◆ stripslashes_adv()

stripslashes_adv (   $s)

Definition at line 1649 of file utils.inc.php.

◆ strmaxtextlen()

strmaxtextlen (   $sInput,
  $iMaxLen = 60 
)

Definition at line 207 of file utils.inc.php.

◆ strmaxwordlen()

strmaxwordlen (   $input,
  $len = 100 
)

Definition at line 199 of file utils.inc.php.

◆ templates_select_txt()

templates_select_txt ( )

Definition at line 621 of file utils.inc.php.

◆ title2uri()

title2uri (   $sValue)

The following two functions are needed to convert title to uri and back. It usefull when titles are used in URLs, like in Categories and Tags.

Definition at line 42 of file utils.inc.php.

◆ uri2title()

uri2title (   $sValue)

Definition at line 51 of file utils.inc.php.

◆ uriCheckUniq()

uriCheckUniq (   $s,
  $sTable,
  $sField 
)

Definition at line 949 of file utils.inc.php.

◆ uriFilter()

uriFilter (   $s)

Definition at line 931 of file utils.inc.php.

◆ uriGenerate()

uriGenerate (   $s,
  $sTable,
  $sField,
  $iMaxLen = 255 
)

Definition at line 900 of file utils.inc.php.

◆ WordWrapStr()

WordWrapStr (   $sString,
  $iWidth = 25,
  $sWrapCharacter = '&shy;' 
)

Definition at line 155 of file utils.inc.php.

◆ wrapVideoFrame()

wrapVideoFrame (   $sData)

Definition at line 1971 of file utils.inc.php.

◆ writeLog()

writeLog (   $sNewLineText = 'test')

perform write log into 'tmp/log.txt' (for any debug development)

Parameters
$sNewLineText- New line debug text

Definition at line 1415 of file utils.inc.php.

Variable Documentation

◆ CH_ESCAPE_STR_APOS

const CH_ESCAPE_STR_APOS 1

escape apostrophes only, for js strings enclosed in apostrophes, for use in

See also
ch_js_string and
ch_html_attribute

Definition at line 33 of file utils.inc.php.

◆ CH_ESCAPE_STR_AUTO

const CH_ESCAPE_STR_AUTO 0

turn apostropes and quote signs into html special chars, for use in

See also
ch_js_string and
ch_html_attribute

Definition at line 32 of file utils.inc.php.

◆ CH_ESCAPE_STR_QUOTE

const CH_ESCAPE_STR_QUOTE 2

escape quotes only, for js strings enclosed in quotes, for use in

See also
ch_js_string and
ch_html_attribute

Definition at line 34 of file utils.inc.php.

◆ CH_SLASHES_ADD

const CH_SLASHES_ADD 1

Definition at line 28 of file utils.inc.php.

◆ CH_SLASHES_AUTO

const CH_SLASHES_AUTO 0

Definition at line 27 of file utils.inc.php.

◆ CH_SLASHES_NO_ACTION

const CH_SLASHES_NO_ACTION 3

Definition at line 30 of file utils.inc.php.

◆ CH_SLASHES_STRIP

const CH_SLASHES_STRIP 2

Definition at line 29 of file utils.inc.php.

◆ CH_TAGS_NO_ACTION

const CH_TAGS_NO_ACTION 0

Definition at line 21 of file utils.inc.php.

◆ CH_TAGS_SPECIAL_CHARS

const CH_TAGS_SPECIAL_CHARS 8

Definition at line 23 of file utils.inc.php.

◆ CH_TAGS_STRIP

const CH_TAGS_STRIP 1

Definition at line 22 of file utils.inc.php.

◆ CH_TAGS_STRIP_AND_NL2BR

const CH_TAGS_STRIP_AND_NL2BR 32

Definition at line 25 of file utils.inc.php.

◆ CH_TAGS_VALIDATE

const CH_TAGS_VALIDATE 16

Definition at line 24 of file utils.inc.php.

◆ CH_URL_RE

const CH_URL_RE "@\b((https?://)|(www\.))(([0-9a-zA-Z_!~*'().&=+$%-]+:)?[0-9a-zA-Z_!~*'().&=+$%-]+\@)?(([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-zA-Z_!~*'()-]+\.)*([0-9a-zA-Z][0-9a-zA-Z-]{0,61})?[0-9a-zA-Z]\.[a-zA-Z]{2,6})(:[0-9]{1,4})?((/[0-9a-zA-Z_!~*'().;?:\@&=+$,%#-]+)*/?)@"

regular expression to match URL

Definition at line 36 of file utils.inc.php.

◆ CH_WSB_LINK_CLASS

const CH_WSB_LINK_CLASS 'ch-link'

Definition at line 12 of file utils.inc.php.

◆ CH_WSB_LOCALE_DATE

const CH_WSB_LOCALE_DATE 5

Definition at line 16 of file utils.inc.php.

◆ CH_WSB_LOCALE_DATE_SHORT

const CH_WSB_LOCALE_DATE_SHORT 4

Definition at line 15 of file utils.inc.php.

◆ CH_WSB_LOCALE_DB

const CH_WSB_LOCALE_DB 2

Definition at line 19 of file utils.inc.php.

◆ CH_WSB_LOCALE_PHP

const CH_WSB_LOCALE_PHP 1

Definition at line 18 of file utils.inc.php.

◆ CH_WSB_LOCALE_TIME

const CH_WSB_LOCALE_TIME 2

Definition at line 14 of file utils.inc.php.