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 6336693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:06:22+00:00 2026-05-24T19:06:22+00:00

So my problem is that php is not casting these types correctly.. I need

  • 0

So my problem is that php is not casting these types correctly.. I need to figure out a better way of doing it than number 3, if there is one, and I’d really like to know why PHP treats the comma as a period or something.

$cost = "7,800.00"; // "7,800.00"
$cost = (int) "7,800.00" // int(7)
$cost = (int) preg_replace('/[^-0-9\.]/i', '', "7,800.00"); // int(7800)

Edit, to make things clear to those who don’t read: I’m looking for a more elegant way to do this. As far as why this behavior exists, I’ve already gotten the explanation I was looking for. Thanks.

  • 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-24T19:06:23+00:00Added an answer on May 24, 2026 at 7:06 pm

    PHP does not know what to do with the grouping characters (in this case a comma) as it is not a numeric character, period, or e for exponentiation. So the functions stop parsing when the first non-relevant character is read.

    Second, have a look at the numeric functions PHP provides: floatval and intval

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

Sidebar

Related Questions

I have eclipse setup with PHP debugging - that's not a problem. The problem
Weird... Originally i thought that php was not correctly handling large file uploads (800mb-2gb)
I recently found out that PHP not only has the fsock* functions, but also
For some reason one installation of Moodle 1.9.3+ has a problem that file.php returns
I have the problem, that PHP replaces all spaces with underscores in POST and
I'm having a strange problem in that I have php inserting text into a
I have problem with session in cakephp.I have one file chat.php that is in
PHP provides a mechanism to register a shutdown function: register_shutdown_function('shutdown_func'); The problem is that
I'm having a problem with some code that used to work in PHP 4.X
A problem that we need to solve regularly at my workplace is how to

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.