Stream

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
abalfazl
Forum Commoner
Posts: 71
Joined: Mon Sep 05, 2005 10:05 pm

Stream

Post by abalfazl »

Hello firends

From: http://www.php.net/manual/en/function.s ... append.php

Adds filtername to the list of filters attached to stream. This filter will be added with the specified params to the end of the list and will therefore be called last during stream operations. To add a filter to the beginning of the list, use stream_filter_prepend().



What happend if we add filter to the end of the list?

What is the difference between adding to end and adding to first?

Thanks,Good luck
Post Reply