We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
length - Vector length
float length( float[] $x )
length() calculates the length of vector x.
x - The vector to process. It can be a one-dimensional array or a multi-dimensional array.
Length of x. If x or y is a multi-dimensional array, the return value will be an array whose size is the number of vectors in x.
1.0 and above.