Informacje z branży IT:
Kierownictwo koncernu obniżyło wcześniejsze prognozy wzrostu sprzedaży. Szwajcarska firma dołączyła również do grona firm planujących restrukturyzację. W ramach zapowiedzianych redukcji pracę straci ok. 500 osób.
Tue, 6 Jan 2009 18:20:08 +0100
Firma TIM S.A. wdraża oprogramowanie MicroStrategy Business Intelligence w celu udoskonalenia możliwości raportowania i analizowania danych.
Tue, 6 Jan 2009 15:26:51 +0100
Z początkiem stycznia br. brytyjska firma Foundry straciła status członka programu Autodesk Authorised Developer Network. Współpraca obu firm trwała 12 lat. Równocześnie zmniejszone zostały opłaty licencyjne za korzystanie z rozszerzeń Furnace, Tinder i Keylight.
Tue, 6 Jan 2009 14:27:14 +0100
Porozmawiamy jakie są trendy w świecie wirusów komputerowych. Powiemy też jak skutecznie chronić nasz komputer przed spywarem i wirusami komputerowymi oraz innymi zagrożeniami z sieci. Naszymi gośćmi będą Olga Komuda, Adam Żelazko i Piotr Walas szef działu technicznego Panda Security.
Kurs programowania:
Dodatek N. List of Available Filters
The following is a list of a few built-in stream filters for use with stream_filter_append(). Your version of PHP may have more filters (or fewer) than those listed here.
It is worth noting a slight asymmetry between stream_filter_append() and stream_filter_prepend(). Every PHP stream contains a small read buffer where it stores blocks of data retrieved from the filesystem or other resource in order to process data in the most efficient manner. As soon as data is pulled from the resource into the stream's internal buffer, it is immediately processed through any attached filters whether the PHP application is actually ready for the data or not. If data is sitting in the read buffer when a filter is appended, this data will be immediately processed through that filter making the fact that it was sitting in the buffer seem transparent. However, if data is sitting in the read buffer when a filter is prepended, this data will NOT be processed through that filter. It will instead wait until the next block of data is retrieved from the resource.
For a list of filters installed in your version of PHP use stream_get_filters().
String Filters
Each of these filters does precisely what their name implies and correspond to the behavior of a built-in php string handling function. For more information on a given filter, refer to the manual page for the corresponding function.
string.rot13 (since PHP 4.3.0) Use of this filter is equivalent to processing all stream data through the str_rot13() function.
string.toupper (since PHP 5.0.0) Use of this filter is equivalent to processing all stream data through the strtoupper() function.
string.tolower (since PHP 5.0.0) Use of this filter is equivalent to processing all stream data through the strtolower() function.
string.strip_tags (since PHP 5.0.0) Use of this filter is equivalent to processing all stream data through the strip_tags() function. It accepts parameters in one of two forms: Either as a string containing a list of tags similar to the second parameter of the strip_tags() function, or as an array of tag names.
| Poprzedni | Spis treści | Następny |
| Process Interaction Streams | Początek rozdziału | Conversion Filters |
Kaspersky Lab, producent rozwiązań do ochrony danych, opublikował nowy artykuł analityczny pt. "Identyfikowanie botnetów rozsyłających spam z wykorzystaniem metody skoordynowanych dystrybucji".