flobee @ work

the bee @ work

Kategorie

PHP

Software in PHP

MUMSYS Library – A PHP library/ framework

MUMSYS library Library for the MUMSYS project. MUMSYS stands for Multi User Managment System. Altn. „Mother System“ (c) 2002 – now Benefits PHP 7+ (Also PHP 5 support, PHP4 Off!) Speed, speed speed. The library dosnt cost much ressources No… Weiter lesen →

Hidden files in *nix Systems with PHP: opendir(), readdir(), RecursiveDirectoryIterator

… a long time ago 2015-03-28 11:58 @ php.net (this is just a copy for me) In this documentation page i see things for to hide hidden files (also for opendir() or readdir() …. this should be mentiond all there… Weiter lesen →

PHP: array_push

years ago …. 2013-11-20 01:25 Be warned using $array „+=“ array(1,2,3) or union operations (http://php.net/manual/en/language.operators.array.php) I think it worked in the past or i havent test it good enough. :-/ (once it worked, once [] was faster than array_push, the… Weiter lesen →

PHP: disk_free_space

years ago … 2006-05-12 03:05 you may check this out working with % (percent) of disk usage (log object may comes from pear or just remove the log lines) // return true on error! // on false: fine 🙂 function… Weiter lesen →

PHP: readline

years ago … 2006-04-28 10:29 cool program! note when trying to exec() something: in the while loop you need to reset exec() returns or you will get all results of all executions (on my windows and or cygwin 🙁 like:… Weiter lesen →

PHP: fopen

years ago … 2006-01-14 07:58 download: i need a function to simulate a „wget url“ and do not buffer the data in the memory to avoid thouse problems on large files: <?php function download($file_source, $file_target) { $rh = fopen($file_source, ‚rb‘);… Weiter lesen →

© 2024 flobee @ work — Unterstützt durch WordPress

Thema von Florian BlaselHoch ↑