ConnectionRequest¶
-
php\jsoup\ConnectionRequest abstract class
Methods
timeout($millis)¶Setter and getter for timeout.
Parameters:
- $millis – int - (optional)
Returns:
maxBodySize($bytes)¶Setter and getter for max of body size.
Parameters:
- $bytes – int - (optional)
Returns:
followRedirects($enable)¶Setter and getter.
Parameters:
- $enable – bool - (optional)
Returns:
ignoreHttpErrors($enable)¶
Parameters:
- $enable – bool - (optional)
Returns:
ignoreContentType($enable)¶
Parameters:
- $enable – bool - (optional)
Returns: