PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

html_entity_decode> <hebrev
Last updated: Sun, 25 Nov 2007

view this page in

hebrevc

(PHP 4, PHP 5)

hebrevc — 개행 문자를 포함하여 논리 헤브라이어 텍스트를 표시 텍스트로 변환합니다.

설명

string hebrevc ( string $hebrew_text [, int $max_chars_per_line ] )

개행 문자(\n)를 "<br>\n"로 바꾼는 점을 제외하면, hebrev()와 동일합니다. 선택적인 max_chars_per_line 인자는 한 줄에 출력할 최대 문자 수를 지시합니다. 단어 중간에서는 줄바꿈을 하지 않습니다.

참고: hebrev().



add a note add a note User Contributed Notes
hebrevc
yfurman at yahoo dot com
10-Dec-2001 04:41
Beware of English use!
I was working on a little project, and used hebrevc to reverse Hebrew in a loop. The hebrevc function got a variable as an argument. Sometimes the variable was pure English and sometimes it was hebrew.
Suddenly I found out that the English too was cut with BR tags, which made it look funny - the last line was the first.

If you're going to use that function in mixed text, don't forget to check the language before using the function.

Yael

html_entity_decode> <hebrev
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites