logo

  • Hỏi Đáp
  • Kiến Thức
  • Sức Khỏe
  • Tử Vi
  • Công Nghệ
No Result
View All Result
logo
No Result
View All Result
Trang chủ php

Php

by Admin _ December 30, 2022
$string = "aaa, bbb, ccc, ddd, eee, fff";I would lượt thích to cut string after third , so i would lượt thích to get đầu ra from string:

aaa, bbb, ccc

Bạn đang xem: Php

*

*

Highest score (default) Trending (recent votes count more) Date modified (newest first) Date created (oldest first)
You can use strpos() and substr() for this. See

Alternate approach using explode:

$arr = explode(",", $string);$string = implode(",",array_slice($arr, 0, 3);

*

*

Xem thêm: Tư Vấn Chọn Mua Sữa Dưỡng Thể Nào Tốt Và Được Bán Chạy Nhất, 10 Sữa Dưỡng Thể Body Lotion Tốt Nhất Hiện Nay

*

If you don"t know exactly the number chars khổng lồ count I would suggest an Implode Explode like this:

$string = "aaa, bbb, ccc, ddd, eee, fff";$arr = explode("," , $string);$out = array();for($i = 0; $i Updatehere"s a phpfiddle


If it is specific for uptill third string than try,

$output = implode(array_slice(explode(",",$string), 0, 3),","); Demo.


$string = "aaa, bbb, ccc, ddd, eee, fff";$arr = explode(", ", $string);$arr = array_splice($arr, 0, 3);$string = implode($arr, ", ");echo $string; // = "aaa, bbb, ccc"

Thanks for contributing an answer lớn Stack Overflow!

Please be sure khổng lồ answer the question. Provide details và share your research!

But avoid …

Asking for help, clarification, or responding to other answers.Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.


Post Your Answer Discard

By clicking “Post Your Answer”, you agree lớn our terms of service, privacy policy and cookie policy


Site kiến thiết / hình ảnh sản phẩm © 2022 Stack Exchange Inc; user contributions licensed under CC BY-SA. Rev2022.12.21.43127


Your privacy

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.

Share Tweet Linkedin Pinterest
Previous Post

Dùng get trong php

Next Post

Download php xdebug

CÙNG CHUYÊN MỤC

form register php

Form register php

09/04/2021
fantastic blog (cms) in php with source code

Fantastic blog (cms) in php with source code

28/04/2021
validate form php javascript

Validate form php javascript

28/04/2021
http diendanlequydon com viewtopic php style 6

Http diendanlequydon com viewtopic php style 6

28/04/2021
cách cài đặt php 7

Cách cài đặt php 7

24/01/2023
rövid videó

Rövid videó

23/01/2023
installing apache php mysql on ubuntu 18

Installing apache php mysql on ubuntu 18

20/01/2023
tính kế thừa trong oop php

Tính kế thừa trong oop php

20/01/2023

Newsletter

The most important automotive news and events of the day

We won't spam you. Pinky swear.

Chuyên Mục

  • Hỏi Đáp
  • Kiến Thức
  • Sức Khỏe
  • Tử Vi
  • Công Nghệ

News Post

  • Thai 15 tuần biết trai hay gái chưa

About

Chúng tôi tạo ra trang web nhằm mục đích mang lại kiến thức bổ ích cho cộng đồng, các bài viết được sưu tầm từ nhiều nguồn trên internet giúp mang lại kiến thức khách quan dành cho bạn

©2023 darkedeneurope.com - Website WordPress vì mục đích cộng đồng

Liên Hệ - Giới Thiệu - Nội Quy - Bảo Mật

No Result
View All Result
  • Trang chủ
  • Chuyên mục
    • Hỏi Đáp
    • Kiến Thức
    • Sức Khỏe
    • Tử Vi
    • Công Nghệ
  • Lưu trữ
  • Liên hệ

© 2023 darkedeneurope.com - Website WordPress vì mục đích cộng đồng.