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

osc_user_access_ip #2286

Open
maddrid opened this issue Oct 18, 2018 · 0 comments
Open

osc_user_access_ip #2286

maddrid opened this issue Oct 18, 2018 · 0 comments

Comments

@maddrid
Copy link
Contributor

maddrid commented Oct 18, 2018

stored as 127.0.0.1
will return return (int) osc_user_field("s_access_ip"); => 127
/**
* Gets last access ip
*
* @return string
*/
function osc_user_access_ip() {
return (int) osc_user_field("s_access_ip");
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant