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_diff_key() #35

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

New Function: array_diff_key() #35

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_diff_key()
Function description: Compares two arrays and returns an array
containing only the entries from the first array that are not present in
the second array.
File name: example src/content/docs/02-array/08-arr-array-diff-key.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:

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