-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow floor php function #915
Labels
enhancement
New feature or request
Comments
dmitriim
added a commit
that referenced
this issue
Dec 13, 2024
dmitriim
added a commit
that referenced
this issue
Dec 13, 2024
keevan
added a commit
that referenced
this issue
Dec 13, 2024
issue #915: whitelist floor php function
dmitriim
added a commit
that referenced
this issue
Dec 13, 2024
dmitriim
added a commit
that referenced
this issue
Dec 13, 2024
issue #915: allow floor php function
keevan
pushed a commit
that referenced
this issue
Dec 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my case I'd like to floor time to 5 minutes like date("dmYhi", floor(time() / 300) * 300); to be able to match the file name.
The text was updated successfully, but these errors were encountered: