Something not good...
Let's try with system commands, erm... maybe "dir"?

<?php
echo '<pre>';
$last_line = system('dir', $retval);

echo '
</pre>
<hr />Last line of the output: ' . $last_line . '
<hr />Return value: ' . $retval;


Tomasz Ignatiuk wrote:
> It returned
> ------------------------------------------------------------------------
> Last line of the output:
> ------------------------------------------------------------------------
> Return value: 127
>
> >

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to