Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7050515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:09:11+00:00 2026-05-28T03:09:11+00:00

Not sure if there’s a php function that can help determine this. I have

  • 0

Not sure if there’s a php function that can help determine this.

I have some strings with variable characters. My problem is how long the string is, not how many characters there are.

$str1 = '123456789';
$str2 = 'akIOuNBGH';

Both have 9 characters. However, the second is slightly longer in the browser, due to wider characters.

Ultimately I’d like to append ‘………….’ a series of dots after the two strings, but since the second and first are not the same width, the uniformity is off.

Any cool ideas or ways on how to determine string width?
Perhaps, if I know the width values, I can code the appended information appropriately.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:09:11+00:00Added an answer on May 28, 2026 at 3:09 am

    As vucetica mentioned monospaced fonts like Courier or Courier New could help you to archive equal spacing between characters.

    Also if you want to make sure that all strings are same length for example 32 characters you can use sprintf method

    $string = '1234567890';
    $string = sprintf("%'.-32s", $string);
    var_dump($string); //string(32) "1234567890......................"
    

    More syntax examples can be found in PERL documentation, 90% of which works in php

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I found some tutorials online that could help but I am not sure there
I'm sure there's a simple answer to this... or not: I have a site
I'm not sure how to word this exactly but I have a script that
Not sure how to word this. I currently have a script that I would
I'm not really sure if there is a single problem here or I have
I'm sure there's a clean way to do this, but I'm probably not using
Specifically in JAX-RS (I'm not sure that is relevant) there are methods that allow
I'm not sure this is possible, but is there a syntax to be used
This is a bit curly, and I am not sure there is an answer.
I'm not quite sure what this is called, but I've spent some time thinking

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.