Skip to content

Documentation example of getrusage is missing "ru_stime.tv_sec" #2575

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

Closed
mgleis opened this issue Jul 12, 2023 · 3 comments
Closed

Documentation example of getrusage is missing "ru_stime.tv_sec" #2575

mgleis opened this issue Jul 12, 2023 · 3 comments

Comments

@mgleis
Copy link
Contributor

mgleis commented Jul 12, 2023

The first example in https://www.php.net/manual/en/function.getrusage.php misses the data ru_stime.tv_sec

Please append to the #1 example:
echo $dat["ru_stime.tv_sec"]; // system time used (seconds)

@Girgias
Copy link
Member

Girgias commented Jul 13, 2023

Could you provide a PR?

@mgleis
Copy link
Contributor Author

mgleis commented Jul 16, 2023

Yes, please have a look at #2579

@mgleis
Copy link
Contributor Author

mgleis commented Jul 17, 2023

As the PR is merged => I'll close this issue

@mgleis mgleis closed this as completed Jul 17, 2023
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

2 participants