Annotation of embedaddon/php/ext/standard/fsock.h, revision 1.1.1.4

1.1       misho       1: /*
                      2:    +----------------------------------------------------------------------+
                      3:    | PHP Version 5                                                        |
                      4:    +----------------------------------------------------------------------+
1.1.1.4 ! misho       5:    | Copyright (c) 1997-2014 The PHP Group                                |
1.1       misho       6:    +----------------------------------------------------------------------+
                      7:    | This source file is subject to version 3.01 of the PHP license,      |
                      8:    | that is bundled with this package in the file LICENSE, and is        |
                      9:    | available through the world-wide-web at the following url:           |
                     10:    | http://www.php.net/license/3_01.txt                                  |
                     11:    | If you did not receive a copy of the PHP license and are unable to   |
                     12:    | obtain it through the world-wide-web, please send a note to          |
                     13:    | license@php.net so we can mail you a copy immediately.               |
                     14:    +----------------------------------------------------------------------+
                     15:    | Authors: Paul Panotzki - Bunyip Information Systems                  |
                     16:    |          Jim Winstead <jimw@php.net>                                 |
                     17:    |          Wez Furlong                                                 |
                     18:    +----------------------------------------------------------------------+
                     19: */
                     20: 
1.1.1.2   misho      21: /* $Id$ */
1.1       misho      22: 
                     23: /* Synced with php 3.0 revision 1.24 1999-06-18 [ssb] */
                     24: 
                     25: #ifndef FSOCK_H
                     26: #define FSOCK_H
                     27: 
                     28: #include "file.h"
                     29: 
                     30: #include "php_network.h"
                     31: 
                     32: PHP_FUNCTION(fsockopen);
                     33: PHP_FUNCTION(pfsockopen);
                     34: 
                     35: /*
                     36:  * Local variables:
                     37:  * tab-width: 4
                     38:  * c-basic-offset: 4
                     39:  * End:
                     40:  * vim: sw=4 ts=4
                     41:  */
                     42: #endif /* FSOCK_H */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>