X7ROOT File Manager
Current Path:
/opt/alt/php73/usr/include/php/ext/mysqlnd
opt
/
alt
/
php73
/
usr
/
include
/
php
/
ext
/
mysqlnd
/
π
..
π
config-win.h
(3.23 KB)
π
mysql_float_to_double.h
(2.12 KB)
π
mysqlnd.h
(18.92 KB)
π
mysqlnd_alloc.h
(4.84 KB)
π
mysqlnd_auth.h
(4.46 KB)
π
mysqlnd_block_alloc.h
(1.69 KB)
π
mysqlnd_charset.h
(2.35 KB)
π
mysqlnd_commands.h
(1.45 KB)
π
mysqlnd_connection.h
(3.3 KB)
π
mysqlnd_debug.h
(9.96 KB)
π
mysqlnd_enum_n_def.h
(20.76 KB)
π
mysqlnd_ext_plugin.h
(8.26 KB)
π
mysqlnd_libmysql_compat.h
(7.42 KB)
π
mysqlnd_plugin.h
(1.58 KB)
π
mysqlnd_portability.h
(16.71 KB)
π
mysqlnd_priv.h
(2.35 KB)
π
mysqlnd_protocol_frame_codec.h
(1.73 KB)
π
mysqlnd_ps.h
(2.38 KB)
π
mysqlnd_read_buffer.h
(1.35 KB)
π
mysqlnd_result.h
(1.98 KB)
π
mysqlnd_result_meta.h
(1.78 KB)
π
mysqlnd_reverse_api.h
(1.96 KB)
π
mysqlnd_statistics.h
(5.13 KB)
π
mysqlnd_structs.h
(59.49 KB)
π
mysqlnd_vio.h
(1.67 KB)
π
mysqlnd_wireprotocol.h
(9.56 KB)
π
php_mysqlnd.h
(1.48 KB)
Editing: mysqlnd_result_meta.h
/* +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 2006-2018 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | http://www.php.net/license/3_01.txt | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Andrey Hristov <andrey@php.net> | | Johannes SchlΓΌter <johannes@php.net> | | Ulf Wendel <uw@php.net> | +----------------------------------------------------------------------+ */ #ifndef MYSQLND_RESULT_META_H #define MYSQLND_RESULT_META_H PHPAPI MYSQLND_RES_METADATA * mysqlnd_result_meta_init(MYSQLND_RES * result, unsigned int field_count); PHPAPI struct st_mysqlnd_res_meta_methods * mysqlnd_result_metadata_get_methods(); PHPAPI void ** _mysqlnd_plugin_get_plugin_result_metadata_data(const MYSQLND_RES_METADATA * meta, unsigned int plugin_id); #endif /* MYSQLND_RESULT_META_H */ /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * End: * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 */
Upload File
Create Folder