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

New Function: array_keys() #34

Open
5 tasks
roberto-butti opened this issue Sep 26, 2024 · 0 comments
Open
5 tasks

New Function: array_keys() #34

roberto-butti opened this issue Sep 26, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@roberto-butti
Copy link
Owner

What

Add new method documentation file for a new PHP function in src/content/docs.
The instructions about defining the file's name are documented in the CONTRIBUTING.md file.

Description

Function name: example array_keys()
Function description: Returns an array containing all the keys of the
given array.
File name: example src/content/docs/02-array/08-arr-array-keys.md

Checklist

  • create the file with the proper name
  • create the documentation of the function
  • write example in examples directory
  • execute pint examples
  • commit and open the PR.

Must read:

@roberto-butti roberto-butti added enhancement New feature or request good first issue Good for newcomers hacktoberfest labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant