(PHP 4, PHP 5, PHP 7, PHP 8)
asin —Arc sine
Returns the arc sine ofnum
in radians.asin() is the inverse function ofsin(), which means that$num == sin(asin($num))
for every value ofnum
that is in the domain ofasin().
num
The argument to process
The arc sine ofnum
in radians