Changeset 51298 for trunk/src/wp-includes/class-wp-http-streams.php
- Timestamp:
- 07/01/2021 09:01:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-streams.php
r49597 r51298 366 366 * @since 3.7.0 367 367 * 368 * @param stream$stream The PHP Stream which the SSL request is being made over369 * @param string $hostThe hostname being requested368 * @param resource $stream The PHP Stream which the SSL request is being made over 369 * @param string $host The hostname being requested 370 370 * @return bool If the cerficiate presented in $stream is valid for $host 371 371 */
Note: See TracChangeset
for help on using the changeset viewer.