Voting

: max(eight, four)?
(Example: nine)

The Note You're Voting On

hexer
16 years ago
I successfully used fgets in PHP4

examples

<?php
$stderr
= fgets(ssh2_fetch_stream($channel, SSH2_STREAM_STDERR), 8192);

$str = fgets(ssh2_fetch_stream($channel, SSH2_STREAM_STDIO), 8192);
?>

<< Back to user notes page

To Top