Files
friendica/mod
Roland Haeder 8824da8962 Continued a bit:
- recommended way is to use foreach() instead of own looping through arrays
- even when you need the index:
<?php
foreach ($someArray as $key => $value) {
	// Handle $key/$value somehow
}
?>

Signed-off-by: Roland Haeder <roland@mxchange.org>
2017-03-31 20:37:01 +02:00
..
2017-03-30 21:37:08 +02:00
2017-01-15 15:06:32 +00:00
2017-03-31 20:37:01 +02:00
2017-03-25 13:15:42 +01:00
2017-03-30 21:37:08 +02:00
2017-01-15 15:18:31 +00:00
2017-03-30 21:49:03 +02:00
2017-03-25 13:23:15 +01:00
2017-02-26 23:16:49 +00:00