| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2003-01-17 21:51 UTC] sniper@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 02:00:01 2025 UTC | 
In fonction strtime, "%e" return the day in the month, but it doesn't run with strlocale("fr") or strlocale("Fr_fr") Others args run properly. For example, try this : strlocale ("fr"); echo strtime ("%e"); As a result, you have nothing (or "null" if you prefer...)