Removed duplicate function

This commit is contained in:
Jaroslav Hanslík 2019-05-10 23:44:11 +02:00
parent 9363654443
commit 1d4a83a746
No known key found for this signature in database
GPG Key ID: B87C715C3401EB66
1 changed files with 0 additions and 9 deletions

View File

@ -111,15 +111,6 @@ function getimagesizefromstring ($imagedata , array &$imageinfo = null) {}
*/
function stream_set_chunk_size ($fp , $chunk_size) {}
/**
* PHP > 5.4.0<br/>
* Import a stream.
* @link https://secure.php.net/manual/en/function.socket-import-stream.php
* @param resource $stream The stream resource to import.
* @return void|bool|null Returns <b>FALSE</b> or <b>NULL</b> on failure.
*/
function socket_import_stream ($stream) {}
/**
* Initializes all syslog related variables
* @link https://php.net/manual/en/function.define-syslog-variables.php