메뉴 건너뛰기

프로그램언어

2021.03.26 17:46

문자열 함수 모음

조회 수 318 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

매번 찾기 귀찮아서 그냥 여기다가 가져다 놓는다.. ㅡ/.ㅡ

참조 : http://php.net/manual/kr/ref.strings.php
 

  • addcslashes — C 형식으로 문자열을 슬래시로 인용
  • addslashes — 문자열을 슬래시로 인용
  • bin2hex — 바이너리 데이터를 16진 표현으로 변환
  • chop — 별칭: rtrim
  • chr — 특정 문자를 반환
  • chunk_split — 문자열을 작은 조각으로 나눕니다
  • convert_cyr_string — 키릴 문자셋을 다른 키릴 문자셋으로 변환
  • convert_uudecode — Decode a uuencoded string
  • convert_uuencode — Uuencode a string
  • count_chars — 문자열 안에 사용한 문자에 대한 정보를 반환
  • crc32 — 문자열의 crc32 값을 계산
  • crypt — 단방향 문자열 암호화(해시)
  • echo — 하나 이상의 문자열을 출력
  • explode — 문자열을 문자열로 나눕니다
  • fprintf — 형식화한 문자열을 스트림에 기록
  • get_html_translation_table — htmlspecialchars와 htmlentities에서 사용하는 변환표를 반환합니다
  • hebrev — 논리 히브리 텍스트를 표시 텍스트로 변환
  • hebrevc — 줄바꿈을 포함하여 논리 히브리 텍스트를 표시 텍스트로 변환
  • hex2bin — Convert hex to binary
  • html_entity_decode — 모든 HTML 엔티티를 해당하는 문자로 변환
  • htmlentities — 해당하는 모든 문자를 HTML 엔티티로 변환
  • htmlspecialchars_decode — Convert special HTML entities back to characters
  • htmlspecialchars — 특수 문자를 HTML 엔터티로 변환
  • implode — 문자열로 배열 원소를 결합
  • join — 별칭: implode
  • lcfirst — Make a string's first character lowercase
  • levenshtein — Calculate Levenshtein distance between two strings
  • localeconv — Get numeric formatting information
  • ltrim — 문자열 시작에서 공백(이나 다른 문자)를 제거
  • md5_file — 주어진 파일의 md5 해시를 계산
  • md5 — 문자열의 md5 해시를 계산
  • metaphone — 문자열의 메타폰 키를 계산
  • money_format — Formats a number as a currency string
  • nl_langinfo — Query language and locale information
  • nl2br — 문자열의 모든 줄바꿈 앞에 HTML 줄바꿈 태그를 삽입
  • number_format — Format a number with grouped thousands
  • ord — 문자의 아스키 값을 반환
  • parse_str — 문자열을 변수로 해석
  • print — 문자열을 출력
  • printf — 형식화한 문자열을 출력
  • quoted_printable_decode — 인용된 인쇄용 문자열을 8비트 문자열로 변환
  • quoted_printable_encode — Convert a 8 bit string to a quoted-printable string
  • quotemeta — 메타 문자를 인용
  • rtrim — 문자열 마지막의 공백(이나 다른 문자)을 제거
  • setlocale — Set locale information
  • sha1_file — 파일의 sha1 해시를 계산
  • sha1 — 문자열의 sha1 해시를 계산
  • similar_text — 두 문자열 사이의 유사성을 계산
  • soundex — 문자열의 soundex 키를 계산
  • sprintf — 형식화한 문자열을 반환
  • sscanf — 문자열을 형식에 따라 해석
  • str_getcsv — Parse a CSV string into an array
  • str_ireplace — 대소문자 구분 없는 str_replace
  • str_pad — 문자열을 지정한 길이가 되도록 다른 문자열로 채웁니다
  • str_repeat — 문자열을 반복
  • str_replace — 발견한 모든 검색 문자열을 치환 문자열로 교체
  • str_rot13 — 문자열에 rot13 변환을 수행
  • str_shuffle — 문자열을 무작위로 섞습니다
  • str_split — 문자열을 배열로 변환
  • str_word_count — 문자열에서 사용한 단어에 대한 정보를 반환
  • strcasecmp — 대소문자 구분 없는 바이너리 안전 문자열 비교
  • strchr — 별칭: strstr
  • strcmp — 바이너리 안전 문자열 비교
  • strcoll — 로케일 기반 문자열 비교
  • strcspn — 마스크에 매칭하지 않는 처음 세그먼트의 길이를 찾습니다
  • strip_tags — 문자열에서 HTML과 PHP 태그를 제거
  • stripcslashes — addcslashes로 인용한 문자열을 되돌립니다
  • stripos — 대소문자를 구분 없이 문자열이 처음 나타나는 위치를 탐색
  • stripslashes — 따옴표 처리한 문자열을 풉니다
  • stristr — 대소문자를 구분하지 않는 strstr
  • strlen — 문자열 길이를 얻습니다
  • strnatcasecmp — "자연순" 알고리즘을 이용한 대소문자 구분 없는 문자열 비교
  • strnatcmp — "자연순" 알고리즘을 이용한 문자열 비교
  • strncasecmp — 대소문자 구분 없는 처음 n 문자의 바이너리 안전 문자열 비교
  • strncmp — 처음 n 문자의 바이너리 안전 문자열 비교
  • strpbrk — Search a string for any of a set of characters
  • strpos — 문자열이 처음 나타나는 위치를 찾습니다
  • strrchr — 문자열에서 문자가 마지막으로 나오는 부분을 찾습니다
  • strrev — 문자열 뒤집기
  • strripos — 문자열에서 대소문자 구분 없이 문자열의 마지막 위치를 찾습니다
  • strrpos — 문자열에서 마지막 문자의 위치를 찾습니다
  • strspn — 마스크에 매치하는 초기 세그먼트의 길이를 찾는다
  • strstr — 문자열이 처음으로 나오는 부분을 찾습니다
  • strtok — 문자열을 토큰화
  • strtolower — 문자열을 소문자로 만듭니다
  • strtoupper — 문자열을 대문자로 만듭니다
  • strtr — Translate characters or replace substrings
  • substr_compare — Binary safe comparison of two strings from an offset, up to length characters
  • substr_count — Count the number of substring occurrences
  • substr_replace — Replace text within a portion of a string
  • substr — Return part of a string
  • trim — Strip whitespace (or other characters) from the beginning and end of a string
  • ucfirst — Make a string's first character uppercase
  • ucwords — Uppercase the first character of each word in a string
  • vfprintf — Write a formatted string to a stream
  • vprintf — Output a formatted string
  • vsprintf — Return a formatted string
  • wordwrap — Wraps a string to a given number of characters

List of Articles
번호 제목 날짜 조회 수
260 디렉토리 안의 파일의 내용들을 읽는 예 2016.12.23 19012
259 링크를 걸때 http 처리방법 2016.12.23 19019
258 $_SERVER 함수 2016.12.23 23943
257 문자열 추출하기 (substr) 2016.12.23 18867
256 문자열 치환 (str_replace) 2016.12.23 18812
255 로그인페이지에서 온 경우/로그인한 페이지로 이동 2016.12.23 18847
254 깨진 한글 체크 2016.12.23 20223
253 문자열 찾기 (strstr) 2016.12.23 18907
252 문자열에서 태그를 제거 (strip_tags) 2016.12.23 17522
251 preg_match (정규표현식 매치를 수행합니다) 2016.12.23 20843
250 문자열의 태그를 그대로 출력 (htmlspecialchars) 2016.12.23 18069
249 정규표현식 검사 도구 (ereg, eregi) 2016.12.23 18395
248 이스케이프 함수 (htmlentities) 2016.12.23 18375
247 문자열 뒤집기 (strrev) 2016.12.23 18950
246 대소문자 바꾸기 (strtoupper, strtolower) 2016.12.23 19658
245 $_FILES 2016.12.23 23847
244 정규 표현식 검색과 치환 (preg_replace) 2016.12.23 19012
243 정규표현식 매치를 수행 (preg_match) 2016.12.23 20051
242 explode - 문자열 나눔 2016.12.23 19943
241 파일 확장자 비교 2016.12.23 21970
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved