--- parser3/operators.ru.txt 2003/01/16 09:07:20 1.109 +++ parser3/operators.ru.txt 2003/03/25 15:10:54 1.109.2.1.2.2 @@ -379,7 +379,9 @@ odbc c:\drives\y\parser3project\odbc\ !cookie !$cookie:имя считать старое или свежезаданное !$cookie:имя[значение] на 90 дней - !$cookie:имя[$.value[значение] $.expires(дней, 0дней=session)] + !$cookie:имя[$.value[значение] $.expires ЗНАЧЕНИЕ ] + !значение поля expires может быть 'session', date, или число дней(0дней=session) + ! если дата, она будет преобразована к формату "Sun, 25-Aug-2002 12:03:45 GMT" !request !$request:query @@ -868,6 +870,11 @@ xdoc(xnode) attribute that is already inuse elsewhere +!memory + !^memory:compact[] собрать мусор, освободив место под новые данные + (предупреждение: память процесса никогда не освобождается) + полезно делать перед XSL transform. + !status !чтобы класс был доступен, в apache нужно сказать @@ -904,6 +911,22 @@ xdoc(xnode) $s[$status:rusage] ^s.tv_sec.format[%.0f].^s.tv_usec.format[%06.0f] + !$status:memory hash + !used + Return the number of bytes in the heap. Excludes collector private + data structures. Includes empty blocks and fragmentation loss. + Includes some pages that were allocated but never written. + + !free + Return a lower bound on the number of free bytes in the heap. + + !since_compact + Return the number of bytes allocated since the last collection. + + !process + Return the total number of bytes allocated in this process. + Never decreases. + !DATA::=string | file