> > I'm having a look at the functions without examples to see if I can go > > and add some in. I was wondering what constitutes having examples. > > > > I used the datetime functions quite a bit and notice that the time() > > function is listed as not having examples, but going to www.php.net/time > > shows up an example. Looking at www.php.net/localtime - that clearly > > doesn't have any examples. So is the listing at > > http://www.phpdoc.info/meta/missing-examples.php wrong or does time() > > need more than 1 example to be counted? > > The time() function does indeed not have examples. The example you see > on that page is from a user-contributed note which doesn't count.
Time does have an example. Sean added it just the other day so all that's happening here is missing-examples hasn't updated yet. Regards, Philip