This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ^ob_* functions




On 02/28/2017 10:06 AM, Florian Weimer wrote:
On 02/27/2017 10:41 PM, Mohsen Pahlevanzadeh wrote:
Dear all,

PHP has a set of function start with ^ob_ , Can I find same functions in
glibc?

glibc does not have the exact same functionality. Depending on what you want to do, you should look at open_memstream, fopencookie, or the obstack family of functions (the latter is problematic because gnulib has conflicting definitions).

Thanks,
Florian


I need to wok in memory and when I work in memory user can't watch any result, then return everything what I choose.
for example :
http://php.net/manual/en/function.ob-start.php

--best regards
mohsen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]