sun's longitude:300 45 37.20 
· 자유게시판 · 묻고답하기 · 알파문서 · RPMS list
· 사용자문서 · 팁/FAQ모음 · 리눅스Links · 자료실
· 서버정보 · 운영자 · Books/FAQ · FreeBSD
/board/read.php:소스보기  
자유 게시판(광고사절)
[*** 쓰기 금지단어 패턴 ***]
글 본문 중간에 업로드할 이미지를 추가하는 방법 : @@이미지이름@@
ex) @@foo.gif@@
214 번 글: safe_wordwrap() 테스트
글쓴이: 산이 [홈페이지] 글쓴날: 2003년 08월 21일 14:11:49 목(오후) 조회: 2269
http://kr.php.net/manual/en/function.wordwrap.php
http://kr.php.net/manual/en/function.chunk-split.php

http://kr.php.net/manual/en/function.wordwrap.php/?http://kr.php.net
/manual/en/function.wordwrap.php
wordwrap

http://kr.php.net/manual/en/function.wordwrap.php?fobarddddddddddddd
dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd

(PHP 4 >= 4.0.2)

wordwrap --  Wraps a string to a given number of characters using a string break
character. 
Description
string wordwrap ( string str [, int width [, string break [, boolean cut]]])


Returns a string with str wrapped at the column number specified by the optional
width parameter. The line is broken using the (optional) break parameter. 

wordwrap() will automatically wrap at column 75 and break using '\n' (newline) if
width or break are not given. 

If the cut is set to 1, the string is always wrapped at the specified width. So if
you have a word that is larger than the given width, it is broken apart. (See second
example). 

Note: The optional cut parameter was added in PHP 4.0.3

 
이전글 : Re: 감사합니다. ^^
다음글 : Re: safe_wordwrap() 테스트 & 한글 테스트  
 from 61.254.75.40
JS(Redhands)Board 0.4 +@

Re: 감사합니다. ^^ Re: safe_wordwrap() 테스트 & 한글 테스트
인쇄용 


apache lighttpd linuxchannel.net 
Copyright 1997-2026. linuxchannel.net. All rights reserved.

Page loading: 0.01(server) + (network) + (browser) seconds