mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 20:42:42 +00:00
Updated doc to avoid E_STRICT messages.
This commit is contained in:
parent
c6dd77de6f
commit
8a4faa1e69
1 changed files with 2 additions and 2 deletions
|
@ -138,12 +138,12 @@ class HttpSocket extends CakeSocket {
|
|||
* You can use a url string to set the url and use default configurations for
|
||||
* all other options:
|
||||
*
|
||||
* `$http =& new HttpSockect('http://cakephp.org/');`
|
||||
* `$http = new HttpSockect('http://cakephp.org/');`
|
||||
*
|
||||
* Or use an array to configure multiple options:
|
||||
*
|
||||
* {{{
|
||||
* $http =& new HttpSocket(array(
|
||||
* $http = new HttpSocket(array(
|
||||
* 'host' => 'cakephp.org',
|
||||
* 'timeout' => 20
|
||||
* ));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue