Receiving Helpdesk

what is the maximum value of bigint

by Marta Murphy Published 3 years ago Updated 2 years ago

-9223372036854775808 to 9223372036854775807

Full Answer

What is the maximum value of bigint?

The range of the signed BIGINT datatype from minimum to the maximum value is -9223372036854775808 to 9223372036854775807 that includes almost 20 characters! while for unsigned BIGINT datatype, it is 0 to 18446744073709551615. This data type is most commonly used to store the integral value that will be too huge and big.

Does BigInteger have a maxValue limit?

Returns the larger of two BigInteger values. The first value to compare. The second value to compare. The left or right parameter, whichever is larger. The following example uses the Max method to select the largest number in an array of BigInteger values. This method corresponds to the Math.Max method for primitive numeric types.

How big is bigint?

The size of bigint data type in PostgreSQL is 8 bytes and range of bigint data type is -9223372036854775808 to 9223372036854775807. Bigint data type is very useful and important in PostgreSQL to store the large number of integer. Numeric data type in PostgreSQL contains the smallint, integer and bigint, there are different storage size structure of every data type in PostgreSQL, smallint and integer contains the different storage size.

How to convert bigint to varchar in sqlServer?

[Department] Conversion failed when converting the nvarchar value ‘Document Control’ to data type smallint. In the earlier version of SQL Server, we usually use CONVERT function to convert int into varchar and then concatenate it. Given below is the script.

How big is a BIGINT?

8 bytesTable 8.2. Numeric TypesNameStorage SizeRangesmallint2 bytes-32768 to +32767integer4 bytes-2147483648 to +2147483647bigint8 bytes-9223372036854775808 to +9223372036854775807decimalvariableup to 131072 digits before the decimal point; up to 16383 digits after the decimal point6 more rows

How many characters can BIGINT hold?

The signed range of BIGINT is from -9223372036854775808 to 9223372036854775807 and the unsigned range is from 0 to 18446744073709551615. The maximum display length of BIGINT is also 255.

What does BIGINT 20 mean?

The "BIGINT(20)" specification isn't a digit limit. It just means that when the data is displayed, if it uses less than 20 digits it will be left-padded with zeros.

What's bigger than BIGINT?

BIGINT is limited by definition to 8 digits. The maximum number of digits in DECIMAL type is 64. You must use VARCHAR to store values of larger precision and be aware that there is no direct math of such values.

What is BIGINT data type?

An 8-byte integer data type used in CREATE TABLE and ALTER TABLE statements. Syntax: In the column definition of a CREATE TABLE statement: column_name BIGINT. Range: -9223372036854775808 ..

What is the max value of long?

9,223,372,036,854,775,807long: The long data type is a 64-bit signed two's complement integer. It has a minimum value of -9,223,372,036,854,775,808 and a maximum value of 9,223,372,036,854,775,807 (inclusive).

What is BIGINT number?

BigInt is a new data type intended for use when integer values are larger than the range supported by the Number data type. This data type allows us to safely perform arithmetic operations on large integers, represent high-resolution timestamps, use large integer IDs, and more without the need to use a library.

What BIGINT 11?

The number is used to display width. BIGINT takes 8 bytes i.e. 64 bits. The signed range is -9223372036854775808 to 9223372036854775807 and unsigned range takes positive value. The range of unsigned is 0 to 18446744073709551615.

What is the range of BIGINT in MySQL?

Table 11.1 Required Storage and Range for Integer Types Supported by MySQLTypeStorage (Bytes)Minimum Value SignedSMALLINT2-32768MEDIUMINT3-8388608INT4-2147483648BIGINT8-2631 more row

What is BigInt value?

In this articleData typeRangeStoragebigint-2^63 (-9,223,372,036,854,775,808) to 2^63-1 (9,223,372,036,854,775,807)8 Bytesint-2^31 (-2,147,483,648) to 2^31-1 (2,147,483,647)4 Bytessmallint-2^15 (-32,768) to 2^15-1 (32,767)2 Bytestinyint0 to 2551 ByteMar 19, 2021

Is BigInt same as long?

The equivalent of Java long in the context of MySQL variables is BigInt. In Java, the long datatype takes 8 bytes while BigInt also takes the same number of bytes.

Can BigInt have decimal values?

A bigint fits into a single register on a 64-bit machine, a 9-byte decimal does not.

Answer

There is no explicit limit. The limit will be your system resources (memory) allow.

Output

My system started slowing down once the number was 16777216 digits long.

What is a bigint value?

A BigInt value, also sometimes just called a BigInt, is a bigint primitive, created by appending n to the end of an integer literal, or by calling the BigInt () constructor ( but without the new operator) and giving it an integer value or string value. BigInt values are similar to Number values in some ways, but also differ in a few key matters: A ...

What is a bigint?

BigInt. BigInt is a built-in object whose constructor returns a bigint primitive — also called a BigInt value, or sometimes just a BigInt — to represent whole numbers larger than 2^53 - 1 ( Number.MAX_SAFE_INTEGER ), which is the largest number JavaScript can represent with a number primitive (or Number value ).

Can a big integer be used with a number?

BigInt values are similar to Number values in some ways, but also differ in a few key matters: A BigInt value cannot be used with methods in the built-in Math object and cannot be mixed with a Number value in operations; they must be coerced to the same type.

What is BIGINT data type?

The BIGINT data type is most often used to store the integral value that will be too huge and big. It can be assigned AUTO_INCREMENT, ZEROFILL attributes and its display width can be specified by using () brackets.

What is bigin in MySQL?

BIGINT is the MySQL data type that can be assigned to the columns of the table in which we want to store the whole numbers and we are aware that the range of the numbers that we will store in that column will be huge and not exceed the range of the BIGINT data type. In this article, we will learn about the BIGINT datatype of MySQL, its range and storage size, and also learn about certain attributes related to BIGINT datatype like signed, unsigned, auto_increment, ZEROFILL, and display width. We will also discuss where and in which scenarios the BIGINT data type is mostly used.

image
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9
8.3.21PHP Version3.62sRequest Duration2MBMemory UsageGET {post}Route
  • warninglog[15:15:01] LOG.warning: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\QueryFormatter:...
  • warninglog[15:15:01] LOG.warning: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\QueryFormatter:...
  • warninglog[15:15:01] LOG.warning: Callables of the form ["Swift_SmtpTransport", "Swift_Transport_EsmtpTranspor...
  • warninglog[15:15:01] LOG.warning: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\SimpleFormatter...
  • warninglog[15:15:01] LOG.warning: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\SimpleFormatter...
  • warninglog[15:15:01] LOG.warning: json_decode(): Passing null to parameter #1 ($json) of type string is deprec...
  • warninglog[15:15:01] LOG.warning: json_decode(): Passing null to parameter #1 ($json) of type string is deprec...
  • warninglog[15:15:01] LOG.warning: json_decode(): Passing null to parameter #1 ($json) of type string is deprec...
  • warninglog[15:15:01] LOG.warning: json_decode(): Passing null to parameter #1 ($json) of type string is deprec...
  • Booting (12.53ms)
  • Application (3.61s)
  • 1 x Application (99.64%)
    3.61s
    1 x Booting (0.35%)
    12.53ms
    7 templates were rendered
    • themes.DevBlog.content.post (resources/views/themes/DevBlog/content/post.blade.php)34blade
      Params
      0
      post
      1
      postContent
      2
      author
      3
      updated_at
      4
      bing_rich_snippet_text
      5
      bing_rich_snippet_link
      6
      bing_related_keywords
      7
      google_related_keywords
      8
      bing_news_title
      9
      bing_news_description
      10
      bing_videos
      11
      bing_images
      12
      bing_search_result_title
      13
      bing_search_result_description
      14
      bing_search_result_url
      15
      bing_paa_questions
      16
      bing_paa_answers
      17
      bing_slider_faq_questions
      18
      bing_slider_faq_answers
      19
      bing_pop_faq_questions
      20
      bing_pop_faq_answers
      21
      bing_tab_faq_questions
      22
      bing_tab_faq_answers
      23
      google_faq_questions
      24
      google_faq_answers
      25
      google_rich_snippet
      26
      google_search_result
      27
      indexedArray
      28
      total_images
      29
      total_videos
      30
      settings
      31
      url_current
      32
      menus
      33
      sidebar
    • themes.DevBlog.layouts.master (resources/views/themes/DevBlog/layouts/master.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.head (resources/views/themes/DevBlog/panels/head.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.header (resources/views/themes/DevBlog/panels/header.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.navbar (resources/views/themes/DevBlog/panels/navbar.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.footer (resources/views/themes/DevBlog/panels/footer.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.scripts (resources/views/themes/DevBlog/panels/scripts.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    uri
    GET {post}
    middleware
    web, checkdate
    as
    post.show
    controller
    App\Http\Controllers\Frontend\json_data\PostController@show
    namespace
    where
    file
    app/Http/Controllers/Frontend/json_data/PostController.php:18-166
    7 statements were executed3.59s
    • select * from `posts` where `published_at` <= '2025-06-20 15:15:01' and `slug` = 'what-is-the-maximum-value-of-bigint' and `posts`.`deleted_at` is null limit 1
      3.62ms/app/Providers/RouteServiceProvider.php:54receivinghelpdeskask
      Metadata
      Bindings
      • 0. 2025-06-20 15:15:01
      • 1. what-is-the-maximum-value-of-bigint
      Backtrace
      • 15. /app/Providers/RouteServiceProvider.php:54
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:842
      • 19. Route binding:39
      • 20. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167
      • 21. /vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
    • select * from `json_post_contents` where `json_post_contents`.`post_id` = 192154 and `json_post_contents`.`post_id` is not null and `rewrite_id` = 0
      4.21msmiddleware::checkdate:30receivinghelpdeskask
      Metadata
      Bindings
      • 0. 192154
      • 1. 0
      Backtrace
      • 19. middleware::checkdate:30
      • 20. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167
      • 21. /vendor/laravel/jetstream/src/Http/Middleware/ShareInertiaData.php:61
      • 22. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50
    • select * from `nova_menu_menus` where `slug` = 'header' limit 1
      630μs/vendor/outl1ne/nova-menu-builder/src/helpers.php:32receivinghelpdeskask
      Metadata
      Bindings
      • 0. header
      Backtrace
      • 15. /vendor/outl1ne/nova-menu-builder/src/helpers.php:32
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `nova_menu_menu_items` where `nova_menu_menu_items`.`menu_id` = 1 and `nova_menu_menu_items`.`menu_id` is not null and `parent_id` is null order by `parent_id` asc, `order` asc, `name` asc
      320μs/vendor/outl1ne/nova-menu-builder/src/Models/Menu.php:35receivinghelpdeskask
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 19. /vendor/outl1ne/nova-menu-builder/src/Models/Menu.php:35
      • 20. /vendor/outl1ne/nova-menu-builder/src/helpers.php:33
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `nova_menu_menu_items` where `nova_menu_menu_items`.`parent_id` in (1) order by `order` asc
      350μs/vendor/outl1ne/nova-menu-builder/src/Models/Menu.php:35receivinghelpdeskask
      Metadata
      Backtrace
      • 24. /vendor/outl1ne/nova-menu-builder/src/Models/Menu.php:35
      • 25. /vendor/outl1ne/nova-menu-builder/src/helpers.php:33
      • 27. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 28. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 29. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select `id`, `post_title`, `slug` from `posts` where `status` = 'publish' and `posts`.`deleted_at` is null order by RAND() limit 10
      3.58s/app/View/Composers/SidebarView.php:22receivinghelpdeskask
      Metadata
      Bindings
      • 0. publish
      Backtrace
      • 14. /app/View/Composers/SidebarView.php:22
      • 15. /app/View/Composers/SidebarView.php:12
      • 16. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
      • 20. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
    • select * from `fake_users` where `fake_users`.`id` = 48789 limit 1
      640μsview::2dd102cf0462e89a4d4d8bc77355d767652bf9aa:15receivinghelpdeskask
      Metadata
      Bindings
      • 0. 48789
      Backtrace
      • 21. view::2dd102cf0462e89a4d4d8bc77355d767652bf9aa:15
      • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 26. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    App\Models\FakeUser
    1
    Outl1ne\MenuBuilder\Models\MenuItem
    1
    Outl1ne\MenuBuilder\Models\Menu
    1
    App\Models\JsonPostContent
    1
    App\Models\Post
    11
        _token
        VwnOCDo4KBj6jE05t5AX0dsW5GmAEnGefTwfw1Y8
        _previous
        array:1 [ "url" => "https://receivinghelpdesk.com/ask/what-is-the-maximum-value-of-bigint" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /what-is-the-maximum-value-of-bigint
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:25 [ "cookie" => array:1 [ 0 => "_pk_id.64.7c30=c1a74045d300216b.1750412691.; _pk_ses.64.7c30=1; XSRF-TOKEN=eyJpdiI6InFrS25wRFZMSDF0TWJ6RXF6WWg5WEE9PSIsInZhbHVlIjoiMzdvT2NkN20yZXA5TzE5SVZxWnZobmFLaldRaUIveHBtUW1vREVrY3djdlZPNWVpaVNyYXl4RlJ2amFJbUVXaVdUVlkzWWkvMmFJdGJHNXRuc2FoMDZiREgvS0ZSWU9sM3RRRDlpWUhPR0huaTFsZnNSSEFqeEhUdG1CdU9YTEciLCJtYWMiOiJmYWI2NGU5N2Q5NDQwM2I4NWNhMTBkZjliZGI0NTE0NmM1YjY3MjRkMzE2MmM4NWE3NmIwMzYxM2FhNTNjYTgzIiwidGFnIjoiIn0%3D; askhelpdesk_session=eyJpdiI6Ii9wdG5zT3UzVmZaR1g4U1dQOUFTZmc9PSIsInZhbHVlIjoiUGoxd2l4R1ZwQ3VwMUNiazZBdXZ1Ri9GcEEwenpSV2RHMUlQUFRNanEzTUorSERPckNGd3VkVXo2Y2UwVHdlbFMrTmlZaG9ieU91QTJnNjhPRjhtWUpPc0x2VnpURE5mSkxXN2VhNTM3L2VFTnQ2ZGFRL1lNeGtVbTlnV1BDc2MiLCJtYWMiOiI3ZmQ0ZWRlNzcwNDBlZDc3NWNmNWRhZjdlMjQ1ZjEwMmM2MWFlNGNlMzRhYWIzZDE5MTUzNmYyNTJjNjRhNDc1IiwidGFnIjoiIn0%3D_pk_id.64.7c30=c1a74045d300216b.1750412691.; _pk_ses.64.7c30=1; XSRF-TOKEN=eyJpdiI6InFrS25wRFZMSDF0TWJ6RXF6WWg5WEE9PSIsInZhbHVlIjoiMzdvT2NkN20yZXA5TzE5SVZxWnZob" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "216.73.216.7" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "cf-ray" => array:1 [ 0 => "952a54b64aadeb58-ORD" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "connection" => array:1 [ 0 => "close" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.7, 108.162.216.181" ] "x-server-addr" => array:1 [ 0 => "154.12.239.204" ] "host" => array:1 [ 0 => "receivinghelpdesk.com" ] ]
        request_server
        0 of 0
        array:56 [ "USER" => "runcloud" "HOME" => "/home/runcloud" "SCRIPT_NAME" => "/ask/index.php" "REQUEST_URI" => "/ask/what-is-the-maximum-value-of-bigint" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/ask/what-is-the-maximum-value-of-bigint" "REMOTE_PORT" => "49732" "SCRIPT_FILENAME" => "/home/runcloud/webapps/ReceivingHelpDesk/ask/index.php" "SERVER_ADMIN" => "you@example.com" "CONTEXT_DOCUMENT_ROOT" => "/home/runcloud/webapps/ReceivingHelpDesk/" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "http" "DOCUMENT_ROOT" => "/home/runcloud/webapps/ReceivingHelpDesk/" "REMOTE_ADDR" => "108.162.216.181" "SERVER_PORT" => "80" "SERVER_ADDR" => "127.0.0.1" "SERVER_NAME" => "receivinghelpdesk.com" "SERVER_SOFTWARE" => "Apache/2.4.63 (Unix) OpenSSL/1.1.1f" "SERVER_SIGNATURE" => "" "LD_LIBRARY_PATH" => "/RunCloud/Packages/apache2-rc/lib" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "HTTP_COOKIE" => "_pk_id.64.7c30=c1a74045d300216b.1750412691.; _pk_ses.64.7c30=1; XSRF-TOKEN=eyJpdiI6InFrS25wRFZMSDF0TWJ6RXF6WWg5WEE9PSIsInZhbHVlIjoiMzdvT2NkN20yZXA5TzE5SVZxWnZobmFLaldRaUIveHBtUW1vREVrY3djdlZPNWVpaVNyYXl4RlJ2amFJbUVXaVdUVlkzWWkvMmFJdGJHNXRuc2FoMDZiREgvS0ZSWU9sM3RRRDlpWUhPR0huaTFsZnNSSEFqeEhUdG1CdU9YTEciLCJtYWMiOiJmYWI2NGU5N2Q5NDQwM2I4NWNhMTBkZjliZGI0NTE0NmM1YjY3MjRkMzE2MmM4NWE3NmIwMzYxM2FhNTNjYTgzIiwidGFnIjoiIn0%3D; askhelpdesk_session=eyJpdiI6Ii9wdG5zT3UzVmZaR1g4U1dQOUFTZmc9PSIsInZhbHVlIjoiUGoxd2l4R1ZwQ3VwMUNiazZBdXZ1Ri9GcEEwenpSV2RHMUlQUFRNanEzTUorSERPckNGd3VkVXo2Y2UwVHdlbFMrTmlZaG9ieU91QTJnNjhPRjhtWUpPc0x2VnpURE5mSkxXN2VhNTM3L2VFTnQ2ZGFRL1lNeGtVbTlnV1BDc2MiLCJtYWMiOiI3ZmQ0ZWRlNzcwNDBlZDc3NWNmNWRhZjdlMjQ1ZjEwMmM2MWFlNGNlMzRhYWIzZDE5MTUzNmYyNTJjNjRhNDc1IiwidGFnIjoiIn0%3D_pk_id.64.7c30=c1a74045d300216b.1750412691.; _pk_ses.64.7c30=1; XSRF-TOKEN=eyJpdiI6InFrS25wRFZMSDF0TWJ6RXF6WWg5WEE9PSIsInZhbHVlIjoiMzdvT2NkN20yZXA5TzE5SVZxWnZob" "HTTP_CF_IPCOUNTRY" => "US" "HTTP_CF_CONNECTING_IP" => "216.73.216.7" "HTTP_CDN_LOOP" => "cloudflare; loops=1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_ACCEPT_ENCODING" => "gzip, br" "HTTP_CF_RAY" => "952a54b64aadeb58-ORD" "HTTP_PRIORITY" => "u=0, i" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "HTTP_CONNECTION" => "close" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_X_FORWARDED_FOR" => "216.73.216.7, 108.162.216.181" "HTTP_X_SERVER_ADDR" => "154.12.239.204" "HTTP_HOST" => "receivinghelpdesk.com" "HTTPS" => "on" "REDIRECT_STATUS" => "200" "REDIRECT_HTTPS" => "on" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/ask/index.php" "REQUEST_TIME_FLOAT" => 1750412701.1836 "REQUEST_TIME" => 1750412701 ]
        request_cookies
        0 of 0
        array:4 [ "_pk_id_64_7c30" => null "_pk_ses_64_7c30" => null "XSRF-TOKEN" => "VwnOCDo4KBj6jE05t5AX0dsW5GmAEnGefTwfw1Y8" "askhelpdesk_session" => "porW9CWNeOiOXp0yDxrMIK15HZX1gPCokhJBJKga" ]
        response_headers
        0 of 0
        array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Fri, 20 Jun 2025 09:45:01 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => -1 ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IklzQkRWVHRCT1hFNlEwQU1BNkc3T3c9PSIsInZhbHVlIjoiUTZUTjF5Tlh2YjZqTWxoeU5SV01rNUhYb0VxNS9TSDREcUJ4ZHV2T05ueWliTGFweDVQQ3owNWJ2UktKR2kyVXFSTjYrT2V2S0VSUTBxaUpSdkxLQW13c21KU1BiOThBaCtjOFppSyszUnZkWStxRjZpUG9pN1ZZdzFtaFJsQUwiLCJtYWMiOiI4YWU1NDlkZjQzZjI3Njg5YmQ3ZGEyMjRkNmYxMmIxYmIyNjU2ZDRlNmUzMzEwMjdhNzBiMzA4YTk2NTRhNzA4IiwidGFnIjoiIn0%3D; expires=Fri, 20-Jun-2025 11:45:04 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IklzQkRWVHRCT1hFNlEwQU1BNkc3T3c9PSIsInZhbHVlIjoiUTZUTjF5Tlh2YjZqTWxoeU5SV01rNUhYb0VxNS9TSDREcUJ4ZHV2T05ueWliTGFweDVQQ3owNWJ2UktKR2kyVXFSTjYrT" 1 => "askhelpdesk_session=eyJpdiI6InRleGRULzcrV255ZFZmd1dueW9PSkE9PSIsInZhbHVlIjoiNDdCV3dkbnBZUkhzbnVINkF4eG5FTEtRMWhRREluUlVwWU1nSENtdGFGa3ZtVHIwTmRUbFozczJJWWRMZXZDc0huV1cyQ2RId3FQYXNCN0UwNUxQcVNFeEY2dGJHbnY5d294R1Iza2VNUGc4YjFWYjhCdWNjQlNJZjVmTHhQakQiLCJtYWMiOiI3YjkyNjM3YTZlOTdjN2QxMzYzN2I1NGI1Y2Y0MjExMzdhOGFiNGYyYWY2NzhiYWNmMTg0ZDA3Y2VhMWViYzZlIiwidGFnIjoiIn0%3D; expires=Fri, 20-Jun-2025 11:45:04 GMT; Max-Age=7200; path=/; httponly; samesite=laxaskhelpdesk_session=eyJpdiI6InRleGRULzcrV255ZFZmd1dueW9PSkE9PSIsInZhbHVlIjoiNDdCV3dkbnBZUkhzbnVINkF4eG5FTEtRMWhRREluUlVwWU1nSENtdGFGa3ZtVHIwTmRUbFozczJJWWRMZXZD" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IklzQkRWVHRCT1hFNlEwQU1BNkc3T3c9PSIsInZhbHVlIjoiUTZUTjF5Tlh2YjZqTWxoeU5SV01rNUhYb0VxNS9TSDREcUJ4ZHV2T05ueWliTGFweDVQQ3owNWJ2UktKR2kyVXFSTjYrT2V2S0VSUTBxaUpSdkxLQW13c21KU1BiOThBaCtjOFppSyszUnZkWStxRjZpUG9pN1ZZdzFtaFJsQUwiLCJtYWMiOiI4YWU1NDlkZjQzZjI3Njg5YmQ3ZGEyMjRkNmYxMmIxYmIyNjU2ZDRlNmUzMzEwMjdhNzBiMzA4YTk2NTRhNzA4IiwidGFnIjoiIn0%3D; expires=Fri, 20-Jun-2025 11:45:04 GMT; path=/XSRF-TOKEN=eyJpdiI6IklzQkRWVHRCT1hFNlEwQU1BNkc3T3c9PSIsInZhbHVlIjoiUTZUTjF5Tlh2YjZqTWxoeU5SV01rNUhYb0VxNS9TSDREcUJ4ZHV2T05ueWliTGFweDVQQ3owNWJ2UktKR2kyVXFSTjYrT" 1 => "askhelpdesk_session=eyJpdiI6InRleGRULzcrV255ZFZmd1dueW9PSkE9PSIsInZhbHVlIjoiNDdCV3dkbnBZUkhzbnVINkF4eG5FTEtRMWhRREluUlVwWU1nSENtdGFGa3ZtVHIwTmRUbFozczJJWWRMZXZDc0huV1cyQ2RId3FQYXNCN0UwNUxQcVNFeEY2dGJHbnY5d294R1Iza2VNUGc4YjFWYjhCdWNjQlNJZjVmTHhQakQiLCJtYWMiOiI3YjkyNjM3YTZlOTdjN2QxMzYzN2I1NGI1Y2Y0MjExMzdhOGFiNGYyYWY2NzhiYWNmMTg0ZDA3Y2VhMWViYzZlIiwidGFnIjoiIn0%3D; expires=Fri, 20-Jun-2025 11:45:04 GMT; path=/; httponlyaskhelpdesk_session=eyJpdiI6InRleGRULzcrV255ZFZmd1dueW9PSkE9PSIsInZhbHVlIjoiNDdCV3dkbnBZUkhzbnVINkF4eG5FTEtRMWhRREluUlVwWU1nSENtdGFGa3ZtVHIwTmRUbFozczJJWWRMZXZD" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "VwnOCDo4KBj6jE05t5AX0dsW5GmAEnGefTwfw1Y8" "_previous" => array:1 [ "url" => "https://receivinghelpdesk.com/ask/what-is-the-maximum-value-of-bigint" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]