Skip to content
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

add GETPOSTINTORNULL function #32262

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

frederic34
Copy link
Member

No description provided.

* @param int<0,3> $method Type of method (0 = $_GET then $_POST, 1 = only $_GET, 2 = only $_POST, 3 = $_POST then $_GET)
* @return int|null Value converted into integer
*/
function GETPOSTINTORNULL($paramname, $method = 0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In which use case would you need this ? Do yo have an example ?

@eldy eldy added the Discussion Some questions or discussions are opened and wait answers of author or other people to be processed label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion Some questions or discussions are opened and wait answers of author or other people to be processed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants