Another way to provide this ob_write() feature is to give me a start offset on
fwrite(), as in:
fwrite($handle, $string, $length, $stringStartOffset)
~joe
P.S. I think I see why the internals group sent me here. I didn't know about the
handle-based stream functions, but looking over them they
On Mon, 02 Aug 2004 23:58:58 -0400, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> The guys in the internals list sent me to this forum.
>
> I am trying to write some serious parsing software in PHP. I need to use plain,
> vanilla PHP and no add-on modules, because I need to be able to distribut
Hi Curt,
You could use a function of the name and signature you gave, but if you implement it
in PHP, you're still creating the substring objects that I don't want created. Notice
your call to substr(). Object creation is expensive. If the function were
implemented natively, the language nee
* Thus wrote [EMAIL PROTECTED]:
> The guys in the internals list sent me to this forum.
>
> I am trying to write some serious parsing software in PHP. I
> need to use plain, vanilla PHP and no add-on modules, because I
> need to be able to distribute to people who don't have sufficient
> privileg
The guys in the internals list sent me to this forum.
I am trying to write some serious parsing software in PHP. I need to use plain,
vanilla PHP and no add-on modules, because I need to be able to distribute to people
who don't have sufficient privileges.
In the process of parsing I create a
5 matches
Mail list logo