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 [2022/02/20 20:59] benjaminfunctions:functions_list [2024/01/28 10:32] (current) benjamin
Line 75: Line 75:
 |[[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#$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#$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.|
 +
  
  
functions/functions_list.1645390751.txt.gz · Last modified: 2022/02/20 20:59 by benjamin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki