CURLOPT_TFTP_BLKSIZE
Constant • Added in PHP 5.5
CURLOPT_TFTP_BLKSIZE
is one of the accepted parameters for curl_setopt
parameter #2
.
CURLOPT_TFTP_BLKSIZE
— Set the blocksize to use for TFTP data transmission.
Valid range is 8
-65464
bytes.
The default of 512
bytes is used if this option is not specified.
The specified block size is only used if supported by the remote server.
If the server does not return an option acknowledgment
or returns an option acknowledgment with no block size,
the default of 512
bytes is used.
Available as of cURL 7.19.4.
CURLOPT_TFTP_BLKSIZE = 178;
Changes to the CURLOPT_TFTP_BLKSIZE
Constant
PHP 5.5
- Constant added
CURLOPT_TFTP_BLKSIZE
Constant Availability
CURLOPT_TFTP_BLKSIZE
Constant AvailabilityPHP Version | Availability |
---|---|
PHP 8.5Future Release | Yes |
PHP 8.4Upcoming Release | Yes |
PHP 8.3Supported (Latest) | Yes |
PHP 8.2Supported | Yes |
PHP 8.1Security-Fixes Only | Yes |
PHP 8.0Unsupported | Yes |
PHP 7.4Unsupported | Yes |
PHP 7.3Unsupported | Yes |
PHP 7.2Unsupported | Yes |
PHP 7.1Unsupported | Yes |
PHP 7.0Unsupported | Yes |
PHP 5.6Unsupported | Yes |
PHP 5.5Unsupported | Yes |
PHP 5.4Unsupported | No |
PHP 5.3Unsupported | No |