public function Response::getChallengeTs in reCAPTCHA 7.2
Same name and namespace in other branches
- 8.2 recaptcha-php/src/ReCaptcha/Response.php \ReCaptcha\Response::getChallengeTs()
Get challenge timestamp
Return value
string
1 call to Response::getChallengeTs()
- Response::toArray in recaptcha-php/
src/ ReCaptcha/ Response.php
File
- recaptcha-php/
src/ ReCaptcha/ Response.php, line 164
Class
- Response
- The response returned from the service.
Namespace
ReCaptchaCode
public function getChallengeTs() {
return $this->challengeTs;
}