The Official Blog of Patcoola

Im just a dude watching over my parents,
and trying to make cartoons and video games from home.

PHP: charAt

, By Patcoola

Script: charAt
Programming Language: PHP
Created Date: 2018-10-23

Purpose: Bring Javascript’s charAt() function to PHP with Unicode support.

Description: Returns the character from a give position of a string. Supports Unicode characters.

Advertisement

Donate Now!

Hi there, I spend a lot of time making this blog.

It would be great if you would consider donating.


Method:

charAt ( string_s, position_i )

Example Usage:

$entry = “helōhəlō”;

ECHO charAt ( $entry, 3 );

Returns ō

 

Advertisement

Donate Now!

Hi there, I spend a lot of time making this blog.

It would be great if you would consider donating.


 

Post Meta

Share Post

 

Comments: Write Comment

Be the first to write a comment.


Leave a Comment


All comments are reviewed before publishing. Comments must be related to the page topic, must not be spam, and must comply with the criminal code of Canada.