/[hr-web]/inc/meta.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /inc/meta.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Fri Apr 20 08:25:32 2001 UTC (23 years, 1 month ago) by dpavlin
Branch: MAIN
Branch point for: pliva
Initial revision

1 dpavlin 1.1 <!-- META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=ISO-8859-2" -->
2     <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
3     <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
4     <?php # RA:
5     function call_user_func_array($func, $args) {
6     array_walk($args,
7     create_function('&$i', '$i = "\'".$i."\'";'));
8     $a = implode(", ", $args);
9     return eval("return $func($a);");
10     }
11     ?>

  ViewVC Help
Powered by ViewVC 1.1.26