From manual page: https://php.net/function.openssl-random-pseudo-bytes
the docs mention 2 different return types for this method. the signature says string the long description is talking about a possible false. which one is correct? maybe it did even change recently with a recent php version and the changelog also needs an update?

From manual page: https://php.net/function.openssl-random-pseudo-bytes
the docs mention 2 different return types for this method. the signature says
stringthe long description is talking about a possiblefalse. which one is correct? maybe it did even change recently with a recent php version and the changelog also needs an update?