Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added documentation for missing ctype extension#3601

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
slavafomin wants to merge3 commits intosymfony:2.4fromslavafomin:patch-2

Conversation

slavafomin
Copy link

No description provided.

* `upper <http://php.net/function.ctype-upper.php>`_
* `xdigit <http://php.net/function.ctype-xdigit.php>`_

Make sure that proper `locale <http://php.net/function.setlocale.php>`_ is set before using one of those.
Copy link
Member

Choose a reason for hiding this comment

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

Make sure that the proper...

... before using one of these.

@weaverryan
Copy link
Member

@slavafomin 👍 I didn't know about this feature :). I've just added a few notes, and can you also move the links to the bottom of the page. Your syntax for external links is correct, we just have a standard of putting all the URLs at the bottom of each file.

Thanks!

* `punct <http://php.net/function.ctype-punct.php>`_
* `space <http://php.net/function.ctype-space.php>`_
* `upper <http://php.net/function.ctype-upper.php>`_
* `xdigit <http://php.net/function.ctype-xdigit.php>`_
Copy link
Member

Choose a reason for hiding this comment

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

instead of the links, you should use the:phpfunction: role:

*:phpfunction:`ctype_alnum`*:phpfunction:`ctype_alpha`* ...

Or if you don't want to use the function name:

*:phpfunction:`alnum <ctype_alnum>`*:phpfunction:`alpha <ctype_alpha>`* ...

Slava Fomin added2 commitsMarch 11, 2014 13:36
Fixed spelling.
Updated references to PHP functions using syntax suggested by@wouterj (`:phpfunction:` role).
@slavafomin
Copy link
Author

@weaverryan,@wouterj thanks for suggestions! I've introduced necessary changes. I hope my syntax is correct.

@weaverryan
Copy link
Member

It looks great. Thanks so much for adding these details and making prompt tweakss ! Cheers Slava!

weaverryan added a commit that referenced this pull requestMar 13, 2014
…omin)This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closes#3601).Discussion----------Added documentation for missing ctype extensionCommits-------51cfb23 Updated references to PHP functionsbc439ff Fixed spelling1d03b0e Added documentation for missing ctype extension
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@slavafomin@weaverryan@wouterj

[8]ページ先頭

©2009-2025 Movatter.jp