User Tools

Site Tools


functions:functions_list

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
functions:functions_list [2021/06/13 21:19] – [Character String Functions] steinarfunctions:functions_list [2024/01/28 10:32] (current) benjamin
Line 47: Line 47:
 |[[mathematics_functions#$abs, $log and $random |$log()]]|Returns the natural logarithm of a number.| |[[mathematics_functions#$abs, $log and $random |$log()]]|Returns the natural logarithm of a number.|
 |[[mathematics_functions#$abs, $log and $random |$random()]]|Returns a random integer number between two integers.| |[[mathematics_functions#$abs, $log and $random |$random()]]|Returns a random integer number between two integers.|
 +|[[mathematics_functions#$count |$count()]]|Count the number of times the specified string is found.|
  
  
Line 53: Line 54:
  
 |< 100% 20% 80% >| |< 100% 20% 80% >|
-|[[other_functions#$exists|$exists()]]|This is a file function that will tell if file(s) exists.|+|[[other_functions#$exists|$exists()]]|This is a file function that will tell if file(s) exists.Support recursing and returning a file list in array.|
 |[[other_functions#$base64|$base64()]]|Encodes the input string as base 64.| |[[other_functions#$base64|$base64()]]|Encodes the input string as base 64.|
 |[[other_functions#$base64dec|$base64dec()]]|Encodes the input UTF-8 string as terminated base64 string.| |[[other_functions#$base64dec|$base64dec()]]|Encodes the input UTF-8 string as terminated base64 string.|
Line 65: Line 66:
 |[[other_functions#$guid|$guid()]]|Returns a random GUID/UUID.| |[[other_functions#$guid|$guid()]]|Returns a random GUID/UUID.|
 |[[other_functions#$xxhash|$xxhash()]]|Returns an eight character hash for any file.| |[[other_functions#$xxhash|$xxhash()]]|Returns an eight character hash for any file.|
 +|[[other_functions#$xxhash64|$xxhash64()]]|Returns an 16 character hash for any file. Must include full path. The hash is created using Yann Collet's xxHash which is very fast and suits large video files..|
 |[[other_functions#$read|$read()]]|Reads the contents of a any text file.| |[[other_functions#$read|$read()]]|Reads the contents of a any text file.|
 |[[other_functions#$urlencode|$urlencode()]]|Converts the input string to an URL friendly string.| |[[other_functions#$urlencode|$urlencode()]]|Converts the input string to an URL friendly string.|
 |[[other_functions#$week|$week()]]|Returns the week number from the date specified in the parameters. If no date is specified, the function returns the current week number.| |[[other_functions#$week|$week()]]|Returns the week number from the date specified in the parameters. If no date is specified, the function returns the current week number.|
 |[[other_functions#$weekday|$weekday()]]|Returns the week day number from the date specified in the parameters. If no date is specified, the function returns the current week day number.| |[[other_functions#$weekday|$weekday()]]|Returns the week day number from the date specified in the parameters. If no date is specified, the function returns the current week day number.|
 +|[[other_functions#$lookup|$lookup()]]|Loopup table for mapping data to other data. The function will only operate on array formated strings..|
 +|[[other_functions#$lookupprep |$lookupprep()]]|Loopup table for replacing strings with strings from lookup tables.|
 +|[[other_functions#$foreach|$foreach()]]|This function will iterate and perform the desired operation on each data value. The result of each iteration will be put back into the array and presented as the new resulting array.|
 +|[[other_functions#$sort|$sort()]]|Sorts an array formated string or a regular string. String sorting use crl-f as base separator but a custom separator can be specified.|
 +|[[other_functions#$stringf|$stringf()]]|This function works very much like the printf() function in C. It shares the same notation. The difference is that if you have multiple arguments you need to put them in an array.|
 +|[[other_functions#$fsize|$fsize()]]|Get file size in bytes.|
 +|[[other_functions#$fext|$fext()]]|Get file extension.|
 +|[[other_functions#$fname|$fname()]]|Get file name.|
 +|[[other_functions#$fpath|$fpath()]]|Get file path.|
 +|[[other_functions#$fdrive|$fdrive()]]|Get file drive.|
 +|[[other_functions#$asplit|$asplit()]]|Splits an array string into a delimited string using the optional separator. Default separator is \r\n (carriage return and line feed).|
 +|[[other_functions#$ffconcat|$ffconcat()]]|Creates a ffconcat version 1.0 compatible string for use with encoder input.|
 +|[[other_functions#$owner|$owner()]]|FInd the domain owner of a file.|
 +|[[other_functions#$waccess|$waccess()]]|Check if user running the ffastrans system has write access to the specified folder..|
 +|[[other_functions#$dateweek|$dateweek()]]|Finds the date (year_month_mday) of any given year, week number, week day number and week start day.|
 +|[[other_functions#$timecalc|$timecalc()]]|Calculates a new date/time by adding/subtracting a specified number of time intervals from an initial date/time. \\ y = year, M = month, d = day, w = week, h = hour, m = minute, s = second.|
 +|[[other_functions#$shortcut|$shortcut()]]|Parse the shortcut (Windows) or alias (MAC) and return the actual file path.|
 +
 +
  
 ---------------------------------------------- ----------------------------------------------
  
 <html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</html>[[functions:functions_list|Back to top]] <html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</html>[[functions:functions_list|Back to top]]
functions/functions_list.1623619195.txt.gz · Last modified: 2021/06/13 21:19 by steinar

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki